[openssl-dev] Making openssl structures opaque

Ken Goldman kgoldman at us.ibm.com
Fri Dec 26 15:42:41 UTC 2014


In response to the notice that openssl will be making many structures 
opaque, it was suggested that I post some requirements I have for the 
RSA structure.  I currently perform these by operating directly on the 
structure.  I would need an API equivalent.

- 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-dev mailing list