Skip to content

CAST5-CBC Cipher Unsupported Error with OpenSSL 3.0.2 #23989

Answered by paul-messina-mm
paulrm asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks a lot @t8m !

Fixed with this recipe:
To add the Legacy Provider: In the [openssl_init] section (you may need to add this section if it does not exist), add the following line to activate the legacy provider:

providers = provider_sect

Then, define the provider_sect section if it's not already defined, and add the legacy provider like this:

[provider_sect]
default = default_sect
legacy = legacy_sect

[default_sect]
activate = 1

[legacy_sect]
activate = 1

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@paul-messina-mm
Comment options

Answer selected by paulidale
@kkris56
Comment options

@BlvckBantu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #23988 on March 27, 2024 19:57.