Home
last modified time | relevance | path

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

/PHP-8.2/.github/scripts/
H A Dsetup-slapd.sh25 -subj "/C=US/ST=Arizona/L=Localhost/O=localhost/CN=localhost" \
/PHP-8.2/ext/openssl/
H A Dopenssl.c2857 X509_NAME * subj; in php_openssl_make_REQ() local
2861 subj = X509_REQ_get_subject_name(csr); in php_openssl_make_REQ()
2871 if (!X509_NAME_add_entry_by_NID(subj, nid, MBSTRING_UTF8, in php_openssl_make_REQ()
2926 if (X509_NAME_get_index_by_NID(subj, nid, -1) >= 0) { in php_openssl_make_REQ()
2929 … if (!X509_NAME_add_entry_by_txt(subj, type, MBSTRING_UTF8, (unsigned char*)v->value, -1, -1, 0)) { in php_openssl_make_REQ()
2934 if (!X509_NAME_entry_count(subj)) { in php_openssl_make_REQ()
2954 …if (!X509_NAME_add_entry_by_NID(subj, nid, MBSTRING_UTF8, (unsigned char*)ZSTR_VAL(str_item), -1, … in php_openssl_make_REQ()

Completed in 25 milliseconds