[openssl-users] OpenSSL Release Strategy and Blog

Ken Goldman kgoldman at us.ibm.com
Fri Dec 26 02:43:11 UTC 2014


On 12/24/2014 4:35 PM, Salz, Rich wrote:
>> 1 - Will the RSA structure be opaque?  I have a continuing need to construct
>> an RSA structure from binary arrays of public and private key parts and vice
>> versa.
>>
>> Will I lose that?
>
> Maybe.  Proposing new "constructors" that met your needs is probably a good thing to do.

Where's a good place to propose them?  Here's what I currently use:

Generate a key pair and return n,p,q,d
Generate the public key structure from n,e
Generate the private key structure from n,e,d



More information about the openssl-users mailing list