20 #include <openssl/ocsp.h> 29 void encode(
WvBuf &buf);
45 void decode(
WvBuf &buf);
48 bool check_nonce(
const WvOCSPReq &req)
const;
49 bool signedbycert(
const WvX509 &cert)
const;
50 WvX509 get_signing_cert()
const;
52 enum Status { Error, Good, Revoked, Unknown };
53 Status get_status(
const WvX509 &cert,
const WvX509 &issuer)
const;
54 static WvString status_str(Status status);
X509 Class to handle certificates and their related functions.
Specialization of WvBufBase for unsigned char type buffers intended for use with raw memory buffers...
WvString is an implementation of a simple and efficient printable-string class.
A WvLog stream accepts log messages from applications and forwards them to all registered WvLogRcv's...