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

Unified Diff: net/data/ssl/scripts/generate-aia-certs.sh

Issue 1066613002: Revert of Don't process HSTS/HPKP headers when host is an IP address (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/ee.cnf ('k') | net/data/ssl/scripts/generate-cross-signed-certs.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/scripts/generate-aia-certs.sh
diff --git a/net/data/ssl/scripts/generate-aia-certs.sh b/net/data/ssl/scripts/generate-aia-certs.sh
index 706d386eeaa3619fccc23335f69650005ad1a9af..76b86cf5418df067cc461940c4ad2c52bdd498f1 100755
--- a/net/data/ssl/scripts/generate-aia-certs.sh
+++ b/net/data/ssl/scripts/generate-aia-certs.sh
@@ -8,7 +8,8 @@
# certificates that can be used to test fetching of an intermediate via AIA.
try() {
- "$@" || (e=$?; echo "$@" > /dev/stderr; exit $e)
+ echo "$@"
+ "$@" || exit 1
}
try rm -rf out
« no previous file with comments | « net/data/ssl/scripts/ee.cnf ('k') | net/data/ssl/scripts/generate-cross-signed-certs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698