On Wed, Oct 12, 2011, Roumen Petrov wrote: > Hi, > > One of the changes is past week is to not enable ... sorry I remove > diffs files and I cannot remember exact change (file, date, etc)... > > Result is that now regression test in head fail with : > ...:error:04075070:rsa routines:RSA_sign:digest too big for rsa > key:rsa_sign.c:119: > ...:error:1409B006:SSL routines:SSL3_SEND_SERVER_KEY_EXCHANGE:EVP > lib:s3_srvr.c:1972: > TLSv1.2, cipher (NONE) (NONE) >
It's a shortcoming in the tests which used some 512 bit RSA keys which are too small to handle the SHA512 hashes which TLS v1.2 uses. Should be fixed now. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
