openssl: Implementation of the SSL and TLS protocols#

Description#

From wikipedia: OpenSSL is an open source implementation of the SSL and TLS protocols. The core library (written in the C programming language) implements the basic cryptographic functions and provides various utility functions. Wrappers allowing the use of the OpenSSL library in a variety of computer languages are available.

License#

  • Apache License v2 (considered compatible with GPL v3)

Upstream Contact#

Type#

standard

Dependencies#

Version Information#

package-version.txt:

3.0.12

Equivalent System Packages#

$ apk add openssl-dev
$ sudo pacman -S openssl
$ conda install openssl
$ apt-cyg install libssl-devel
$ sudo apt-get install openssl libssl-dev
$ sudo yum install openssl openssl-devel
$ sudo pkg install security/openssl
$ brew install openssl
$ sudo port install openssl
$ nix-env --install openssl
$ sudo zypper install libopenssl-3-devel
$ sudo slackpkg install openssl openssl-solibs
$ sudo xbps-install openssl-devel

See https://repology.org/project/openssl/versions

If the system package is installed, ./configure will check if it can be used.