package didx509resolver
import "github.com/Microsoft/hcsshim/internal/did-x509-resolver"
Index ¶
- func OidFromExtKeyUsage(eku x509.ExtKeyUsage) (oid asn1.ObjectIdentifier, ok bool)
- func Resolve(chainPem string, did string, ignoreTime bool) (string, error)
- func VerifyCertificateChain(chain []*x509.Certificate, trustedRoots []*x509.Certificate, ignoreTime bool) ([][]*x509.Certificate, error)
Functions ¶
func OidFromExtKeyUsage ¶
func OidFromExtKeyUsage(eku x509.ExtKeyUsage) (oid asn1.ObjectIdentifier, ok bool)
func Resolve ¶
func VerifyCertificateChain ¶
func VerifyCertificateChain(chain []*x509.Certificate, trustedRoots []*x509.Certificate, ignoreTime bool) ([][]*x509.Certificate, error)
Source Files ¶
- Version
- v0.11.1
- Published
- Sep 20, 2023
- Platform
- js/wasm
- Imports
- 13 packages
- Last checked
- now –
Tools for package owners.