Skip to content
New issue

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

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

Already on GitHub? # to your account

Legacy Provider support? #183

Open
wyllys66 opened this issue Oct 5, 2023 · 7 comments
Open

Legacy Provider support? #183

wyllys66 opened this issue Oct 5, 2023 · 7 comments

Comments

@wyllys66
Copy link

wyllys66 commented Oct 5, 2023

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?

@wyllys66
Copy link
Author

wyllys66 commented Oct 8, 2023

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).

@dbrkic-proglove
Copy link

Any updates on this?

@jdanthinne
Copy link

jdanthinne commented Jun 12, 2024

I guess using an OpenSSL 1.x version could resolve this, but no release was signed, unfortunately… see #201.

@krzyzanowskim
Copy link
Owner

Just released 1.1.2300

@peterferguson
Copy link

@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

@krzyzanowskim
Copy link
Owner

could you also release 1.1.2300 on cocoapods

done 1.1.2301

@rafcabezas
Copy link

Thank you so much for this ❤️. Would you be able to also provide this signed 1.1.2300 in OpenSSL-Package 🙏

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

No branches or pull requests

6 participants