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/parameter generation (see how it's done in
apps/dsaparam.c).

Regards,
Nils

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to