certtool is able to set certificate policies via a template
[gnutls.git] / lib / README
blobbd05f4df086c3f4654eb87fbae346235348794fe
1 ext/         -> Implementation of TLS extensions
2 auth/        -> Implementation of TLS authentication methods (DHE, SRP etc.)
3 accelerated/ -> Implementation of cipher acceleration
5 Certificate support:
6 x509/        -> Implementation of GnuTLS X.509 certificate support (and more)
7 openpgp/     -> Implementation of GnuTLS openpgp support
8 opencdk/     -> Implementation of low level openpgp packet parsing
9 minitasn1    -> ASN.1 structure parsing library
11 Crypto backends:
12 nettle/ ->   -> The nettle crypto back-end
13 gcrypt/ ->   -> The libgcrypt crypto back-end