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

Bug 163390

Summary: net-wireless/wpa_supplicant ebuild should support gnutls and internal TLS
Product: Gentoo Linux Reporter: Nikolas 'Atrus' Coukouma <otto>
Component: New packagesAssignee: Roy Marples (RETIRED) <uberlord>
Status: RESOLVED FIXED    
Severity: enhancement CC: mobile+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Add support for gnutls and internal

Description Nikolas 'Atrus' Coukouma 2007-01-23 04:04:38 UTC
If the gnutls USE flag is enabled, then net-libs/gnutls should be required and used.
CONFIG_TLS=gnutls
If neither openssl or gnutls are USE-ed, then it should default to internal
CONFIG_TLS=internal

Reproducible: Always
Comment 1 Nikolas 'Atrus' Coukouma 2007-01-23 04:23:58 UTC
Created attachment 107864 [details, diff]
Add support for gnutls and internal

I think this is correct. I'm a bit concerned about testing; It's hard to test all the functionality, so I haven't.
Comment 2 Roy Marples (RETIRED) gentoo-dev 2007-01-23 14:10:24 UTC
I've tested wpa_supplicant using ssl, gnutls and internal and it works.
I'm surprised that it compiled for you as it needs a patch to compile against gnutls-1.6.1

We also depend on dev-libs/libtommath if neither ssl or gnutls are used.

In portage now, thanks.