- checkChain
Vector!(RBTreeRef!CertificateStatusCode) checkChain(Vector!X509Certificate cert_path, PathValidationRestrictions restrictions, Vector!CertificateStore certstores)
Undocumented in source. Be warned that the author may not have intended to support it.
- findCrlsFor
const(X509CRL) findCrlsFor(X509Certificate cert, Vector!CertificateStore certstores)
Undocumented in source. Be warned that the author may not have intended to support it.
- findIssuingCert
X509Certificate findIssuingCert(X509Certificate cert_, CertificateStore end_certs, Vector!CertificateStore certstores)
Undocumented in source. Be warned that the author may not have intended to support it.
- x509PathValidate
PathValidationResult x509PathValidate(Vector!X509Certificate end_certs, PathValidationRestrictions restrictions, Vector!CertificateStore certstores)
- x509PathValidate
PathValidationResult x509PathValidate(X509Certificate end_cert, PathValidationRestrictions restrictions, Vector!CertificateStore certstores)
- x509PathValidate
PathValidationResult x509PathValidate(X509Certificate end_cert, PathValidationRestrictions restrictions, CertificateStore store)
- x509PathValidate
PathValidationResult x509PathValidate(Vector!X509Certificate end_certs, PathValidationRestrictions restrictions, CertificateStore store)
X.509 Cert Path Validation