summaryrefslogtreecommitdiff
path: root/openwrt/package/gnutls
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-05 02:16:36 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-05 02:16:36 +0000
commitfd342b1ada887fea48427351a343f42562e04e8b (patch)
tree054175d34d46950baad630df40900e623391037a /openwrt/package/gnutls
parent1262d7ac9bf20c8afbe5ee727aa9693bf2d71203 (diff)
downloadmtk-20170518-fd342b1ada887fea48427351a343f42562e04e8b.zip
mtk-20170518-fd342b1ada887fea48427351a343f42562e04e8b.tar.gz
mtk-20170518-fd342b1ada887fea48427351a343f42562e04e8b.tar.bz2
reorganize/rationalize/format package menuconfig, make updatedd modular
SVN-Revision: 2333
Diffstat (limited to 'openwrt/package/gnutls')
-rw-r--r--openwrt/package/gnutls/Config.in156
1 files changed, 78 insertions, 78 deletions
diff --git a/openwrt/package/gnutls/Config.in b/openwrt/package/gnutls/Config.in
index 5283101..291084f 100644
--- a/openwrt/package/gnutls/Config.in
+++ b/openwrt/package/gnutls/Config.in
@@ -4,96 +4,96 @@ config BR2_COMPILE_GNUTLS
depends BR2_PACKAGE_LIBGNUTLS
config BR2_PACKAGE_LIBGNUTLS
- tristate "libgnutls - The GNU TLS library"
+ prompt "libgnutls......................... The GNU TLS library"
+ tristate
default m if CONFIG_DEVEL
select BR2_COMPILE_GNUTLS
select BR2_PACKAGE_LIBGCRYPT
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 GnuTLS shared libraries, needed by other programs.
-
+ 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 GnuTLS shared libraries, needed by other programs.
config BR2_PACKAGE_GNUTLS_UTILS
- tristate "gnutls-utils - The GNU TLS utilities"
+ prompt "gnutls-utils.................... The GNU TLS utilities"
+ tristate
default m if CONFIG_DEVEL
depends BR2_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.
-
- 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 some GnuTLS utilities.
-
+ 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 some GnuTLS utilities.
config BR2_PACKAGE_LIBGNUTLS_OPENSSL
- tristate "libgnutls-openssl - The GNU TLS OpenSSL compatibility layer library"
+ prompt "libgnutls-openssl............... The GNU TLS OpenSSL compatibility layer library"
+ tristate
default m if CONFIG_DEVEL
depends BR2_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.
-
- 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 GnuTLS OpenSSL compatibility layer shared library.
-
+ 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 GnuTLS OpenSSL compatibility layer shared library.