Chromium Code Reviews
DescriptionDo not treat weak keys (<1024 bits || MD5) as fatal errors
A pending system update from Microsoft, detailed at
http://blogs.technet.com/b/pki/archive/2012/06/12/rsa-keys-under-1024-bits-are-blocked.aspx
will change the behaviour of CertGetCertificateChain such that it will
appropriately flag weak keys in the CERT_TRUST_STATUS.dwError field.
To avoid mapping this to CERT_STATUS_INVALID, handle the new error code and
map it to CERT_STATUS_WEAK_KEY.
BUG=none
TEST=net_unittests continue passing on Win when this change is released.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142008
Patch Set 1 #
Total comments: 2
Patch Set 2 : Comment update #
Total comments: 2
Messages
Total messages: 6 (0 generated)
|