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

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

Issue 15315003: Generate unique certificate nicknames on Linux/CrOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _NE -> _STRNE 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 | « net/cert/x509_util_nss.cc ('k') | net/data/ssl/certificates/duplicate_cn_1.p12 » ('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 d5f53878397dcb6b7ea8be15643f1789f453b082..e0f22a2e711aa91f9b4bfdcc3cf347c7de48bbd1 100644
--- a/net/data/ssl/certificates/README
+++ b/net/data/ssl/certificates/README
@@ -171,3 +171,15 @@ unit tests.
present). Since codeSigning is not valid for web server auth, the checks
should fail.
+- duplicate_cn_1.p12
+- duplicate_cn_1.pem
+- duplicate_cn_2.p12
+- duplicate_cn_2.pem
+ Two certificates from the same issuer that share the same common name,
+ but have distinct subject names (namely, their O fields differ). NSS
+ requires that certificates have unique nicknames if they do not share the
+ same subject, and these certificates are used to test that the nickname
+ generation algorithm generates unique nicknames.
+ 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.
« no previous file with comments | « net/cert/x509_util_nss.cc ('k') | net/data/ssl/certificates/duplicate_cn_1.p12 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698