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

Legacy Provider support? #183

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

Legacy Provider support? #183

wyllys66 opened this issue Oct 5, 2023 · 2 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?

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