Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(584)

Unified Diff: net/data/ssl/certificates/README

Issue 2101303005: CertVerifyProcMac: Add Keychain re-ordering hack, check CRLsets in path pruning loop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix other tests that broke on the ExpectedCertStatusForFailedOnlineRevocationCheck change Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/data/ssl/certificates/README
diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README
index 079fdbecac5473b096c365d7f5cca8551a9f63ab..ead31da6d86170524162d0e942812c0e3d20bf31 100644
--- a/net/data/ssl/certificates/README
+++ b/net/data/ssl/certificates/README
@@ -58,6 +58,13 @@ unit tests.
- twitter-chain.pem : A certificate chain for twitter.com which should be
valid. Expires May 9 2016.
+- tripadvisor-verisign-chain.pem: A certificate chain for www.tripadvisor.com
+ issued by VeriSign Class 3 Public Primary Certification Authority - G5.
+ Expires Apr 2 2018.
+- verisign_class3_g5_crosssigned-trusted.keychain: An OSX Keychain set to
+ Always Trust the SHA1 cross-signed version of VeriSign Class 3 Public Primary
+ Certification Authority - G5
+
===== Manually generated certificates
- client.p12 : A PKCS #12 file containing a client certificate and a private
key created for testing. The password is "12345".
@@ -171,6 +178,9 @@ unit tests.
Certs to test that policies related to enforcing CT on Symantec are
properly gated on the issuance date.
+- multi-root-BFE.keychain: An OSX Keychain containing the generated
+ certificates "multi-root-B-by-F.pem" and "multi-root-F-by-E.pem".
+
===== From net/data/ssl/scripts/generate-weak-test-chains.sh
- 2048-rsa-root.pem
- {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem

Powered by Google App Engine
This is Rietveld 408576698