summaryrefslogtreecommitdiff
path: root/package/gnutls/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
commit537a2c4eaa446e52c6ba07007eb9ae75998b5580 (patch)
treeb48cc775042b4274dce470527826007de7a7fa84 /package/gnutls/Config.in
parent18b3987c6d890f02c80b976b6cf6835053ef1fe9 (diff)
parentce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (diff)
Merge commit 'origin/confgen'
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk
Diffstat (limited to 'package/gnutls/Config.in')
-rw-r--r--package/gnutls/Config.in83
1 files changed, 0 insertions, 83 deletions
diff --git a/package/gnutls/Config.in b/package/gnutls/Config.in
deleted file mode 100644
index 71b4eac29..000000000
--- a/package/gnutls/Config.in
+++ /dev/null
@@ -1,83 +0,0 @@
-config ADK_COMPILE_GNUTLS
- tristate
- default n
- depends on ADK_PACKAGE_LIBGNUTLS
-
-config ADK_PACKAGE_LIBGNUTLS
- prompt "libgnutls......................... The GNU TLS library"
- tristate
- default n
- select ADK_COMPILE_GNUTLS
- select ADK_PACKAGE_LIBGCRYPT
- select ADK_PACKAGE_LIBTASN1
- select ADK_PACKAGE_ZLIB
- help
- GnuTLS is a project that aims to develop a library which provides a
- secure layer, over a reliable transport layer. Currently the GnuTLS
- library implements the proposed standards by the IETF's TLS working
- group.
-
- Quoting from RFC2246 - the TLS 1.0 protocol specification:
-
- "The TLS protocol provides communications privacy over the Internet.
- The protocol allows client/server applications to communicate in a
- way that is designed to prevent eavesdropping, tampering, or message
- forgery."
-
- Features
- * Support for TLS 1.1 and SSL 3.0 protocols
- * Support for TLS extensions
- * Support for authentication using the SRP protocol
- * Support for authentication using both X.509 certificates
- * and OpenPGP keys Support for X.509 and OpenPGP certificate handling.
- * Supports all the strong encryption algorithms
-
- http://www.gnu.org/software/gnutls/
-
- This packages contains the core GnuTLS shared library,
- needed by other programs.
-
-config ADK_PACKAGE_LIBGNUTLS_EXTRA
- prompt "libgnutls-extra................... The GNU TLS extra library"
- tristate
- default n
- depends on ADK_PACKAGE_LIBGNUTLS
- select ADK_PACKAGE_LIBOPENCDK
- select ADK_PACKAGE_LIBLZO
- help
- GnuTLS is a project that aims to develop a library which provides a
- secure layer, over a reliable transport layer. Currently the GnuTLS
- library implements the proposed standards by the IETF's TLS working
- group.
-
- This packages contains the optional "extra" GnuTLS shared
- library, needed by other programs, which contains OpenPGP,
- TLS/IA and LZO2 compression.
-
-config ADK_PACKAGE_LIBGNUTLS_OPENSSL
- prompt "libgnutls-openssl................. The GNU TLS OpenSSL compatibility layer library"
- tristate
- default n
- depends on ADK_PACKAGE_LIBGNUTLS
- help
- GnuTLS is a project that aims to develop a library which provides a
- secure layer, over a reliable transport layer. Currently the GnuTLS
- library implements the proposed standards by the IETF's TLS working
- group.
-
- This packages contains the GnuTLS OpenSSL compatibility
- layer shared library.
-
-config ADK_PACKAGE_GNUTLS_UTILS
- prompt "gnutls-utils...................... The GNU TLS utilities"
- tristate
- default n
- depends on ADK_PACKAGE_LIBGNUTLS
- select ADK_PACKAGE_LIBGNUTLS_EXTRA
- help
- GnuTLS is a project that aims to develop a library which provides a
- secure layer, over a reliable transport layer. Currently the GnuTLS
- library implements the proposed standards by the IETF's TLS working
- group.
-
- This packages contains some GnuTLS command line utilities.