Go to the documentation of this file.
2 #ifndef __CRYPTO_SSLX509CRL_H__
3 #define __CRYPTO_SSLX509CRL_H__
12 #include <openssl/x509v3.h>
59 bool IsRevoked(
int serialnumber,
int when = 0);
60 bool IsRevoked(
const char *sernum,
int when = 0);
79 int Init(
const char *crlf);