mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
4 lines
196 B
Markdown
4 lines
196 B
Markdown
|
|
The [ExtKeyUsage] type now has an OID method that returns the corresponding OID for the EKU.
|
||
|
|
|
||
|
|
The new [OIDFromASN1OID] function allows converting an [encoding/asn1.ObjectIdentifier] into
|
||
|
|
an [OID].
|