botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
OnlineCheck
botan
cert
x509
ocsp
Checks the certificate online
static if
(
BOTAN_HAS_X509_CERTIFICATES
)
struct
OnlineCheck {
shared
(
Mutex
)
mtx
;
shared
(
size_t
)
id
;
shared
(
OCSPResponse
*)
resp
;
shared
(
const
(
X509Certificate
)*)
issuer
;
shared
(
const
(
X509Certificate
)*)
subject
;
shared
(
const
(
CertificateStore
)*)
trusted_roots
;
void
run
();
}
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
Source
See Implementation
botan
cert
x509
ocsp
aliases
OCSPResponse
classes
OCSPResponseImpl
functions
checkSignature
decodeOptionalList
structs
OCSPRequest
OnlineCheck
Checks the certificate online