Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163390 - net-wireless/wpa_supplicant ebuild should support gnutls and internal TLS
Summary: net-wireless/wpa_supplicant ebuild should support gnutls and internal TLS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Roy Marples (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-23 04:04 UTC by Nikolas 'Atrus' Coukouma
Modified: 2007-01-23 14:10 UTC (History)
1 user (show)

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


Attachments
Add support for gnutls and internal (wpa_supplicant-gnutls_internal_support.diff,1.18 KB, patch)
2007-01-23 04:23 UTC, Nikolas 'Atrus' Coukouma
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.