mirror of
https://github.com/golang/go
synced 2024-11-15 07:40:47 -07:00
722d59436b
Fixes #66249
Change-Id: I5973a19a087a35ad951e8a220d3e6e4456c7577f
GitHub-Last-Rev: 921ca8bd0c
GitHub-Pull-Request: golang/go#66599
Reviewed-on: https://go-review.googlesource.com/c/go/+/575295
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Roland Shoemaker <roland@golang.org>
6 lines
333 B
Plaintext
6 lines
333 B
Plaintext
pkg crypto/x509, func ParseOID(string) (OID, error) #66249
|
|
pkg crypto/x509, method (*OID) UnmarshalBinary([]uint8) error #66249
|
|
pkg crypto/x509, method (*OID) UnmarshalText([]uint8) error #66249
|
|
pkg crypto/x509, method (OID) MarshalBinary() ([]uint8, error) #66249
|
|
pkg crypto/x509, method (OID) MarshalText() ([]uint8, error) #66249
|