[Python-Dev] [Python-checkins] cpython (merge 3.2 -> default): Merge fix for issue #11746 (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Sun Apr 3 23:58:18 CEST 2011
- Previous message: [Python-Dev] [Python-checkins] cpython (merge 3.2 -> default): Merge fix for issue #11746
- Next message: [Python-Dev] Policy for versions of system python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Good point. If someone knows how to generate elliptic curve keys, a patch for testssl.py is welcome.
You can generate EC keys and certificates like this:
openssl ecparam -out server.key -name secp112r2 -genkey openssl req -new -x509 -key server.key -out server.pem -subj /CN=www.test
(see "openssl ecparam -list_curves" for a list of valid names)
Regards, Martin
- Previous message: [Python-Dev] [Python-checkins] cpython (merge 3.2 -> default): Merge fix for issue #11746
- Next message: [Python-Dev] Policy for versions of system python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]