|
openssl_spki_verifyVerifies a signed public key and challenge Description
string openssl_spki_verify
( string
&$spkac
)Validates the supplied signed public key and challenge Parameters
Return ValuesReturns a boolean on success or failure. Errors/Exceptions
Emits an ExamplesExample #1 openssl_spki_verify example Validates an existing signed public key and challenge
<?php Example #2 openssl_spki_verify example from <keygen> Validates an existing signed public key and challenge issued from the <keygen> element
<?php See Also
|