Home
last modified time | relevance | path

Searched refs:openssl_pkey_get_details (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/openssl/tests/
H A D006.phpt7 /* openssl_pkey_get_details() segfaults when getting the information
14 openssl_pkey_get_details(openssl_pkey_new($rsa));
15 openssl_pkey_get_details(openssl_pkey_new($dsa));
16 openssl_pkey_get_details(openssl_pkey_new($dh));
20 Warning: openssl_pkey_get_details() expects parameter 1 to be resource, boolean given in %s on line…
22 Warning: openssl_pkey_get_details() expects parameter 1 to be resource, boolean given in %s on line…
24 Warning: openssl_pkey_get_details() expects parameter 1 to be resource, boolean given in %s on line…
/PHP-5.5/ext/openssl/
H A Dphp_openssl.h44 PHP_FUNCTION(openssl_pkey_get_details);
H A Dopenssl.c413 PHP_FE(openssl_pkey_get_details, arginfo_openssl_pkey_get_details)
3374 PHP_FUNCTION(openssl_pkey_get_details) in PHP_FUNCTION() argument
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt56 $pubkey=openssl_pkey_get_details($keys);
/PHP-5.5/
H A DNEWS8196 . Added openssl_pkey_get_details, returns the details of a key

Completed in 48 milliseconds