Home
last modified time | relevance | path

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

/PHP-8.3/.github/scripts/
H A Dsetup-slapd.sh25 -subj "/C=US/ST=Arizona/L=Localhost/O=localhost/CN=localhost" \
/PHP-8.3/ext/openssl/
H A Dopenssl.c2897 X509_NAME * subj; in php_openssl_make_REQ() local
2901 subj = X509_REQ_get_subject_name(csr); in php_openssl_make_REQ()
2911 if (!X509_NAME_add_entry_by_NID(subj, nid, MBSTRING_UTF8, in php_openssl_make_REQ()
2966 if (X509_NAME_get_index_by_NID(subj, nid, -1) >= 0) { in php_openssl_make_REQ()
2969 … if (!X509_NAME_add_entry_by_txt(subj, type, MBSTRING_UTF8, (unsigned char*)v->value, -1, -1, 0)) { in php_openssl_make_REQ()
2974 if (!X509_NAME_entry_count(subj)) { in php_openssl_make_REQ()
2994 …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 24 milliseconds