]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.17] 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>
Wed, 9 Feb 2022 21:57:04 +0000 (21:57 +0000)
commitcd6e0d7cad147b686f9f8066b651b0079e6f51c6
tree130542dd8609c024e45574d1e505ba5f05b5f405
parent6a70ee2873b2367e2a0d6e7d7e167c072b99daf0
[release-branch.go1.17] crypto/x509: support NumericString in DN components

Updates #48171
Fixes #51000

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>
(cherry picked from commit 896df422a7cecbace10f5877beeeb1476b6061ae)
Reviewed-on: https://go-review.googlesource.com/c/go/+/382857
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
src/crypto/x509/parser.go
src/crypto/x509/parser_test.go [new file with mode: 0644]