Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 546332

Summary: net-analyzer/sslscan: Add use flags to disable insecure protocols/ciphers
Product: Gentoo Linux Reporter: Thomas Bettler <thomas.bettler>
Component: Current packagesAssignee: Hans de Graaff <graaff>
Status: RESOLVED UPSTREAM    
Severity: normal CC: crypto+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 510798    
Attachments: patch for ebuild net-analyzer/sslscan-1.8.2
patch the code to compile with openssl[-ssl2]

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