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

Name

Description

a

SPKI structure whose signature is checked.

r

Public key expected to have signed a.

Created with MrDocs