NETSCAPE_SPKI_verify

Verify the signature on a Netscape Signed Public Key and Challenge (SPKI) structure.

Synopsis

Declared in <openssl/x509.h>

int
NETSCAPE_SPKI_verify(
    NETSCAPE_SPKI* a,
    EVP_PKEY* r);

Return Value

1 if the signature is valid, 0 if invalid, or a negative value on error.

Parameters

NameDescription
aSPKI structure whose signature is checked.
rPublic key expected to have signed a.