PR: 1794
authorDr. Stephen Henson <steve@openssl.org>
Fri, 25 Nov 2011 00:17:44 +0000 (00:17 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 25 Nov 2011 00:17:44 +0000 (00:17 +0000)
commitebba6c48958f5ceaea7ae0749a320e68943234bc
tree0833d365065c56456c0ba3a7bb2617259be378a0
parent6f31dd72d28b5b2b75c50a54ed2666cab963922a
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