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

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

Issue 15747020: Add certificate files for NSS AIA fetching unittest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | net/data/ssl/certificates/aia-cert.pem » ('j') | no next file with comments »
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 e0f22a2e711aa91f9b4bfdcc3cf347c7de48bbd1..e4e7e6498a3d025c681d296b95b2c3ff7558c941 100644
--- a/net/data/ssl/certificates/README
+++ b/net/data/ssl/certificates/README
@@ -183,3 +183,13 @@ unit tests.
The .pem versions contain just the certs, while the .p12 versions contain
both the cert and a private key, since there are multiple ways to import
certificates into NSS.
+
+- aia-cert.pem
+- aia-intermediate.der
+- aia-root.pem
+ A certificate chain which we use to ensure AIA fetching works correctly
+ when using NSS to verify certificates (which uses our HTTP stack).
+ aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL
+ containing the intermediate, which can be served via a URLRequestFilter.
+ aia-intermediate.der is stored in DER form for convenience, since that is
+ the form expected of certificates discovered via AIA.
« no previous file with comments | « no previous file | net/data/ssl/certificates/aia-cert.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698