summaryrefslogtreecommitdiffstats
path: root/rules/gnutls.in
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-02-09 12:56:05 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-02-10 15:13:48 +0100
commit78e400b954c7479bc7ad7723b3e6f7c9b4b1a9f4 (patch)
tree89b7e089e7b518394bd54fdabae1e2e23c101de3 /rules/gnutls.in
parent3bb65bf23ef9107b605adabe097b6cb4970a5b09 (diff)
downloadptxdist-78e400b954c7479bc7ad7723b3e6f7c9b4b1a9f4.tar.gz
ptxdist-78e400b954c7479bc7ad7723b3e6f7c9b4b1a9f4.tar.xz
gnutls: add recipe (version 2.12.16)
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gnutls.in')
-rw-r--r--rules/gnutls.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/gnutls.in b/rules/gnutls.in
new file mode 100644
index 000000000..09b0744b1
--- /dev/null
+++ b/rules/gnutls.in
@@ -0,0 +1,14 @@
+## SECTION=networking
+
+config GNUTLS
+ tristate
+ select LIBGCRYPT
+ 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.