Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 546332 - net-analyzer/sslscan: Add use flags to disable insecure protocols/ciphers
Summary: net-analyzer/sslscan: Add use flags to disable insecure protocols/ciphers
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hans de Graaff
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 510798
  Show dependency tree
 
Reported: 2015-04-12 09:00 UTC by Thomas Bettler
Modified: 2016-11-21 20:40 UTC (History)
1 user (show)

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


Attachments
patch for ebuild net-analyzer/sslscan-1.8.2 (sslscan-1.8.2.ebuild.patch,635 bytes, patch)
2015-04-12 09:00 UTC, Thomas Bettler
Details | Diff
patch the code to compile with openssl[-ssl2] (sslscan-1.8.2-remove-ssl2.patch,3.32 KB, patch)
2015-04-12 09:01 UTC, Thomas Bettler
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Bettler 2015-04-12 09:00:09 UTC
Created attachment 401078 [details, diff]
patch for ebuild net-analyzer/sslscan-1.8.2

I propose a patch for net-analyzer/sslscan-1.8.2 to prepare for openssl phasing out SSL2 support.
Comment 1 Thomas Bettler 2015-04-12 09:01:01 UTC
Created attachment 401080 [details, diff]
patch the code to compile with openssl[-ssl2]
Comment 2 Thomas Bettler 2015-04-20 20:51:24 UTC
When we introduce any USE=ssl2 we may do so concurrently in all the relevant packages, see blocker #510798 therefore.
Comment 3 Simon Levermann (sonOfRa) 2016-03-01 21:38:53 UTC
With the release of openssl-1.0.2g SSLv2 support is removed. This expectedly causes a build failure with undefined references to SSLv2_client_method while linking.

See https://bugs.gentoo.org/show_bug.cgi?id=575548