blob: bd05f4df086c3f4654eb87fbae346235348794fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
Crypto backends:
nettle/ -> -> The nettle crypto back-end
gcrypt/ -> -> The libgcrypt crypto back-end
|