We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2a3fd commit 89be92fCopy full SHA for 89be92f
1 file changed
src/internal.c
@@ -42789,7 +42789,8 @@ static int DoAppleNativeCertValidation(WOLFSSL* ssl,
42789
ssl->buffers.domainName.length > 0) {
42790
/* Create policy with specified value to require host name match */
42791
hostname = CFStringCreateWithCString(kCFAllocatorDefault,
42792
- (const char*)ssl->buffers.domainName.buffer, kCFStringEncodingUTF8);
+ (const char*)ssl->buffers.domainName.buffer,
42793
+ kCFStringEncodingUTF8);
42794
}
42795
if (hostname != NULL) {
42796
policy = SecPolicyCreateSSL(true, hostname);
0 commit comments