]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: add ExtKeyUsage.String and KeyUsage.String methods
authorFilippo Valsorda <filippo@golang.org>
Sat, 22 Nov 2025 15:26:24 +0000 (16:26 +0100)
committerGopher Robot <gobot@golang.org>
Tue, 25 Nov 2025 00:19:47 +0000 (16:19 -0800)
commitc6f882f6c58ed56fa4bd2d8256ec55d9992c3583
tree0ee58c54ef3f52433d8bda7ff8be179d2272958b
parent97d5295f6fcbc4c24225096900c22773d6672cce
crypto/x509: add ExtKeyUsage.String and KeyUsage.String methods

Fixes #56866

Change-Id: Icc8f067820f5d74e0d5073bce160429e6a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/723360
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Sean Liao <sean@liao.dev>
Reviewed-by: Roland Shoemaker <roland@golang.org>
api/next/56866.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/crypto/x509/56866.md [new file with mode: 0644]
src/crypto/x509/verify.go
src/crypto/x509/x509.go
src/crypto/x509/x509_string.go [new file with mode: 0644]