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

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

Issue 1490233005: net: Fix CertVerifyProcTest.LargeKey for OSX 10.11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix another test. Created 5 years 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/large_key.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-test-certs.sh
diff --git a/net/data/ssl/scripts/generate-test-certs.sh b/net/data/ssl/scripts/generate-test-certs.sh
index b2481ad476a4b02af67621c2cd737d8a56c78ba0..adf97ba9009400880231c06a98fc6c56e5c2b584 100755
--- a/net/data/ssl/scripts/generate-test-certs.sh
+++ b/net/data/ssl/scripts/generate-test-certs.sh
@@ -164,9 +164,9 @@ SUBJECT_NAME="req_dn" \
-out ../certificates/reject_intranet_hosts.pem
## Leaf certificate with a large key; Apple's certificate verifier rejects with
-## a fatal error if the key is bigger than 4096 bits.
+## a fatal error if the key is bigger than 8192 bits.
try openssl req -x509 -days 3650 \
- -config ../scripts/ee.cnf -newkey rsa:4104 -text \
+ -config ../scripts/ee.cnf -newkey rsa:8200 -text \
-sha256 \
-out ../certificates/large_key.pem
« no previous file with comments | « net/data/ssl/certificates/large_key.pem ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698