We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af928fa + b0c991e commit 10b31ccCopy full SHA for 10b31cc
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