Definition in file cert_vfy.h.
#include <openssl/x509.h>
Go to the source code of this file.
Defines | |
#define | CERTVFY_EXTERN extern |
Typedefs | |
typedef cert_policy_st | cert_policy |
Enumerations | |
enum | crl_policy_t { CRLP_NONE, CRLP_ONLINE, CRLP_OFFLINE, CRLP_AUTO } |
Functions | |
CERTVFY_EXTERN int | verify_certificate (X509 *x509, cert_policy *policy) |
Verify provided certificate, and if needed, CRL. | |
CERTVFY_EXTERN int | verify_signature (X509 *x509, unsigned char *data, int data_length, unsigned char *signature, int signature_length) |
Verify signature of provided data. |
|
Definition at line 52 of file cert_vfy.h. |
|
|
|
Definition at line 32 of file cert_vfy.h. |
|
Verify provided certificate, and if needed, CRL.
|
|
Verify signature of provided data.
|