]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: support NumericString in DN components
authorRoland Shoemaker <roland@golang.org>
Fri, 3 Sep 2021 16:56:23 +0000 (09:56 -0700)
committerRoland Shoemaker <roland@golang.org>
Thu, 3 Feb 2022 19:55:40 +0000 (19:55 +0000)
commit896df422a7cecbace10f5877beeeb1476b6061ae
tree924035e196357a525484910fa0de905fac5b3a0d
parent1ab827371858e02f864f91e7dc561ae48eb7bbd0
crypto/x509: support NumericString in DN components

Fixes #48171

Change-Id: Ia2e1920c0938a1f8659935a4f725a7e5090ef2c0
Reviewed-on: https://go-review.googlesource.com/c/go/+/347034
Trust: Roland Shoemaker <roland@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
src/crypto/x509/parser.go
src/crypto/x509/parser_test.go [new file with mode: 0644]