Go to the documentation of this file.
2 #ifndef __CRYPTO_X509CRL_H__
3 #define __CRYPTO_X509CRL_H__
53 virtual const char *
Issuer();
57 virtual bool IsRevoked(
int serialnumber,
int when);
58 virtual bool IsRevoked(
const char *sernum,
int when);