Hi all, I wonder if there is some format directly supported by openssl, suitable for storing RSA key pair in the following way: - RSA private key (d,p,q,...) encrypted with passhphrase - RSA public key (n,e) unencrypted,
so I can load public key without knowing passphrase, from the same data (binary buffer or pem) which i can use also for loading private key (when supplying passphrase) Regards Pavol