Required libraries: Optional libraries:
  • libtasn1 ASN.1 parsing - a copy is included in GnuTLS
  • p11-kit for PKCS #11 support
  • trousers for TPM support
  • libidn2 for Internationalized Domain Names support
  • libunbound for DNSSEC/DANE functionality

Downloading the GnuTLS library

All the new releases are signed with at least one OpenPGP key of the current maintainers, optionally with the keys of release managers. Those keys are found in the keyring file.
Release Version ABI Location
Next23.8.x 3.4.0 https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8
ftp://ftp.gnutls.org/gcrypt/gnutls/v3.8 (mirror list)
Current stable3.7.x 3.4.0 https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7
ftp://ftp.gnutls.org/gcrypt/gnutls/v3.7 (mirror list)

GnuTLS for Windows

The windows builds are automatically generated on every release tag in the GnuTLS repository. As we do not rely on trusted infrastructure for our CI, please consider them as untrusted binaries.

Description Location
Latest w32 version on gitlab 3.8.3:mingw32
Latest w64 version on gitlab 3.8.3:mingw64

GnuTLS in other languages than C

Language Location
C++ LibCXX
The GnuTLS distribution also includes a (limited) C++ interface.
Python python-gnutls
PHP PHP5-gnutls
Guile guile-gnutls

1. Gmplib 6 is under LGPLv3 or GPLv2. Older versions of gmplib under LGPLv2 are also supported.
2. Next will be the next stable release; while it is believed to be sufficiently stable it is not as well tested as the stable branch.