-
Notifications
You must be signed in to change notification settings - Fork 50
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
Consider changing openssl #57
Comments
I think openssl is mainly used for creating private keys and certificate requests. https://github.com/algesten/acme-lib/blob/master/src/cert.rs There can definitely be better ways of doing that. PRs welcome! |
I tried making a start for migrating OpenSSL to Ring, but it looks like Anyways, it looks like a bit too much new stuff for me to dive into now. Sorry. |
I may take a look into swapping things over to another self-contained crate if I have the time, would a pull request doing this be accepted @joepio? |
Hi there! Thanks for creating and maintaining this.
Since this crate depends on openssl, it is not fully self-contained. I've already encoutered a bunch of problems because of either lacking or mismatching openssl versions.
I don't think openssl is needed. I suppose a crate like
ring
has most of the crypto capabilities that we need here. Perhapsrustls
could also help?Not sure if I can help here, but wanted to drop the request anyways!
The text was updated successfully, but these errors were encountered: