Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 525652 - dev-libs/openssl: add USE flags to control SSL 2.0/SSL 3.0/TLS
Summary: dev-libs/openssl: add USE flags to control SSL 2.0/SSL 3.0/TLS
Status: RESOLVED DUPLICATE of bug 510798
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-17 11:47 UTC by Zoltán Halassy
Modified: 2014-10-20 17:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltán Halassy 2014-10-17 11:47:21 UTC
From https://www.openssl.org/news/secadv_20141015.txt

Build option no-ssl3 is incomplete (CVE-2014-3568)
==================================================

Severity: Low

When OpenSSL is configured with "no-ssl3" as a build option, servers
could accept and complete a SSL 3.0 handshake, and clients could be
configured to send them.

OpenSSL 1.0.1 users should upgrade to 1.0.1j.
OpenSSL 1.0.0 users should upgrade to 1.0.0o.
OpenSSL 0.9.8 users should upgrade to 0.9.8zc. 

This issue was reported to OpenSSL by Akamai Technologies on 14th October 2014.

The fix was developed by Akamai and the OpenSSL team.
--------------------------------------------------

To mitigate the POODLE attack (CVE-2014-3566) package wise (for clients which does not implement TLS_FALLBACK_SCSV), dev-libs/openssl should provide a way to apply the no-ssl3 build option to configure. Target e-builds should be those which support this option properly (1.0.1j+, 1.0.0o+, 0.9.8z-p3+)
Comment 1 SpanKY gentoo-dev 2014-10-19 04:46:45 UTC
we do not support negative USE flags

the openssl Configure script allows control over SSL 2.0/3.0 and TLS (1.x).  no point in adding a USE flag for just one of those.
Comment 2 SpanKY gentoo-dev 2014-10-20 17:30:33 UTC

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