Searched defs:nids (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/ssl/ |
H A D | ssl_engine_vars.c | 934 * 'nids', using key prefix 'pfx'. */ 935 static void extract_dn(apr_table_t *t, apr_hash_t *nids, const char *pfx, argument 953 /* Retrieve the nid, and check whether this is one of the nids 957 tag = apr_hash_get(nids, &nid, sizeof nid); 983 apr_hash_t *nids; local 989 nids = apr_hash_make(p); 992 apr_hash_set(nids, &ssl_var_lookup_ssl_cert_dn_rec[n].nid, 1002 extract_dn(t, nids, "SSL_SERVER_S_DN_", X509_get_subject_name(xs), p); 1003 extract_dn(t, nids, "SSL_SERVER_I_DN_", X509_get_issuer_name(xs), p); 1010 extract_dn(t, nids, "SSL_CLIENT_S_DN [all...] |
Completed in 13 milliseconds