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