Definition in file cert_vfy.h.
#include <openssl/x509.h>
Go to the source code of this file.
Defines | |
| #define | CERTVFY_EXTERN extern |
Enumerations | |
| enum | crl_policy_t { CRLP_NONE, CRLP_ONLINE, CRLP_OFFLINE, CRLP_AUTO } |
Functions | |
| CERTVFY_EXTERN int | verify_certificate (X509 *x509, char *ca_dir, char *crl_dir, crl_policy_t 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 44 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.
|
1.4.4