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

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: review changes and url_request_unittest fixes Created 4 years, 6 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 761a8d213cf53c35a09ad083987880c65935e2e3..c175cc835fb162a948474ceeaca800da5dc3fd25 100644
--- a/net/data/ssl/certificates/README
+++ b/net/data/ssl/certificates/README
@@ -58,6 +58,16 @@ 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
+
+- multi-root-BFE.keychain: An OSX Keychain containing the generated
+ certificates "multi-root-B-by-F.pem" and "multi-root-F-by-E.pem".
Ryan Sleevi 2016/08/12 19:50:17 This is in the wrong section; it's not a 'real' ce
mattm 2016/08/16 01:41:34 Done.
+
===== Manually generated certificates
- client.p12 : A PKCS #12 file containing a client certificate and a private
key created for testing. The password is "12345".

Powered by Google App Engine
This is Rietveld 408576698