botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
checkSignature
botan
cert
x509
ocsp
Iterates over trusted roots certificate store throws if not trusted
void
checkSignature
(Vector!(ubyte, ALLOC) tbs_response, AlgorithmIdentifier sig_algo, Vector!ubyte signature, X509Certificate cert)
void
checkSignature
(Vector!(ubyte, ALLOC) tbs_response, AlgorithmIdentifier sig_algo, Vector!ubyte signature, CertificateStore trusted_roots, Vector!X509Certificate certs)
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
CertificateStore
trusted_roots
,
const
ref
Vector
!
X509Certificate
certs
)
Meta
Source
See Implementation
botan
cert
x509
ocsp
aliases
OCSPResponse
classes
OCSPResponseImpl
functions
checkSignature
decodeOptionalList
structs
OCSPRequest
OnlineCheck
Iterates over trusted roots certificate store throws if not trusted