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

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

Issue 10916275: * Change logic of SpdySession::VerifyDomainAuthentication to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 8 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
« no previous file with comments | « no previous file | net/data/ssl/certificates/spdy_pooling.pem » ('j') | net/spdy/spdy_session.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/certificates/README
diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README
index 91d600dc861fab236c0817ed5a77caa10b113f7e..e0be8f28302072ce060296fe0b3ea14628ccbd93 100644
--- a/net/data/ssl/certificates/README
+++ b/net/data/ssl/certificates/README
@@ -111,6 +111,12 @@ unit tests.
- ocsp-test-root.pem : A root certificate for the code in
net/tools/testserver/minica.py
+- spdy_pooling.pem : Used to test the handling of spdy IP connection pooling
+ Generated by using the command
+ "openssl req -x509 -days 3650 -sha1 -extensions req_spdy_pooling \
+ -config ../scripts/ee.cnf -newkey rsa:1024 -text \
+ -out spdy_pooling.pem"
+
- subjectAltName_sanity_check.pem : Used to test the handling of various types
within the subjectAltName extension of a certificate. Generated by using
the command
« no previous file with comments | « no previous file | net/data/ssl/certificates/spdy_pooling.pem » ('j') | net/spdy/spdy_session.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698