Re: [openssl-users] Need to store RSA Structure in Sqlite database

2015-12-20 Thread Salz, Rich
> 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

[openssl-users] Need to store RSA Structure in Sqlite database

2015-12-20 Thread suguacl28
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