You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
573 B
13 lines
573 B
7 years ago
|
diff -up openssl-1.0.1e/ssl/s3_srvr.c.dh-unauthenticated openssl-1.0.1e/ssl/s3_srvr.c
|
||
|
--- openssl-1.0.1e/ssl/s3_srvr.c.dh-unauthenticated 2015-01-12 17:49:04.930808409 +0100
|
||
|
+++ openssl-1.0.1e/ssl/s3_srvr.c 2015-01-13 11:15:25.098957840 +0100
|
||
|
@@ -2951,7 +2951,7 @@ int ssl3_get_cert_verify(SSL *s)
|
||
|
if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE_VERIFY)
|
||
|
{
|
||
|
s->s3->tmp.reuse_message=1;
|
||
|
- if ((peer != NULL) && (type & EVP_PKT_SIGN))
|
||
|
+ if (peer != NULL)
|
||
|
{
|
||
|
al=SSL_AD_UNEXPECTED_MESSAGE;
|
||
|
SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_MISSING_VERIFY_MESSAGE);
|