Fix SRP authentication ciphersuites.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 8 Aug 2014 10:24:25 +0000 (11:24 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 9 Aug 2014 12:21:30 +0000 (13:21 +0100)
commit9e72d496d4f9880ec98f0ed9168246e35c1c3059
tree5180916579e0552c253a8789a8eac7e8b438b247
parent562fd0d883053f6f62d97439d65cda03a3a1e25d
Fix SRP authentication ciphersuites.

The addition of SRP authentication needs to be checked in various places
to work properly. Specifically:

A certificate is not sent.
A certificate request must not be sent.
Server key exchange message must not contain a signature.
If appropriate SRP authentication ciphersuites should be chosen.
Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/s3_clnt.c
ssl/s3_lib.c
ssl/s3_srvr.c