Sam, it looks like you figured it out.
You don't need the "provider=legacy" in the EVP_CIPHER_fetch call, it
will be found without this.
Pauli
On 24/5/22 08:38, Sam Varshavchik wrote:
I'm looking for an example of using des-cbc in openssl 3.0, I think I
figured it out, but I'm not certain.
I'm looking for an example of using des-cbc in openssl 3.0, I think I
figured it out, but I'm not certain. I'm having trouble finding
documentation, and the best kind of documentation is, of course, code.
I have existing code that uses EVP_des_cbc() followed by
EVP_EncryptInit_ex().
It st