Blame lib/README

Packit aea12f
ext/         -> Implementation of TLS extensions
Packit aea12f
auth/        -> Implementation of TLS authentication methods (DHE, SRP etc.)
Packit aea12f
accelerated/ -> Implementation of cipher acceleration
Packit aea12f
Packit aea12f
Certificate support:
Packit aea12f
x509/        -> Implementation of GnuTLS X.509 certificate support (and more)
Packit aea12f
openpgp/     -> Implementation of GnuTLS openpgp support
Packit aea12f
opencdk/     -> Implementation of low level openpgp packet parsing
Packit aea12f
minitasn1    -> ASN.1 structure parsing library
Packit aea12f
Packit aea12f
Crypto backends:
Packit aea12f
nettle/ ->   -> The nettle crypto back-end
Packit aea12f
gcrypt/ ->   -> The libgcrypt crypto back-end