Hello, Is there any function for copy RSA structure (something like BN_dup for BIGNUM), I can not find nothing till now?
I created RSA structure called rsa with RSA_generate_key, but I now need deep copy of this object, I suppuse that I can do that with new operator RSA * copy = new RSA(*rsa), by then there is a problem with freeing copied object with RSA_free(). -- View this message in context: http://old.nabble.com/How-can-I-copy-RSA-structure-tp31532711p31532711.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org