> I am new to openssl. In my developement i need to store the RSA Public and
> Private keys into sqlite database.
Convert to DER and then perhaps base-64 encode it.
___
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listin
Hi,
I am new to openssl. In my developement i need to store the RSA Public and
Private keys into sqlite database.
For storing a RSA public and private keys, i need to convert it into to
buffer and when i need them again buffer to PEM form
i am planning to store the generated RSA struct directly