From: Nikos Mavrogiannopoulos Date: Fri, 15 Apr 2011 22:48:54 +0000 (+0200) Subject: documented directories. X-Git-Tag: gnutls_2_99_1~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e08fe335731fe037ebb374950d06f044bc844c8f;p=thirdparty%2Fgnutls.git documented directories. --- 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