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

Unified Diff: net/net.gypi

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
« no previous file with comments | « net/data/ssl/scripts/generate-bad-self-signed.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 9aeae0891afe1dd8113bb48fad8dfc2ee5846a31..c81d2f18b78b504453500775dab3e7aa64715d33 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -2124,6 +2124,8 @@
'data/ssl/certificates/reject_intranet_hosts.pem',
'data/ssl/certificates/root_ca_cert.pem',
'data/ssl/certificates/salesforce_com_test.pem',
+ 'data/ssl/certificates/self-signed-invalid-name.pem',
+ 'data/ssl/certificates/self-signed-invalid-sig.pem',
'data/ssl/certificates/sha1_2016.pem',
'data/ssl/certificates/sha1_dec_2015.pem',
'data/ssl/certificates/sha1_jan_2016.pem',
« no previous file with comments | « net/data/ssl/scripts/generate-bad-self-signed.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698