aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends/openssl.rst
blob: 12d2d9f608e2a94ff577a331e908e4d4a526df0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.. hazmat::

OpenSSL Backend
===============

The `OpenSSL`_ C library.

.. data:: cryptography.hazmat.backends.openssl.backend

    This is the exposed API for the OpenSSL backend. It has one public attribute.

    .. attribute:: name

        The string name of this backend: ``"openssl"``

.. _`OpenSSL`: https://www.openssl.org/