From ebba6c48958f5ceaea7ae0749a320e68943234bc Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 25 Nov 2011 00:17:44 +0000 Subject: PR: 1794 Submitted by: Peter Sylvester Reviewed by: steve Make SRP conformant to rfc 5054. Changes are: - removal of the addition state after client hello - removal of all pre-rfc srp alert ids - sending a fatal alert when there is no srp extension but when the server wants SRP - removal of unnecessary code in the client. --- ssl/ssl_stat.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ssl/ssl_stat.c') diff --git a/ssl/ssl_stat.c b/ssl/ssl_stat.c index cd2290a157..144b81e55f 100644 --- a/ssl/ssl_stat.c +++ b/ssl/ssl_stat.c @@ -210,9 +210,6 @@ case SSL3_ST_SR_KEY_EXCH_A: str="SSLv3 read client key exchange A"; break; case SSL3_ST_SR_KEY_EXCH_B: str="SSLv3 read client key exchange B"; break; case SSL3_ST_SR_CERT_VRFY_A: str="SSLv3 read certificate verify A"; break; case SSL3_ST_SR_CERT_VRFY_B: str="SSLv3 read certificate verify B"; break; -#ifndef OPENSSL_NO_SRP -case SSL3_ST_SR_CLNT_HELLO_SRP_USERNAME: str="SSLv3 waiting for a SRP username"; break; -#endif #endif #if !defined(OPENSSL_NO_SSL2) && !defined(OPENSSL_NO_SSL3) -- cgit v1.2.3