Add SRP and PSK to disallowed CertificateRequest ciphersuites
authorMatt Caswell <matt@openssl.org>
Mon, 26 Oct 2015 23:11:44 +0000 (23:11 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:39:47 +0000 (08:39 +0000)
commitb7fa1f989d0059ad7b992c11797f37f095d61204
tree356b00fb0e793ebe6a43c184598b99c318751dc2
parentbb3e20cf8c5e733c16fe68ce41f67eea5a2a520e
Add SRP and PSK to disallowed CertificateRequest ciphersuites

There was a discrepancy between what ciphersuites we allowed to send a
CertificateRequest, and what ciphersuites we allowed to receive one. So
add PSK and SRP to the disallowed ones.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c