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: Test ECDSA and dual mode context
Type: enhancement Stage: resolved
Components: SSL, Tests Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: christian.heimes Nosy List: christian.heimes
Priority: normal Keywords: patch

Created on 2018-01-19 19:46 by christian.heimes, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 5247 merged christian.heimes, 2018-01-19 19:49
Messages (2)
msg310284 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2018-01-19 19:46
OpenSSL supports ECDSA certs and dual EC/RSA mode context, e.g. a context a RSA and an ECDSA key/cert pair loaded at the same time. Python shoulkd verify that ECDSA certs are working properly.
msg310347 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2018-01-20 14:16
New changeset bd5c7d238c01b90fbfae8ea45b47bd601900abaf by Christian Heimes in branch 'master':
bpo-32602: Test ECDSA certs (#5247)
https://github.com/python/cpython/commit/bd5c7d238c01b90fbfae8ea45b47bd601900abaf
History
Date User Action Args
2022-04-11 14:58:56adminsetgithub: 76783
2018-01-20 14:19:28christian.heimessetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-01-20 14:16:32christian.heimessetmessages: + msg310347
2018-01-19 19:49:23christian.heimessetkeywords: + patch
stage: patch review
pull_requests: + pull_request5092
2018-01-19 19:46:32christian.heimescreate