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

libressl

SSL/TLS implementation

LibreSSL is a version of the TLS/crypto stack, forked from OpenSSL in 2014 with the goals of modernizing the codebase, improving security, and applying best practice development processes. This package also includes a netcat implementation that supports TLS.

Installation

Install the latest version of libressl as follows:

guix install libressl

Or install a particular version:

guix install libressl@3.7.3

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.