Searched refs:cnf (Results 26 – 34 of 34) sorted by relevance
12
13 $conf = array('config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf');
15 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
11 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
103 $options = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
30 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
52 $config = __DIR__ . '/../files/openssl.cnf';
851 CONF_VALUE * cnf; in php_openssl_add_oid_section() local865 cnf = sk_CONF_VALUE_value(sktmp, i); in php_openssl_add_oid_section()866 if (OBJ_sn2nid(cnf->name) == NID_undef && OBJ_ln2nid(cnf->name) == NID_undef && in php_openssl_add_oid_section()867 OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) { in php_openssl_add_oid_section()869 php_error_docref(NULL, E_WARNING, "Problem creating object %s=%s", cnf->name, cnf->value); in php_openssl_add_oid_section()
23957 !:ext cnf23959 !:ext cnf23961 !:ext cnf23963 !:ext cnf23965 !:ext cnf23967 !:ext cnf23969 !:ext cnf23971 !:ext cnf24004 !:ext cnf
Completed in 215 milliseconds