Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please use rust-crypto to ease compiling on Windows #59

Closed
fatihpense opened this issue Oct 9, 2016 · 4 comments
Closed

Please use rust-crypto to ease compiling on Windows #59

fatihpense opened this issue Oct 9, 2016 · 4 comments

Comments

@fatihpense
Copy link

Thanks for the library! As the title mentions I am having problems compiling openssl with rust. rust-crypto crate has HMAC implementation so is this possible?

@fatihpense
Copy link
Author

Documentation states that: "Rust-Crypto has not been thoroughly audited for correctness, so any use where security is important is not recommended at this time." So I think this issue can be closed with valid concerns. :)

@alexcrichton
Copy link
Collaborator

Thanks for the report! It is indeed a bummer how difficult it is to get OpenSSL working on Windows. I wonder if perhaps though we could move to the ring project? That I believe is more vetted in the sense that it's just BoringSSL's code?

@fatihpense
Copy link
Author

By the way, I got it working. The solution, for now, is installing OpenSSL 1.0.* Because libraries look for libeay32.dll & libssl32.dll .

I don't have much experience regarding crypto. So I will listen where this conversation goes :)

@alexcrichton
Copy link
Collaborator

Ok! In that case I'm going to close this for now. Thanks for the report though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants