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>
Fri, 8 Aug 2014 23:13:27 +0000 (00:13 +0100)
commit30fbe92c78981a417718bcbf25d295d16c5b7ed9
tree0fd3ec073413845f70cd2cef57065db10f7612a4
parent1241e77f15f17948ec0595c07e494d8c495e4175
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>
(cherry picked from commit 8f5a8805b82d1ae81168b11b7f1506db9e047dec)

Conflicts:

ssl/s3_clnt.c
ssl/s3_lib.c
ssl/s3_clnt.c
ssl/s3_srvr.c