.. _spkg_openssl:

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
----------------

-  http://openssl.org/

Type
----

standard


Version Information
-------------------

package-version.txt::

    3.0.0-alpha12


Equivalent System Packages
--------------------------

alpine:
install the following packages: libressl-openssl
arch:

.. CODE-BLOCK:: bash

    $ sudo pacman -S  libressl-openssl

conda:

.. CODE-BLOCK:: bash

    $ conda install libressl-openssl

cygwin:

.. CODE-BLOCK:: bash

    $ apt-cyg install libressl-openssl

Debian/Ubuntu:

.. CODE-BLOCK:: bash

    $ sudo apt-get install  libressl-openssl

Fedora/Redhat/CentOS:

.. CODE-BLOCK:: bash

    $ sudo yum install  libressl-openssl

freebsd:

.. CODE-BLOCK:: bash

    $ sudo pkg install libressl-openssl

homebrew:

.. CODE-BLOCK:: bash

    $ brew install libressl-openssl

macports:
install the following packages: libressl-openssl
nix:

.. CODE-BLOCK:: bash

    $ nix-env --install libressl-openssl

opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install libressl-openssl

slackware:

.. CODE-BLOCK:: bash

    $ sudo slackpkg install libressl-openssl

void:

.. CODE-BLOCK:: bash

    $ sudo xbps-install  libressl-openssl

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

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

