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

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

Issue 10391197: If the version field is omitted from the certificate, the default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add unit test Created 8 years, 7 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 | « chrome/common/net/x509_certificate_model_unittest.cc ('k') | net/data/ssl/certificates/ndn.ca.crt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/certificates/README
===================================================================
--- net/data/ssl/certificates/README (revision 137201)
+++ net/data/ssl/certificates/README (working copy)
@@ -117,3 +117,7 @@
"openssl req -x509 -days 3650 -sha1 -extensions req_san_sanity \
-config ../scripts/ee.cnf -newkey rsa:1024 -text \
-out subjectAltName_sanity_check.pem"
+
+- ndn.ca.crt: "New Dream Network Certificate Authority" root certificate.
+ This is an X.509 v1 certificate that omits the version field. Used to
+ test that the certificate version gets the default value v1.
« no previous file with comments | « chrome/common/net/x509_certificate_model_unittest.cc ('k') | net/data/ssl/certificates/ndn.ca.crt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698