botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
checkSignature
botan
cert
x509
ocsp
Does not use trusted roots Throws if not trusted
void
checkSignature
(Vector!(ubyte, ALLOC) tbs_response, AlgorithmIdentifier sig_algo, Vector!ubyte signature, X509Certificate cert)
static if
(
BOTAN_HAS_X509_CERTIFICATES
)
void
checkSignature
(
ALLOC
)
(
auto
const
ref
Vector
!(
ubyte
,
ALLOC
)
tbs_response
,
const
AlgorithmIdentifier
sig_algo
,
const
ref
Vector
!ubyte
signature
,
const
X509Certificate
cert
)
void
checkSignature
(Vector!(ubyte, ALLOC) tbs_response, AlgorithmIdentifier sig_algo, Vector!ubyte signature, CertificateStore trusted_roots, Vector!X509Certificate certs)
Meta
Source
See Implementation
botan
cert
x509
ocsp
aliases
OCSPResponse
classes
OCSPResponseImpl
functions
checkSignature
decodeOptionalList
structs
OCSPRequest
OnlineCheck
Does not use trusted roots Throws if not trusted