]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: recognise ISO OID for RSA+SHA1
authorAdam Langley <agl@golang.org>
Fri, 19 Aug 2016 00:14:43 +0000 (17:14 -0700)
committerAdam Langley <agl@golang.org>
Fri, 19 Aug 2016 16:29:58 +0000 (16:29 +0000)
commitbcd54f6ca514ae0e347c780b45d743f2c4145bf3
tree43c81c911a96d062ef0d43c8c1e409a3f8cdfb74
parent0da545d1280af9895bacff587316b68f50799f16
crypto/x509: recognise ISO OID for RSA+SHA1

For some reason, ISO decided to duplicate the OID for RSA+SHA1. Most
pertinantly, the makecert.exe utility on Windows is known to have used
this OID.

This change makes the ISO OID an alias for the normal one.

Change-Id: I60b76265bf1721282bdb0d5c99c98d227c18a878
Reviewed-on: https://go-review.googlesource.com/27394
Run-TryBot: Adam Langley <agl@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/crypto/x509/x509.go
src/crypto/x509/x509_test.go