-
-
Notifications
You must be signed in to change notification settings - Fork 340
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
Legacy Provider support? #183
Comments
I figured out that the legacy providers can be included in libcrypto.a if you use the "no-module" option to the "Configure" script when building. Can this be added to the baseline in a future release? Older code supporting things like PGP need access to some of the legacy crypto (CAST5 in particular). |
Any updates on this? |
I guess using an OpenSSL 1.x version could resolve this, but no release was signed, unfortunately… see #201. |
Just released 1.1.2300 |
@krzyzanowskim could you also release 1.1.2300 on cocoapods 🙏 having a build issue due to bitcode and afaict this is the only v1 version without bitcode |
done 1.1.2301 |
I have an app that requires access to one of the old deprecated ciphers - CAST5. According to OpenSSL, I should be able to load the "legacy" provider to get access to these older algs, but when I try it fails.
Is "legacy" provider support a configurable option that can be made available?
The text was updated successfully, but these errors were encountered: