Go to the documentation of this file. 1 #ifndef __CRYPTO_X509CRL_H__
2 #define __CRYPTO_X509CRL_H__
71 virtual const char *
Issuer();
76 virtual bool IsRevoked(
int serialnumber,
int when);
77 virtual bool IsRevoked(
const char *sernum,
int when);