1 config BR2_COMPILE_GNUTLS
4 depends BR2_PACKAGE_LIBGNUTLS
6 config BR2_PACKAGE_LIBGNUTLS
7 prompt "libgnutls......................... The GNU TLS library"
9 default m if CONFIG_DEVEL
10 select BR2_COMPILE_GNUTLS
11 select BR2_PACKAGE_LIBGCRYPT
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
18 Quoting from RFC2246 - the TLS 1.0 protocol specification:
20 "The TLS protocol provides communications privacy over the Internet.
21 The protocol allows client/server applications to communicate in a
22 way that is designed to prevent eavesdropping, tampering, or message
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
34 http://www.gnu.org/software/gnutls/
36 This packages contains the GnuTLS shared libraries, needed by other programs.
38 config BR2_PACKAGE_GNUTLS_UTILS
39 prompt "gnutls-utils.................... The GNU TLS utilities"
41 default m if CONFIG_DEVEL
42 depends BR2_PACKAGE_LIBGNUTLS
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
49 Quoting from RFC2246 - the TLS 1.0 protocol specification:
51 "The TLS protocol provides communications privacy over the Internet.
52 The protocol allows client/server applications to communicate in a
53 way that is designed to prevent eavesdropping, tampering, or message
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
65 http://www.gnu.org/software/gnutls/
67 This packages contains some GnuTLS utilities.
69 config BR2_PACKAGE_LIBGNUTLS_OPENSSL
70 prompt "libgnutls-openssl............... The GNU TLS OpenSSL compatibility layer library"
72 default m if CONFIG_DEVEL
73 depends BR2_PACKAGE_LIBGNUTLS
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
80 Quoting from RFC2246 - the TLS 1.0 protocol specification:
82 "The TLS protocol provides communications privacy over the Internet.
83 The protocol allows client/server applications to communicate in a
84 way that is designed to prevent eavesdropping, tampering, or message
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
96 http://www.gnu.org/software/gnutls/
98 This packages contains the GnuTLS OpenSSL compatibility layer shared library.