This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: ssl library load_cert_chain cannot use elliptic curve type private key
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: pitrou, python-dev, umedoblock
Priority: normal Keywords: patch

Created on 2011-04-03 03:20 by umedoblock, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
_ssl.c.diff umedoblock, 2011-04-03 03:20 _ssl.c.diff review
Messages (3)
msg132830 - (view) Author: umedoblock (umedoblock) Date: 2011-04-03 03:20
ssl library load_cert_chain cannot use elliptic curve type private key.

I resolved the problem, I attached patch file
msg132853 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-04-03 16:20
New changeset 88ed3de28520 by Antoine Pitrou in branch '3.2':
Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys.
http://hg.python.org/cpython/rev/88ed3de28520

New changeset c11e05a60d36 by Antoine Pitrou in branch 'default':
Merge fix for issue #11746
http://hg.python.org/cpython/rev/c11e05a60d36
msg132854 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-04-03 16:21
Committed, thank you.
History
Date User Action Args
2022-04-11 14:57:15adminsetgithub: 55955
2011-04-03 16:21:47pitrousetstatus: open -> closed
versions: + Python 3.3
messages: + msg132854

resolution: fixed
stage: resolved
2011-04-03 16:20:20python-devsetnosy: + python-dev
messages: + msg132853
2011-04-03 15:29:35r.david.murraysetnosy: + pitrou
2011-04-03 03:20:11umedoblockcreate