blob: 144ed9b385f3c14afa7c1e551df9fdf180e6e666 [file] [log] [blame]
Alex Gaynor6d02e2d2013-09-30 10:37:22 -07001OpenSSL
2=======
3
4These 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/