Searched refs:x509 (Results 1 – 7 of 7) sorted by relevance
/PHP-7.2/ext/openssl/tests/ |
H A D | openssl_pkcs7_decrypt_error.phpt | 30 string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert" 34 string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert" 36 string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert" 38 string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert" 40 string(66) "openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert"
|
H A D | ecc.phpt | 62 $x509 = openssl_csr_sign($csr, null, $key1, 365, $args); 63 var_dump($x509); 66 var_dump(openssl_x509_check_private_key($x509, $key1)); 69 var_dump(openssl_x509_check_private_key($x509, $key3));
|
H A D | openssl_pkcs7_decrypt_basic.phpt | 51 Warning: openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert in %s on line %d 54 Warning: openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert in %s on line %d 60 Warning: openssl_pkcs7_decrypt(): unable to coerce parameter 3 to x509 cert in %s on line %d
|
H A D | openssl_error_string_basic.phpt | 110 // invalid x509 for getting public key 126 // file for x509 (file:///) fails when opennig (BIO_new_file)
|
/PHP-7.2/ext/openssl/ |
H A D | README | 74 array openssl_x509_parse(mixed x509[, bool shortnames=true]) 107 void openssl_free_x509(resource x509) 109 Frees the resource given by the x509 resource identifier. 240 openssl req -new -key /tmp/test.key -out /tmp/test.crt -days 365 -x509
|
H A D | openssl.c | 135 ZEND_ARG_INFO(0, x509) 141 ZEND_ARG_INFO(0, x509) 147 ZEND_ARG_INFO(0, x509) 158 ZEND_ARG_INFO(0, x509) 174 ZEND_ARG_INFO(0, x509) 178 ZEND_ARG_INFO(0, x509) 186 ZEND_ARG_INFO(0, x509) 767 X509_free(x509); in php_openssl_x509_free() 2497 xi->x509=NULL; in STACK_OF() 2669 X509 *x509; in PHP_FUNCTION() local [all …]
|
/PHP-7.2/ext/ldap/tests/ |
H A D | README | 80 $ openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650
|
Completed in 27 milliseconds