Dear all, these are 4 lines should be corrected in the proposed patch to exclude Nils' unsecure choice of an exponent 1:
+ if ( (!BN_is_odd(bn)) || BN_is_one(bn) )
+ {
+ BIO_printf(bio_err,"Error, exponent must be an odd integer"
" and greater than 1\n");
+ goto bad;
+ }
Regards,
Ann.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]
