Chromium Code Reviews
DescriptionLinux: fix net_unittests failures on Gentoo Linux
tlslite does some autodetection which when m2crypto is installed and importable is more strict when parsing certificate files. This CL makes our certificate files acceptable by both the more strict and more lenient versions of code used by tlslite.
Swap the certificate and private key in [ok|expired]_cert.pem, so that
s.startswith() will return true for OpenSSL_RSAKey. tlslite.X509 uses
s.find() to locate the BEGIN CERTIFICATE, so it should be unaffected.
For more info see http://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/903f65ad685da9b2#
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81218
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
||||||||||||||||||||||||||||