OnlineCheck

Checks the certificate online

Members

Functions

run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

id
shared(size_t) id;
Undocumented in source.
issuer
shared(const(X509Certificate)*) issuer;
Undocumented in source.
mtx
shared(Mutex) mtx;
Undocumented in source.
resp
shared(OCSPResponse*) resp;
Undocumented in source.
subject
shared(const(X509Certificate)*) subject;
Undocumented in source.
trusted_roots
shared(const(CertificateStore)*) trusted_roots;
Undocumented in source.

Meta