Hello Marek, Wednesday, August 9, 2006, 2:19:12 PM, you wrote: > But for me, using RSA_new() and proper d AND n should be enough > to get usable (but slow) private key. Is it like this:
RSA_new(); BN_copy( rsa->n, my_pub_mod); BN_copy( rsa->e, RSA_F4); BN_copy( rsa->d, my_priv_exp); RSA_sign(); Please comment. Thank you in advance! -- Best regards, Tony mailto:[EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
