openssl
openssl 3.6.4
Cryptographic library that implements the SSL and TLS protocols
https://www.openssl.org/Apache License 2.0
main program: opensslprograms: -
Maintainers
Platforms (79)
wasm64-wasip1x86_64-cygwini686-linuxaarch64-freebsdarmv6l-linuxsh4-linuxi686-freebsdmips-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ openssl ];
Ad-hoc shell
nix-shell -p openssl
Flake (nix run)
nix run nixpkgs#openssl