This package browser is in early development. Mind the rough edges.

gnutls

Transport layer security library

GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols. It is provided in the form of a C library to support the protocols, as well as to parse and write X.509, PKCS #12, OpenPGP and other required structures.

Installation

Install the latest version of gnutls as follows:

guix install gnutls

Or install a particular version:

guix install gnutls@3.7.7

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.