Blame lib/README

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