Skip to content

Commit

Permalink
Bug 1294975 - Send decode_error for empty CertificateRequest.signatur…
Browse files Browse the repository at this point in the history
…e_algorithms, r=ekr

Differential Revision: https://nss-dev.phacility.com/D63

--HG--
extra : rebase_source : b9b194c6c6b0d35cd88135961965f9e2705f648d
  • Loading branch information
martinthomson committed Oct 7, 2016
1 parent a4969e6 commit 25c748f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ssl/tls13con.c
Expand Up @@ -1743,7 +1743,7 @@ tls13_HandleCertificateRequest(sslSocket *ss, SSL3Opaque *b, PRUint32 length)
&b, &length);
if (rv != SECSuccess) {
FATAL_ERROR(ss, SSL_ERROR_RX_MALFORMED_CERT_REQUEST,
illegal_parameter);
decode_error);
goto loser;
}

Expand Down

0 comments on commit 25c748f

Please sign in to comment.