summaryrefslogtreecommitdiff
path: root/lib/README
blob: 6ebba8fb5494e53e770580620785c5b75151abbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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