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

Side by Side Diff: net/data/ssl/scripts/ee.cnf

Issue 8568040: Refuse to accept certificate chains containing any RSA public key smaller (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 [req]
2 default_bits = $ENV::KEY_SIZE
3 default_md = sha1
4 string_mask = utf8only
5 prompt = no
6 encrypt_key = no
7 distinguished_name = req_dn
8 req_extensions = req_extensions
9
10 [req_dn]
11 C = US
12 ST = California
13 L = Mountain View
14 O = Test CA
15 CN = 127.0.0.1
16
17 [req_extensions]
18 subjectAltName = IP:127.0.0.1
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698