Tomas Mraz wrote:
> Jonathan Wernberg wrote:
>> Hi openssl-users mailing list.
>>
>> We are having some troubles converting some code from OpenSSL 1.x to
>> OpenSSL 3.x APIs, to get rid of deprecation warnings, and hope
>> someone may be able to give us
TL;DR: With OpenSSL 3.x API, what is the recommended and safe way to read in an
EC private key from raw format into an EVP_PKEY object ready to be used? What
is the easiest way to convert an RSA public key from raw modulus and exponent
components to proper DER encoded SubjectPublicKeyInfo data?