Commit Graph

9 Commits

Author SHA1 Message Date
Rosen Penev d8a00bb62b
gnutls: Update to 3.6.7
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>
2019-03-27 03:19:19 -07:00
Ian Pozella e1b0adf5f2 gnutls: optionally disable tpm support
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>
2016-09-15 15:29:49 +01:00
Daniel Dickinson 6e288a01bf libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-cryptodev
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>
2016-01-11 02:37:17 -05:00
Nikos Mavrogiannopoulos d83e91fb73 gnutls: enable anon by default to allow gnutls-cli in gnutls-utils
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-06 15:18:55 +02:00
Nikos Mavrogiannopoulos ec65ca6f58 gnutls: cryptodev option depends on cryptodev kmod. 2014-06-28 13:36:59 +02:00
Nikos Mavrogiannopoulos c0a60a5e3f gnutls: Added default options 2014-06-28 13:36:59 +02:00
Nikos Mavrogiannopoulos f87135adb3 gnutls: Allow enabling smart card support as option.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-20 17:56:15 +02:00
Nikos Mavrogiannopoulos 82d693b82b gnutls: Added configuration option to use external libtasn1
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-20 17:33:05 +02:00
Nikos Mavrogiannopoulos a206f07dd3 Added gnutls library 2014-06-03 18:17:20 +02:00