aboutsummaryrefslogtreecommitdiff
path: root/libs/gnutls/Config.in
Commit message (Collapse)AuthorAge
* libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-cryptodevDaniel Dickinson2016-01-11
| | | | | | | | | | | It is not enough to select package kmod-cryptodev to avoid build failure; there must be a Makefile dependency on kmod-cryptodev in order for the build system to ensure kmod-cryptodev (and it's headers) are present during build. Therefore drop the select and add a conditional dependency. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* gnutls: enable anon by default to allow gnutls-cli in gnutls-utilsNikos Mavrogiannopoulos2014-09-06
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* gnutls: cryptodev option depends on cryptodev kmod.Nikos Mavrogiannopoulos2014-06-28
|
* gnutls: Added default optionsNikos Mavrogiannopoulos2014-06-28
|
* gnutls: Allow enabling smart card support as option.Nikos Mavrogiannopoulos2014-06-20
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* gnutls: Added configuration option to use external libtasn1Nikos Mavrogiannopoulos2014-06-20
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Added gnutls libraryNikos Mavrogiannopoulos2014-06-03