Searched refs:common_name (Results 1 – 9 of 9) sorted by relevance
/third_party/cups/ |
D | ohos-add-openssl.patch | 77 + const char *common_name, // I - Common name 100 …ServerCredentials(path=\"%s\", common_name=\"%s\", num_alt_names=%d, alt_names=%p, expiration_date… 106 + if (!path || !common_name) 112 + http_make_path(crtfile, sizeof(crtfile), path, common_name, "crt"); 113 + http_make_path(keyfile, sizeof(keyfile), path, common_name, "key"); 170 + X509_NAME_add_entry_by_txt(name, SN_commonName, MBSTRING_ASC, (unsigned char *)common_name, -1, … 171 + X509_NAME_add_entry_by_txt(name, SN_organizationName, MBSTRING_ASC, (unsigned char *)common_name… 181 + http_x509_add_san(gens, common_name); 182 + if ((common_ptr = strstr(common_name, ".local")) == NULL) 184 + // Add common_name.local to the list, too... [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlscertificate.c | 198 gchar common_name[9] = { 0, }; in init_generated() local 270 common_name[i] = in init_generated() 273 (const guchar *) common_name, -1, -1, 0); in init_generated()
|
/third_party/cef/libcef/browser/ |
D | x509_cert_principal_impl.cc | 32 return value_.common_name; in GetCommonName()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-x509.h | 128 const char *common_name);
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-x509.c | 438 const char *common_name) in lws_x509_verify() argument 443 if (common_name) { in lws_x509_verify() 454 if (strcmp(p, common_name)) { in lws_x509_verify()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-x509.c | 355 const char *common_name) in lws_x509_verify() argument 363 common_name, &flags, NULL, in lws_x509_verify()
|
/third_party/curl/lib/vtls/ |
D | sectransp.c | 1136 CFStringRef common_name = NULL; in CopyIdentityWithLabel() local 1139 common_name = SecCertificateCopySubjectSummary(cert); in CopyIdentityWithLabel() 1141 copy_status = SecCertificateCopyCommonName(cert, &common_name); in CopyIdentityWithLabel() 1144 CFStringCompare(common_name, label_cf, 0) == kCFCompareEqualTo) { in CopyIdentityWithLabel() 1146 CFRelease(common_name); in CopyIdentityWithLabel() 1152 if(common_name) in CopyIdentityWithLabel() 1153 CFRelease(common_name); in CopyIdentityWithLabel()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | nid.rs | 1108 let common_name = Nid::COMMONNAME; in test_long_name_conversion() localVariable 1115 assert_eq!(common_name.long_name().unwrap(), "commonName"); in test_long_name_conversion() 1140 let common_name = Nid::COMMONNAME; in test_short_name_conversion() localVariable 1147 assert_eq!(common_name.short_name().unwrap(), "CN"); in test_short_name_conversion()
|
/third_party/curl/ |
D | CHANGES | 4771 When SecCertificateCopyCommonName() returns NULL, the common_name
|