Closed xnorpx closed 4 weeks ago
No still needs some work
This is ready for review
As it happens, someone just now submitted a PR to ureq that shows a slightly more elegant way of doing this.
We can have a
vendored
feature flag that applies toopenssl
if it is enabled. See the?
syntax. I think that looks nicer.
Indeed, will try it out tonight to make sure it does what I think it does.
@algesten ok ready for review, tested all combinations
Some security requirements might be that a user must use system provided OpenSSL.
Added a new feature called openssl-vendored which uses openssl feature and also add the vendored flag.
Easy way to test if open ssl is vendored or not is to.
cargo tree | grep openssl-src -> vendored
changed default to be openssl-vendored to ensure no functionality change