You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WOLFSSL_MSG_EX("checking for ability to match names verifyNone = %d and domainname is null? %s", ssl->options.verifyNone, ((ssl->buffers.domainName.buffer == NULL) ? "yes" : "no"));
16340
16340
if (!ssl->options.verifyNone && ssl->buffers.domainName.buffer) {
16341
16341
#ifndef WOLFSSL_ALLOW_NO_CN_IN_SAN
16342
16342
/* Per RFC 5280 section 4.2.1.6, "Whenever such identities
@@ -43019,7 +43019,7 @@ static int DoAppleNativeCertValidation(WOLFSSL* ssl,
43019
43019
/* TODO: ensure other errors aren't masked by this error */
0 commit comments