]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: add text and binary marshal methods to OID
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Wed, 15 May 2024 17:36:53 +0000 (17:36 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 16 May 2024 02:00:26 +0000 (02:00 +0000)
commit722d59436bc5881914619d2b95c9d01a46036428
tree5fd124e2cd508a4c5f7c30a9a72d7b2363cc4820
parent8ce2fedaeb1b4e5c61a811223dd07fc1dff6b81f
crypto/x509: add text and binary marshal methods to OID

Fixes #66249

Change-Id: I5973a19a087a35ad951e8a220d3e6e4456c7577f
GitHub-Last-Rev: 921ca8bd0c08687bb727dbfb0890c3355eebe95b
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>
api/next/66249.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/crypto/x509/66249.md [new file with mode: 0644]
src/crypto/x509/oid.go
src/crypto/x509/oid_test.go
src/encoding/gob/encode.go
src/encoding/gob/type.go