crypto/x509.Certificate.UnknownExtKeyUsage (field)
5 uses
crypto/x509 (current package)
parser.go#L738: out.ExtKeyUsage, out.UnknownExtKeyUsage, err = parseExtKeyUsageExtension(e.Value)
verify.go#L1141: if len(cert.ExtKeyUsage) == 0 && len(cert.UnknownExtKeyUsage) == 0 {
x509.go#L720: UnknownExtKeyUsage []asn1.ObjectIdentifier // Encountered extended key usages unknown to this package.
x509.go#L1108: if (len(template.ExtKeyUsage) > 0 || len(template.UnknownExtKeyUsage) > 0) &&
x509.go#L1110: ret[n], err = marshalExtKeyUsage(template.ExtKeyUsage, template.UnknownExtKeyUsage)
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |