Recognize the legacy OID 1.3.14.3.2.29 (sha1WithRSASignature) as equivalent to sha1Wi...
commiteb285a379ce1166024998f299c5a758835248d86
authoreroman <eroman@chromium.org>
Thu, 16 Jul 2015 22:55:42 +0000 (16 15:55 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Jul 2015 22:56:21 +0000 (16 22:56 +0000)
treea05f4b20f9d22016eefeb4e91128b81287ccd6b2
parent9dfb76c42a8447c04d29dc70c3d08c39c91c6a77
Recognize the legacy OID 1.3.14.3.2.29 (sha1WithRSASignature) as equivalent to sha1WithRSAEncryption.

sha1WithRSASignature is a deprecated equivalent of
sha1WithRSAEncryption. It originates from the NIST Open
Systems Environment (OSE) Implementor's Workshop (OIW).

It is supported for compatibility with Microsoft's certificate APIs
and tools, particularly makecert.exe, which default(ed/s) to this
OID for SHA-1. See also
https://bugzilla.mozilla.org/show_bug.cgi?id=1042479

BUG=410574

Review URL: https://codereview.chromium.org/1223763002

Cr-Commit-Position: refs/heads/master@{#339148}
net/cert/internal/signature_algorithm.cc
net/cert/internal/signature_algorithm_unittest.cc