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

_______________________________________________
openssl-dev mailing list
[email protected]
https://mta.opensslfoundation.net/mailman/listinfo/openssl-dev

Reply via email to