Alex Gaynor | 6d02e2d | 2013-09-30 10:37:22 -0700 | [diff] [blame^] | 1 | OpenSSL |
| 2 | ======= |
| 3 | |
| 4 | These are `CFFI`_ bindings to the `OpenSSL`_ C library. |
| 5 | |
| 6 | .. data:: cryptography.bindings.openssl.api |
| 7 | |
| 8 | This is the exposed API for the OpenSSL bindings. It has two public |
| 9 | attributes: |
| 10 | |
| 11 | .. attribute:: ffi |
| 12 | |
| 13 | This is a :class:`cffi.FFI` instance. It can be used to allocate and |
| 14 | otherwise manipulate OpenSSL structures. |
| 15 | |
| 16 | .. attribute:: lib |
| 17 | |
| 18 | This is a ``cffi`` library. It can be used to call OpenSSL functions, |
| 19 | and access constants. |
| 20 | |
| 21 | |
| 22 | .. _`CFFI`: http://cffi.readthedocs.org/ |
| 23 | .. _`OpenSSL`: https://www.openssl.org/ |