wolfssl
SSL/TLS implementation
The wolfSSL embedded SSL library (formerly CyaSSL) is an SSL/TLS library written in ANSI C and targeted for embedded, RTOS, and resource-constrained environments - primarily because of its small size, speed, and feature set. wolfSSL supports industry standards up to the current TLS 1.3 and DTLS 1.2, is up to 20 times smaller than OpenSSL, and offers progressive ciphers such as ChaCha20, Curve25519, NTRU, and Blake2b.
- Versions: 5.7.6
- Website: https://www.wolfssl.com/
- Licenses: GPL 2+
- Package source: gnu/packages/tls.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of wolfssl
as follows:
guix install wolfssl
Or install a particular version:
guix install wolfssl@5.7.6
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.
Badge code
You can use the following badge to inform users of wolfssl about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/wolfssl'><img src='https://packages.guix.gnu.org/packages/wolfssl/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/wolfssl)
Example Org:
[[https://packages.guix.gnu.org/packages/wolfssl][https://packages.guix.gnu.org/packages/wolfssl/badges/latest-version.svg]]