On 7/13/2021 5:08 PM, Nicola Tuveri wrote:
There is the migration guide: https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod <https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod>
The migration guide is very general. It says that the low level APIs are deprecated, and should be replaced with EVP functions. Is there anything more specific - replace RSA_set0_key() with ...