Issue 32602: Test ECDSA and dual mode context (original) (raw)

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:56 admin set github: 76783
2018-01-20 14:19:28 christian.heimes set status: open -> closedresolution: fixedstage: patch review -> resolved
2018-01-20 14:16:32 christian.heimes set messages: +
2018-01-19 19:49:23 christian.heimes set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest5092>
2018-01-19 19:46:32 christian.heimes create