summaryrefslogtreecommitdiff
path: root/lib/README
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-16 00:48:54 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-16 00:48:54 +0200
commite08fe335731fe037ebb374950d06f044bc844c8f (patch)
tree8bdf000e08eac1f40717a39e84468a6f62469868 /lib/README
parent9fc1e40accd9c74cfd409b563bf29a700cdb8fcc (diff)
downloadgnutls-e08fe335731fe037ebb374950d06f044bc844c8f.tar.gz
documented directories.
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README15
1 files changed, 14 insertions, 1 deletions
diff --git a/lib/README b/lib/README
index 042fa94b5f..6ebba8fb54 100644
--- a/lib/README
+++ b/lib/README
@@ -1 +1,14 @@
-See ../README.
+ext/ -> Implementation of TLS extensions
+auth/ -> Implementation of TLS authentication methods (DHE, SRP etc.)
+accelerated/ -> Implementation of cipher acceleration
+
+Certificate support:
+x509/ -> Implementation of GnuTLS X.509 certificate support (and more)
+openpgp/ -> Implementation of GnuTLS openpgp support
+opencdk/ -> Implementation of low level openpgp packet parsing
+minitasn1 -> ASN.1 structure parsing library
+pakchois/ -> PKCS #11 wrapper library
+
+Crypto backends:
+nettle/ -> -> The nettle crypto back-end
+gcrypt/ -> -> The libgcrypt crypto back-end