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

Unified Diff: net/data/ssl/scripts/generate-weak-test-chains.sh

Issue 1906323004: Fixing generate-weak-test-chains.sh to generate correct certificates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add text output. Created 4 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/certificates/prime256v1-ecdsa-intermediate.pem ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/scripts/generate-weak-test-chains.sh
diff --git a/net/data/ssl/scripts/generate-weak-test-chains.sh b/net/data/ssl/scripts/generate-weak-test-chains.sh
index 3bf239c5aaa2cabea6958309cd0c9f242bc0f72a..fb7f6c69dbacf889318d93d809a450a17982b05e 100755
--- a/net/data/ssl/scripts/generate-weak-test-chains.sh
+++ b/net/data/ssl/scripts/generate-weak-test-chains.sh
@@ -162,6 +162,7 @@ do
CERT_TYPE=intermediate \
try openssl ca \
-batch \
+ -extensions user_cert \
-in out/$key_type-ee-by-$signer_key_type-intermediate.csr \
-out out/$key_type-ee-by-$signer_key_type-intermediate.pem \
-config ca.cnf
« no previous file with comments | « net/data/ssl/certificates/prime256v1-ecdsa-intermediate.pem ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698