Home
last modified time | relevance | path

Searched refs:x509 (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/mysqli/tests/
H A Dgh8978.phpt16 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 Decc.phpt79 $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 Dopenssl_error_string_basic.phpt114 // invalid x509 for getting public key
130 // file for x509 (file:///) fails when opennig (BIO_new_file)
H A Dopenssl_error_string_basic_openssl3.phpt117 // invalid x509 for getting public key
133 // file for x509 (file:///) fails when opennig (BIO_new_file)
/PHP-8.2/.github/scripts/
H A Dsetup-slapd.sh23 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 Dphp_openssl.h148 X509 *x509; member
H A Dopenssl.c169 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 Dxp_ssl.c1863 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 DREADME.md87 openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650

Completed in 41 milliseconds