Searched refs:openssl_spki_verify (Results 1 – 4 of 4) sorted by relevance
2 openssl_spki_verify() tests for valid signature37 var_dump(openssl_spki_verify(preg_replace('/SPKAC=/', '', $spkac)));38 var_dump(openssl_spki_verify($spkac . 'Make it fail'));
447 ZEND_FUNCTION(openssl_spki_verify);515 ZEND_FE(openssl_spki_verify, arginfo_openssl_spki_verify)
220 function openssl_spki_verify(string $spki): bool {} function
1734 PHP_FUNCTION(openssl_spki_verify) in PHP_FUNCTION() argument
Completed in 29 milliseconds