Home
last modified time | relevance | path

Searched refs:subj (Results 1 – 2 of 2) sorted by relevance

/php-src/.github/scripts/
H A Dsetup-slapd.sh25 -subj "/C=US/ST=Arizona/L=Localhost/O=localhost/CN=localhost" \
/php-src/ext/openssl/
H A Dopenssl.c2873 static zend_result php_openssl_csr_add_subj_entry(zval *item, X509_NAME *subj, int nid) in php_openssl_csr_add_subj_entry() argument
2879 if (!X509_NAME_add_entry_by_NID(subj, nid, MBSTRING_UTF8, in php_openssl_csr_add_subj_entry()
2925 X509_NAME *subj; in php_openssl_csr_make() local
2929 subj = X509_REQ_get_subject_name(csr); in php_openssl_csr_make()
2937 if (php_openssl_csr_add_subj_entry(subitem, subj, nid) == FAILURE) { in php_openssl_csr_make()
2941 } else if (php_openssl_csr_add_subj_entry(item, subj, nid) == FAILURE) { in php_openssl_csr_make()
2986 if (X509_NAME_get_index_by_NID(subj, nid, -1) >= 0) { in php_openssl_csr_make()
2989 … if (!X509_NAME_add_entry_by_txt(subj, type, MBSTRING_UTF8, (unsigned char*)v->value, -1, -1, 0)) { in php_openssl_csr_make()
2994 if (!X509_NAME_entry_count(subj)) { in php_openssl_csr_make()

Completed in 25 milliseconds