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

lua-ossl

OpenSSL bindings for Lua

The luaossl extension module for Lua provides comprehensive, low-level bindings to the OpenSSL library, including support for certificate and key management, key generation, signature verification, and deep bindings to the distinguished name, alternative name, and X.509v3 extension interfaces. It also binds OpenSSL's bignum, message digest, HMAC, cipher, and CSPRNG interfaces.

Installation

Install the latest version of lua-ossl as follows:

guix install lua-ossl

Or install a particular version:

guix install lua-ossl@20220711

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 lua-ossl about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/lua-ossl'><img src='https://packages.guix.gnu.org/packages/lua-ossl/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/lua-ossl/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/lua-ossl)

Example Org:

[[https://packages.guix.gnu.org/packages/lua-ossl][https://packages.guix.gnu.org/packages/lua-ossl/badges/latest-version.svg]]