Blame lib/README

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