Bug 1974744

Summary: perl-Net-SSLeay: Fix TLS1 and TLS1.1
Product: Red Hat Enterprise Linux 9 Reporter: Michal Josef Spacek <mspacek>
Component: perl-Net-SSLeayAssignee: perl-maint-list
Status: CLOSED DUPLICATE QA Contact: RHEL CS Apps Subsystem QE <rhel-cs-apps-subsystem-qe>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: CentOS StreamCC: bstinson, jwboyer
Target Milestone: betaFlags: pm-rhel: mirror+
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-02-02 09:09:17 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:

Description Michal Josef Spacek 2021-06-22 12:36:51 UTC
Description of problem:
In "perl-Net-SSLeay: Port to OpenSSL 3.0" ticket [1] i was disabled TLS1 and TLS1.1 in tests, because failing with "tlsv1 alert internal error" message in connect()". We need to fix it.

Version-Release number of selected component (if applicable):
perl-Net-SSLeay-1.90-4.ssl3

How reproducible:
# Compile across OpenSSL 3.0.0
cd Net-SSLeay-1.90
# Enable TLSv1 and TLSv1.1 in rounds
perl t/local/44_sess.t 

Actual results:
Test is failing.

Expected results:
Test is successful

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1964854

Comment 1 Michal Josef Spacek 2022-02-02 09:09:17 UTC
TLS 1 and TLS 1.1 is not supported in RHEL9.
Then this ticket is duplication of BZ#2039786

*** This bug has been marked as a duplicate of bug 2039786 ***