Searched refs:x509 (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/ext/mysqli/tests/ |
H A D | gh8978.phpt | 16 mysqli_ssl_set($mysql, 'x509.key', 'x509.pem', 'x509.ca', null, null); 27 Warning: failed loading cafile stream: `x509.ca' in %s
|
/PHP-8.2/ext/openssl/tests/ |
H A D | ecc.phpt | 79 $x509 = openssl_csr_sign($csr, null, $key1, 365, $args); 80 var_dump($x509); 83 var_dump(openssl_x509_check_private_key($x509, $key1)); 86 var_dump(openssl_x509_check_private_key($x509, $key3));
|
H A D | openssl_error_string_basic.phpt | 114 // invalid x509 for getting public key 130 // file for x509 (file:///) fails when opennig (BIO_new_file)
|
H A D | openssl_error_string_basic_openssl3.phpt | 117 // invalid x509 for getting public key 133 // file for x509 (file:///) fails when opennig (BIO_new_file)
|
/PHP-8.2/.github/scripts/ |
H A D | setup-slapd.sh | 23 sudo openssl req -newkey rsa:4096 -x509 -nodes -days 3650 \ 31 openssl x509 -noout -text -in /etc/ldap/ssl/server.crt
|
/PHP-8.2/ext/openssl/ |
H A D | php_openssl.h | 148 X509 *x509; member
|
H A D | openssl.c | 169 X509_free(x509_object->x509); in php_openssl_certificate_free_obj() 1440 return php_openssl_certificate_from_obj(cert_obj)->x509; in php_openssl_x509_from_param() 1455 return php_openssl_certificate_from_obj(Z_OBJ_P(val))->x509; in php_openssl_x509_from_zval() 2250 if (xi->x509 != NULL) { in STACK_OF() 2251 sk_X509_push(stack,xi->x509); in STACK_OF() 2252 xi->x509=NULL; in STACK_OF() 2455 x509_cert_obj->x509 = cert_obj ? X509_dup(cert) : cert; in PHP_FUNCTION() 2462 zval *x509; in PHP_FUNCTION() local 2465 Z_PARAM_OBJECT_OF_CLASS(x509, php_openssl_certificate_ce) in PHP_FUNCTION() 3293 cert_object->x509 = new_cert; in PHP_FUNCTION() [all …]
|
H A D | xp_ssl.c | 1863 cert_object->x509 = peer_cert; in php_openssl_capture_peer_certs() 1888 cert_object->x509 = mycert; in php_openssl_capture_peer_certs()
|
/PHP-8.2/ext/ldap/tests/ |
H A D | README.md | 87 openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650
|
Completed in 41 milliseconds