Searched refs:alt_names (Results 1 – 6 of 6) sorted by relevance
/unit/test/unit/applications/ |
H A D | tls.py | 57 def openssl_conf(self, rewrite=False, alt_names=None): argument 58 alt_names = alt_names or [] 66 for i, k in enumerate(alt_names, 1):
|
/unit/src/ |
H A D | nxt_cert.c | 50 STACK_OF(GENERAL_NAME) *alt_names); 660 STACK_OF(GENERAL_NAME) *alt_names; in nxt_cert_name_details() 688 alt_names = X509_get_ext_d2i(x509, issuer ? NID_issuer_alt_name in nxt_cert_name_details() 692 if (alt_names != NULL) { in nxt_cert_name_details() 693 names = nxt_cert_alt_names_details(mp, alt_names); in nxt_cert_name_details() 695 sk_GENERAL_NAME_pop_free(alt_names, GENERAL_NAME_free); in nxt_cert_name_details() 740 nxt_cert_alt_names_details(nxt_mp_t *mp, STACK_OF(GENERAL_NAME) *alt_names) in nxt_cert_alt_names_details() argument 748 count = sk_GENERAL_NAME_num(alt_names); in nxt_cert_alt_names_details() 752 name = sk_GENERAL_NAME_value(alt_names, i); in nxt_cert_alt_names_details() 767 name = sk_GENERAL_NAME_value(alt_names, n); in nxt_cert_alt_names_details()
|
H A D | nxt_openssl.c | 858 STACK_OF(GENERAL_NAME) *alt_names; 863 alt_names = X509_get_ext_d2i(cert, NID_subject_alt_name, NULL, NULL); 865 if (alt_names != NULL) { 866 n = sk_GENERAL_NAME_num(alt_names); 869 name = sk_GENERAL_NAME_value(alt_names, i); 906 sk_GENERAL_NAME_pop_free(alt_names, GENERAL_NAME_free); 948 sk_GENERAL_NAME_pop_free(alt_names, GENERAL_NAME_free);
|
/unit/test/ |
H A D | test_tls.py | 467 rewrite=True, alt_names=["example.com", "www.example.net"] 489 alt_names=['example.com', 'www.example.net', 'IP|10.0.0.1'],
|
H A D | test_tls_sni.py | 50 client.openssl_conf(rewrite=True, alt_names=bundles[b]['alt_names'])
|
/unit/docs/ |
H A D | unit-openapi.yaml | 402 /certificates/{bundleName}/chain/{arrayIndex}/subject/alt_names: 438 /certificates/{bundleName}/chain/{arrayIndex}/subject/alt_names/{arrayIndex2}: 4436 alt_names: 4477 alt_names: 4516 alt_names: 4555 alt_names: 4586 alt_names: 5214 alt_names:
|