We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc90e42 commit 3b1fb1aCopy full SHA for 3b1fb1a
ssl/s3_srvr.c
@@ -2980,7 +2980,7 @@ int ssl3_get_cert_verify(SSL *s)
2980
if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE_VERIFY)
2981
{
2982
s->s3->tmp.reuse_message=1;
2983
- if ((peer != NULL) && (type | EVP_PKT_SIGN))
+ if ((peer != NULL) && (type & EVP_PKT_SIGN))
2984
2985
al=SSL_AD_UNEXPECTED_MESSAGE;
2986
SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_MISSING_VERIFY_MESSAGE);
0 commit comments