Re: Cancelling RSA Key Generation
Aram Perez wrote: Is there a way of cancelling the generation of an RSA key pair when RSA_generate_key(...) is used? I plan to use a callback function. AFAIK it's not possible with 0penSSL <= 0.9.7 . If you use the current head (== 0.9.8-dev) you can use the callback function to abort the key/pa
Cancelling RSA Key Generation
Is there a way of cancelling the generation of an RSA key pair when RSA_generate_key(...) is used? I plan to use a callback function. Thanks, Aram Perez __ OpenSSL Project http://www.openssl.org Us