PR: 1794
authorDr. Stephen Henson <steve@openssl.org>
Fri, 25 Nov 2011 00:18:10 +0000 (00:18 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 25 Nov 2011 00:18:10 +0000 (00:18 +0000)
commit2c7d978c2d4db664d1c5d164685480eed818d281
treec61562b448898555f5f964e86cf62d5a0fc6a805
parent8cd897a42c973ed3a76ef1946f0d9eda1b6b12ec
PR: 1794
Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
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/s3_clnt.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl3.h
ssl/ssl_stat.c
ssl/t1_enc.c
ssl/tls1.h
ssl/tls_srp.c