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

nss-rapid 3.116

Network Security Services (Rapid Release)

Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.

This package tracks the Rapid Release channel, which updates frequently.

Installation

Install nss-rapid 3.116 as follows:

guix install nss-rapid@3.116

Or install the latest version:

guix install nss-rapid

The nss-rapid package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install nss-rapid:bin
guix install nss-rapid:static

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.