RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1253454 - [Rebase] Perl Net-SSLeay > 1.53 for authentication with Mac and ios
Summary: [Rebase] Perl Net-SSLeay > 1.53 for authentication with Mac and ios
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: perl-Net-SSLeay
Version: 6.7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: perl-maint-list
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks: 1172231
TreeView+ depends on / blocked
 
Reported: 2015-08-13 17:32 UTC by Piyush Bhoot
Modified: 2019-12-16 04:52 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Rebase: Bug Fixes and Enhancements
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-23 13:10:34 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Piyush Bhoot 2015-08-13 17:32:32 UTC
Description of problem:

MacOSX 10.11 and iOS9 use TLS1.2/EAP for authentication to Radiator servers. Radiator depends on the perl-Net-SSLeay package. and RHEL6.7 the Net::SSLeay is version 1.35. 
To correctly handle TLS1.2/EAP you need Net::SSLeay > 1.53.

Issue is on RHEL 6.7 with Radiator 4.15

Comment 2 Petr Pisar 2015-08-24 13:25:07 UTC
Red Hat usually does not rebase packages. Especially when the difference between the delivered and requested version is so big (only the changelog difference has more than a thousand of lines).

Could you please be more specific which functionality from <http://cpansearch.perl.org/src/MIKEM/Net-SSLeay-1.53/Changes> are you interested in? We can try to port it back.

Is it the support for OpenSSL's SSL_export_keying_material()?

Comment 3 Arjan Dekker 2015-08-26 09:33:20 UTC
we have the same problem. Radiator does not support TLS v1.2 thanks to the old version of Net::SSLeay. I think that this is what we need:
Added support for tlsv1.1 tlsv1.2 via $Net::SSLeay::ssl_version

From: http://cpansearch.perl.org/src/MIKEM/Net-SSLeay-1.66/Changes

Comment 4 Petr Pisar 2015-08-26 11:28:18 UTC
(In reply to Arjan Dekker from comment #3)
> we have the same problem. Radiator does not support TLS v1.2 thanks to the
> old version of Net::SSLeay. I think that this is what we need:
> Added support for tlsv1.1 tlsv1.2 via $Net::SSLeay::ssl_version
> 
The feature you described is about forcing TLS version that is useful when OpenSSL's negotiation does not work. It was added in upstream's 1.59 version. Hence I think this is a different issue.

If you think you need it, then please contact Red Hat support with your request for adding support for $Net::SSLeay::ssl_version to recognize values 11 (TLSv1.1) and 12 (TLSv1.2).

I don't have Radiator sources to determine whether the feature is or is not needed.

Comment 8 Petr Pisar 2015-09-23 13:10:34 UTC
We are not going to rebase this package. If you need a specific feature, please file a new request for the feature.


Note You need to log in before you can comment on or make changes to this bug.