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 1202494 - ECDHE key exchange not enabled by NSS_SetDomesticPolicy()
Summary: ECDHE key exchange not enabled by NSS_SetDomesticPolicy()
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: nss
Version: 7.0
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Elio Maldonado Batiz
QA Contact: Stanislav Zidek
Bara Ancincova
URL:
Whiteboard:
Depends On:
Blocks: 1057566 1205796 1246125
TreeView+ depends on / blocked
 
Reported: 2015-03-16 18:23 UTC by Stanislav Zidek
Modified: 2019-09-12 08:18 UTC (History)
12 users (show)

Fixed In Version: nss-3.19.1-14.el7
Doc Type: Bug Fix
Doc Text:
Applications that use the default NSS cipher list now support connections to servers that require the Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) key exchange.
Clone Of:
Environment:
Last Closed: 2015-11-19 12:26:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1185708 0 unspecified CLOSED NSS does not enable ECC cipher-suites by default 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 1245279 0 medium CLOSED OpenLDAP doesn't use sane (or default) cipher order 2021-02-22 00:41:40 UTC
Red Hat Product Errata RHBA-2015:2121 0 normal SHIPPED_LIVE nss bug fix and enhancement update 2015-11-19 11:01:16 UTC

Internal Links: 1185708 1245279

Description Stanislav Zidek 2015-03-16 18:23:19 UTC
Description of problem:
cURL does not support ECDHE-* cipher suites

Version-Release number of selected component (if applicable):
curl-7.29.0-19.el7

How reproducible:
always

Steps to Reproduce:
1. try to connect somewhere with curl using SSL/TLS
2. observe ciphers it offers (ssltap, wireshark, ...)

Actual results:
WITHOUT --tls1:
                cipher_suites[17] = {
                    (0x009e) TLS/DHE-RSA/AES128-GCM/SHA256
                    (0x0033) TLS/DHE-RSA/AES128-CBC/SHA
                    (0x0032) TLS/DHE-DSS/AES128-CBC/SHA
                    (0x0067) TLS/DHE-RSA/AES128-CBC/SHA256
                    (0x0039) TLS/DHE-RSA/AES256-CBC/SHA
                    (0x0038) TLS/DHE-DSS/AES256-CBC/SHA
                    (0x006b) TLS/DHE-RSA/AES256-CBC/SHA256
                    (0x0016) SSL3/DHE-RSA/3DES192EDE-CBC/SHA
                    (0x0013) SSL3/DHE-DSS/DES192EDE3CBC/SHA
                    (0x009c) TLS/RSA/AES128-GCM/SHA256
                    (0x002f) TLS/RSA/AES128-CBC/SHA
                    (0x003c) TLS/RSA/AES128-CBC/SHA256
                    (0x0035) TLS/RSA/AES256-CBC/SHA
                    (0x003d) TLS/RSA/AES256-CBC/SHA256
                    (0x000a) SSL3/RSA/3DES192EDE-CBC/SHA
                    (0x0005) SSL3/RSA/RC4-128/SHA
                    (0x0004) SSL3/RSA/RC4-128/MD5
                }

WITH --tls1:
                cipher_suites[11] = {
                    (0x0033) TLS/DHE-RSA/AES128-CBC/SHA
                    (0x0032) TLS/DHE-DSS/AES128-CBC/SHA
                    (0x0039) TLS/DHE-RSA/AES256-CBC/SHA
                    (0x0038) TLS/DHE-DSS/AES256-CBC/SHA
                    (0x0016) SSL3/DHE-RSA/3DES192EDE-CBC/SHA
                    (0x0013) SSL3/DHE-DSS/DES192EDE3CBC/SHA
                    (0x002f) TLS/RSA/AES128-CBC/SHA
                    (0x0035) TLS/RSA/AES256-CBC/SHA
                    (0x000a) SSL3/RSA/3DES192EDE-CBC/SHA
                    (0x0005) SSL3/RSA/RC4-128/SHA
                    (0x0004) SSL3/RSA/RC4-128/MD5
                }


Expected results:
also ECDHE-* cipher suites are offered

Comment 1 Stanislav Zidek 2015-03-16 18:30:45 UTC
The lists are switched and there is a typo in option, my bad, sorry; the longer one is with --tlsv1 option.

Comment 2 Kamil Dudka 2015-03-19 12:27:46 UTC
libcurl calls NSS_SetDomesticPolicy() to enable default cipher-suites.  If this bug is about cipher-suites enabled by default, it needs to be fixed in NSS.  For explicit control over the enabled cipher-suites in libcurl, there already is bug 1066065 pending for approval.

Comment 16 errata-xmlrpc 2015-11-19 12:26:29 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-2121.html


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