aboutsummaryrefslogtreecommitdiff
path: root/libs/gnutls/Config.in
Commit message (Collapse)AuthorAge
* gnutls: Update to 3.6.7Rosen Penev2019-03-27
| | | | | | | | | | | Cleaned up configure arguments (alphabetized and sorted) and added some new ones to help speed up compilation. Disabled SSL support by default. SSLv2 and 3 have long been deprecated as they are both insecure variants that currently hold less than 10% of total encrypted traffic on the web. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gnutls: optionally disable tpm supportIan Pozella2016-09-15
| | | | | | | | | Add option that allows you to explicitly disable use of the tpm otherwise if a tss stack such as trousers is found by gnutls build system then it will use it which will cause a build failure when PKCS11 support is not enabled. Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com>
* 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