A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2011-April/110424.html below:

[Python-Dev] [Python-checkins] cpython (merge 3.2 -> default): Merge fix for issue #11746

[Python-Dev] [Python-checkins] cpython (merge 3.2 -> default): Merge fix for issue #11746 [Python-Dev] [Python-checkins] cpython (merge 3.2 -> default): Merge fix for issue #11746"Martin v. Löwis" martin at v.loewis.de
Sun Apr 3 23:58:18 CEST 2011
> Good point.  If someone knows how to generate elliptic curve keys, a
> patch for test_ssl.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
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4