2011-07-11 15:34:27 +02:00
|
|
|
config BR2_PACKAGE_GNUTLS
|
|
|
|
bool "gnutls"
|
2012-12-28 10:47:17 +01:00
|
|
|
select BR2_PACKAGE_NETTLE
|
2013-06-02 16:50:53 +02:00
|
|
|
select BR2_PACKAGE_PCRE
|
2013-06-06 14:59:35 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2011-07-11 15:34:27 +02:00
|
|
|
help
|
|
|
|
GnuTLS is a secure communications library implementing the SSL
|
|
|
|
and TLS protocols and technologies around them.
|
|
|
|
|
2013-01-15 02:54:46 +01:00
|
|
|
http://www.gnutls.org
|
2012-12-28 10:47:17 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_GNUTLS_TOOLS
|
|
|
|
bool "install tools"
|
2013-06-06 14:59:35 +02:00
|
|
|
depends on BR2_PACKAGE_GNUTLS
|
2012-12-28 10:47:17 +01:00
|
|
|
help
|
|
|
|
Install GnuTLS command line tools for various cryptographic tasks.
|
|
|
|
|
2013-06-06 14:59:35 +02:00
|
|
|
comment "gnutls requires a toolchain with WCHAR support"
|
2013-02-05 11:45:28 +01:00
|
|
|
depends on !BR2_USE_WCHAR
|