Implement msg_callback for SSL 2.0.
Important SSL 2.0 bugfixes (bugs found while implementing msg_callback).
This commit is contained in:
@@ -290,6 +290,7 @@ static ERR_STRING_DATA SSL_str_reasons[]=
|
||||
{SSL_R_LENGTH_TOO_SHORT ,"length too short"},
|
||||
{SSL_R_LIBRARY_BUG ,"library bug"},
|
||||
{SSL_R_LIBRARY_HAS_NO_CIPHERS ,"library has no ciphers"},
|
||||
{SSL_R_MESSAGE_TOO_LONG ,"message too long"},
|
||||
{SSL_R_MISSING_DH_DSA_CERT ,"missing dh dsa cert"},
|
||||
{SSL_R_MISSING_DH_KEY ,"missing dh key"},
|
||||
{SSL_R_MISSING_DH_RSA_CERT ,"missing dh rsa cert"},
|
||||
|
Reference in New Issue
Block a user