]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: correct OID for DSA-with-SHA-256.
authorAdam Langley <agl@golang.org>
Thu, 10 Mar 2016 23:31:11 +0000 (15:31 -0800)
committerAdam Langley <agl@golang.org>
Sat, 12 Mar 2016 00:13:26 +0000 (00:13 +0000)
commitec158cebd9f0115235f0dc836f663e4b8c285ab7
tree7201e9936e047c41b5f2a587df7c2b613b58b420
parent88849736b22968d74a5fa9f0654cf29044869739
crypto/x509: correct OID for DSA-with-SHA-256.

I copied this down incorrectly. See
https://tools.ietf.org/html/rfc5758#section-3.1.

Thankfully it's incredibly obscure.

Fixes #14663.

Change-Id: I4792ee979916cc15aa2e300c8bc989bc4f9c63ac
Reviewed-on: https://go-review.googlesource.com/20549
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Adam Langley <agl@golang.org>
src/crypto/x509/x509.go