Issue32602
Created on 2018-01-19 19:46 by christian.heimes, last changed 2018-01-20 14:19 by christian.heimes. 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) * | 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) * | 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 |
| 2018-01-20 14:19:28 | christian.heimes | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-01-20 14:16:32 | christian.heimes | set | messages: + msg310347 |
| 2018-01-19 19:49:23 | christian.heimes | set | keywords:
+ patch stage: patch review pull_requests: + pull_request5092 |
| 2018-01-19 19:46:32 | christian.heimes | create | |