Bug 1630391
| Summary: | expose SSL_CTX_set_post_handshake_auth | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joe Orton <jorton> | ||||
| Component: | perl-Net-SSLeay | Assignee: | Paul Howarth <paul> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 29 | CC: | jose.p.oliveira.oss, kasal, paul, perl-devel | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | https://github.com/radiator-software/p5-net-ssleay/pull/68 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | perl-Net-SSLeay-1.85-8.fc29 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1633630 (view as bug list) | Environment: | |||||
| Last Closed: | 2018-09-27 18:01:21 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
perl-Net-SSLeay-1.85-8.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-1b405fe57a perl-Net-SSLeay-1.85-8.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-1b405fe57a perl-Net-SSLeay-1.85-8.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1484388 [details] PoC patch Description of problem: Post-Handshake-Auth is disabled by default in OpenSSL 1.1.1. Can you expose SSL_CTX_set_post_handshake_auth so this can be re-enabled client side? Version-Release number of selected component (if applicable): perl-Net-SSLeay-1.85-7 How reproducible: always Steps to Reproduce: 1. use server requiring PHA Actual results: fail Expected results: success Additional info: httpd upstream test suite uses this, can give detailed repro case if required patch attached though is I assume not upstream-worthy without #ifdef version checks