summaryrefslogtreecommitdiffstats
path: root/rules/gnutls.in
blob: 10a181e17e37c010b0d506e5bc7554f472308b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=networking

config GNUTLS
	tristate
	select LIBGCRYPT
	select LIBTASN1
	prompt "gnutls"
	help
	  GnuTLS is a secure communications library implementing the SSL,
	  TLS and DTLS protocols and technologies around them.
	  It provides a simple C language application programming interface
	  (API) to access the secure communications protocols as well as
	  APIs to parse and write X.509, PKCS #12, OpenPGP and other required
	  structures. It is aimed to be portable and efficient with focus on
	  security and interoperability.