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

Unified Diff: net/data/ssl/scripts/ee.cnf

Issue 1988993002: Check self-signed certificate names and signatures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove dependency on openssl -text format Created 4 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
Index: net/data/ssl/scripts/ee.cnf
diff --git a/net/data/ssl/scripts/ee.cnf b/net/data/ssl/scripts/ee.cnf
index 5bf4e46baa0fe0a751018d0e6c4261ec1a969b43..6ccf83ed25bceae5448a3bffa3b655697b988065 100644
--- a/net/data/ssl/scripts/ee.cnf
+++ b/net/data/ssl/scripts/ee.cnf
@@ -32,6 +32,20 @@ L = Mountain View
O = Test CA
CN = localhost
+[req_self_signed_a]
+C = US
+ST = Michigan
+L = Ann Arbor
+O = Test Self-Signed
+CN = SS A
+
+[req_self_signed_b]
+C = US
+ST = Michigan
+L = Ann Arbor
+O = Test Self-Signed
+CN = SS B
+
[req_punycode_dn]
CN = xn--wgv71a119e.com
« no previous file with comments | « net/data/ssl/certificates/self-signed-invalid-sig.pem ('k') | net/data/ssl/scripts/generate-bad-self-signed.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698