]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
documented directories.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 15 Apr 2011 22:48:54 +0000 (00:48 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 15 Apr 2011 22:48:54 +0000 (00:48 +0200)
lib/README

index 042fa94b5ff4a4f5c35dbe0dc0e51b584a1179ae..6ebba8fb5494e53e770580620785c5b75151abbe 100644 (file)
@@ -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