botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
OnlineCheck
botan
cert
x509
ocsp
Checks the certificate online
static if
(
BOTAN_HAS_X509_CERTIFICATES
)
struct
OnlineCheck {
size_t
id
;
OCSPResponse
*
resp
;
const
(
X509Certificate
)*
issuer
;
const
(
X509Certificate
)*
subject
;
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
size_t
id
;
Undocumented in source.
issuer
const
(
X509Certificate
)*
issuer
;
Undocumented in source.
resp
OCSPResponse
*
resp
;
Undocumented in source.
subject
const
(
X509Certificate
)*
subject
;
Undocumented in source.
trusted_roots
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