source: freewrt/package/gnutls/Config.in@ 31a87cd

Last change on this file since 31a87cd was 31a87cd, checked in by Dirk Nehring <dnehring@…>, 19 years ago

Remove CONFIG_DEVEL from various Config.in, whitespace cleanup

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1253 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 3.5 KB
RevLine 
[c04ece1]1config FWRT_COMPILE_GNUTLS
[475ad56]2 tristate
3 default n
[c04ece1]4 depends FWRT_PACKAGE_LIBGNUTLS
[475ad56]5
[c04ece1]6config FWRT_PACKAGE_LIBGNUTLS
[475ad56]7 prompt "libgnutls......................... The GNU TLS library"
8 tristate
[31a87cd]9 default n
[c04ece1]10 select FWRT_COMPILE_GNUTLS
11 select FWRT_PACKAGE_LIBGCRYPT
[475ad56]12 help
[31a87cd]13 GnuTLS is a project that aims to develop a library which provides a
14 secure layer, over a reliable transport layer. Currently the GnuTLS
15 library implements the proposed standards by the IETF's TLS working
[475ad56]16 group.
[31a87cd]17
[475ad56]18 Quoting from RFC2246 - the TLS 1.0 protocol specification:
[31a87cd]19
[475ad56]20 "The TLS protocol provides communications privacy over the Internet.
[31a87cd]21 The protocol allows client/server applications to communicate in a
22 way that is designed to prevent eavesdropping, tampering, or message
[475ad56]23 forgery."
[31a87cd]24
[475ad56]25 Features
[31a87cd]26
[475ad56]27 * Support for TLS 1.1 and SSL 3.0 protocols
28 * Support for TLS extensions
29 * Support for authentication using the SRP protocol
30 * Support for authentication using both X.509 certificates
31 * and OpenPGP keys Support for X.509 and OpenPGP certificate handling.
32 * Supports all the strong encryption algorithms
[31a87cd]33
[475ad56]34 http://www.gnu.org/software/gnutls/
[31a87cd]35
[475ad56]36 This packages contains the GnuTLS shared libraries, needed by other programs.
37
[c04ece1]38config FWRT_PACKAGE_GNUTLS_UTILS
[475ad56]39 prompt "gnutls-utils.................... The GNU TLS utilities"
40 tristate
[31a87cd]41 default n
[c04ece1]42 depends FWRT_PACKAGE_LIBGNUTLS
[475ad56]43 help
[31a87cd]44 GnuTLS is a project that aims to develop a library which provides a
45 secure layer, over a reliable transport layer. Currently the GnuTLS
46 library implements the proposed standards by the IETF's TLS working
[475ad56]47 group.
[31a87cd]48
[475ad56]49 Quoting from RFC2246 - the TLS 1.0 protocol specification:
[31a87cd]50
[475ad56]51 "The TLS protocol provides communications privacy over the Internet.
[31a87cd]52 The protocol allows client/server applications to communicate in a
53 way that is designed to prevent eavesdropping, tampering, or message
[475ad56]54 forgery."
[31a87cd]55
[475ad56]56 Features
[31a87cd]57
[475ad56]58 * Support for TLS 1.1 and SSL 3.0 protocols
59 * Support for TLS extensions
60 * Support for authentication using the SRP protocol
61 * Support for authentication using both X.509 certificates
62 * and OpenPGP keys Support for X.509 and OpenPGP certificate handling.
63 * Supports all the strong encryption algorithms
[31a87cd]64
[475ad56]65 http://www.gnu.org/software/gnutls/
[31a87cd]66
[475ad56]67 This packages contains some GnuTLS utilities.
68
[c04ece1]69config FWRT_PACKAGE_LIBGNUTLS_OPENSSL
[475ad56]70 prompt "libgnutls-openssl............... The GNU TLS OpenSSL compatibility layer library"
71 tristate
[31a87cd]72 default n
[c04ece1]73 depends FWRT_PACKAGE_LIBGNUTLS
[475ad56]74 help
[31a87cd]75 GnuTLS is a project that aims to develop a library which provides a
76 secure layer, over a reliable transport layer. Currently the GnuTLS
77 library implements the proposed standards by the IETF's TLS working
[475ad56]78 group.
[31a87cd]79
[475ad56]80 Quoting from RFC2246 - the TLS 1.0 protocol specification:
[31a87cd]81
[475ad56]82 "The TLS protocol provides communications privacy over the Internet.
[31a87cd]83 The protocol allows client/server applications to communicate in a
84 way that is designed to prevent eavesdropping, tampering, or message
[475ad56]85 forgery."
[31a87cd]86
[475ad56]87 Features
[31a87cd]88
[475ad56]89 * Support for TLS 1.1 and SSL 3.0 protocols
90 * Support for TLS extensions
91 * Support for authentication using the SRP protocol
92 * Support for authentication using both X.509 certificates
93 * and OpenPGP keys Support for X.509 and OpenPGP certificate handling.
94 * Supports all the strong encryption algorithms
[31a87cd]95
[475ad56]96 http://www.gnu.org/software/gnutls/
97
[31a87cd]98 This packages contains the GnuTLS OpenSSL compatibility layer shared library.
Note: See TracBrowser for help on using the repository browser.