Searched refs:subj (Results 1 – 2 of 2) sorted by relevance
/php-src/.github/scripts/ |
H A D | setup-slapd.sh | 25 -subj "/C=US/ST=Arizona/L=Localhost/O=localhost/CN=localhost" \
|
/php-src/ext/openssl/ |
H A D | openssl.c | 2897 static zend_result php_openssl_csr_add_subj_entry(zval *item, X509_NAME *subj, int nid) in php_openssl_csr_add_subj_entry() argument 2903 if (!X509_NAME_add_entry_by_NID(subj, nid, MBSTRING_UTF8, in php_openssl_csr_add_subj_entry() 2949 X509_NAME *subj; in php_openssl_csr_make() local 2953 subj = X509_REQ_get_subject_name(csr); in php_openssl_csr_make() 2961 if (php_openssl_csr_add_subj_entry(subitem, subj, nid) == FAILURE) { in php_openssl_csr_make() 2965 } else if (php_openssl_csr_add_subj_entry(item, subj, nid) == FAILURE) { in php_openssl_csr_make() 3010 if (X509_NAME_get_index_by_NID(subj, nid, -1) >= 0) { in php_openssl_csr_make() 3013 … if (!X509_NAME_add_entry_by_txt(subj, type, MBSTRING_UTF8, (unsigned char*)v->value, -1, -1, 0)) { in php_openssl_csr_make() 3018 if (!X509_NAME_entry_count(subj)) { in php_openssl_csr_make()
|
Completed in 21 milliseconds