crypto/x509.PolicyMapping.IssuerDomainPolicy (field)
5 uses
crypto/x509 (current package)
verify.go#L1293: if mapping.IssuerDomainPolicy.Equal(anyPolicyOID) || mapping.SubjectDomainPolicy.Equal(anyPolicyOID) {
verify.go#L1297: mappings[string(mapping.IssuerDomainPolicy.der)] = append(mappings[string(mapping.IssuerDomainPolicy.der)], mapping.SubjectDomainPolicy)
verify.go#L1300: pg.deleteLeaf(mapping.IssuerDomainPolicy)
x509.go#L886: IssuerDomainPolicy OID
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |