Go to the documentation of this file. 1 #ifndef __CRYPTO_SSLX509CRL_H__
2 #define __CRYPTO_SSLX509CRL_H__
30 #include <openssl/x509v3.h>
77 bool IsRevoked(
int serialnumber,
int when = 0);
78 bool IsRevoked(
const char *sernum,
int when = 0);
98 int Init(
const char *crlf);