Home
last modified time | relevance | path

Searched refs:TrustedCertificate (Results 1 – 3 of 3) sorted by relevance

/external/python/asn1crypto/
Dchangelog.md297 - Added `x509.TrustedCertificate` for handling OpenSSL auxiliary certificate
299 - Added `core.Concat` class for situations such as `x509.TrustedCertificate`
/external/python/asn1crypto/tests/
Dtest_x509.py3516 trusted_cert = x509.TrustedCertificate.load(cert_bytes)
/external/python/asn1crypto/asn1crypto/
Dx509.py3030 class TrustedCertificate(Concat): class