]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: store names in signatureAlgorithmDetails.
authorAdam Langley <agl@golang.org>
Fri, 18 Aug 2017 20:38:09 +0000 (13:38 -0700)
committerAdam Langley <agl@golang.org>
Sat, 9 Sep 2017 19:36:51 +0000 (19:36 +0000)
commit4933da68b5c36d0a9c2a02fe9ed2f5ce2c9c3239
treedb2d216deb0ecad41acbe1e3db86c9991ccda0d5
parent083ad28622580195a97cbe83a877c7d49b1dadfa
crypto/x509: store names in signatureAlgorithmDetails.

There is already a table of signature algorithm details so the code
should use it for the name too. This avoids mismatches.

Change-Id: I0d4befbae721ec43db9f87cd93173ec12749e4c8
Reviewed-on: https://go-review.googlesource.com/57210
Run-TryBot: Adam Langley <agl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/crypto/x509/x509.go