Searched refs:othername (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_san.c | 83 char othername[300]; in STACK_OF() local 131 BIO_snprintf(othername, sizeof(othername), "othername: %s:", in STACK_OF() 134 OPENSSL_strlcpy(othername, "othername:", sizeof(othername)); in STACK_OF() 138 if (x509v3_add_len_value_uchar(othername, in STACK_OF() 145 if (x509v3_add_len_value_uchar(othername, in STACK_OF() 151 if (!X509V3_add_value(othername, "<unsupported>", &ret)) in STACK_OF()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | http_curl.c | 213 on = os_realloc_array(cert->othername, cert->num_othername + 1, in add_alt_name_othername() 217 cert->othername = on; in add_alt_name_othername() 871 os_free(hcert->othername[i].oid); in parse_cert_free() 872 os_free(hcert->othername); in parse_cert_free() 943 if (os_strcmp(hcert.othername[i].oid, in http_parse_x509_certificate() 945 char *name = os_zalloc(hcert.othername[i].len + 1); in http_parse_x509_certificate() 947 os_memcpy(name, hcert.othername[i].data, in http_parse_x509_certificate() 948 hcert.othername[i].len); in http_parse_x509_certificate() 956 hcert.othername[i].data, in http_parse_x509_certificate() 957 hcert.othername[i].len); in http_parse_x509_certificate() [all …]
|
H A D | http-utils.h | 32 struct http_othername *othername; member
|
/freebsd/crypto/openssl/test/recipes/25-test_eai_data/ |
H A D | san.utf8 | 2 othername: SmtpUTF8Mailbox::医生@大学.example.com
|
H A D | san.ascii | 2 othername: SmtpUTF8Mailbox::学生@elementary.school.example.com
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | osu_client.c | 2994 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb() 2998 cert->othername[i].data, in osu_cert_cb() 2999 cert->othername[i].len); in osu_cert_cb() 3007 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb() 3010 if (cert->othername[i].len < 3) in osu_cert_cb() 3012 if (os_strncasecmp((char *) cert->othername[i].data, in osu_cert_cb() 3015 if (os_strncmp((char *) cert->othername[i].data + 3, in osu_cert_cb() 3017 cert->othername[i].len - 3) == 0) { in osu_cert_cb()
|
/freebsd/crypto/openssl/test/certs/ |
H A D | setup.sh | 398 ./mkcert.sh geneealt bad-othername-key bad-othername-cert \
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 1657 X509V3_R_OTHERNAME_ERROR:147:othername error
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | ChangeLog | 2199 * print.c (check_altName): Print the othername oid.
|