- checkSignature
void checkSignature(Vector!(ubyte, ALLOC) tbs_response, AlgorithmIdentifier sig_algo, Vector!ubyte signature, X509Certificate cert)
Does not use trusted roots
Throws if not trusted
- checkSignature
void checkSignature(Vector!(ubyte, ALLOC) tbs_response, AlgorithmIdentifier sig_algo, Vector!ubyte signature, CertificateStore trusted_roots, Vector!X509Certificate certs)
Iterates over trusted roots certificate store
throws if not trusted
- decodeOptionalList
void decodeOptionalList(BERDecoder ber, ASN1Tag tag, Vector!X509Certificate output)
Undocumented in source. Be warned that the author may not have intended to support it.
OCSP