We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6a345 commit b0c991eCopy full SHA for b0c991e
1 file changed
src/tls13.c
@@ -8504,7 +8504,7 @@ static int SendTls13Certificate(WOLFSSL* ssl)
8504
else {
8505
if (!ssl->buffers.certificate) {
8506
WOLFSSL_MSG("Send Cert missing certificate buffer");
8507
- return BUFFER_ERROR;
+ return NO_CERT_ERROR;
8508
}
8509
/* Certificate Data */
8510
certSz = ssl->buffers.certificate->length;
0 commit comments