blob: ad4cc210aa09d70190cd5b1c7e17ac88380f413d [file] [log] [blame]
Paul Kehrera9e31b32014-01-10 00:03:03 -06001.. hazmat::
2
3CommonCrypto Backend
4====================
5
Paul Kehrer12656e52014-01-19 12:15:54 -06006The `CommonCrypto`_ C library provided by Apple on OS X and iOS.
Paul Kehrera9e31b32014-01-10 00:03:03 -06007
8.. currentmodule:: cryptography.hazmat.backends.commoncrypto.backend
9
10.. data:: cryptography.hazmat.backends.commoncrypto.backend
11
Paul Kehrer12656e52014-01-19 12:15:54 -060012 This is the exposed API for the OpenSSL backend. It has one public attribute.
Paul Kehrera9e31b32014-01-10 00:03:03 -060013
Paul Kehrer12656e52014-01-19 12:15:54 -060014 .. attribute:: name
Paul Kehrera9e31b32014-01-10 00:03:03 -060015
Paul Kehrer12656e52014-01-19 12:15:54 -060016 The string name of the backend.
Paul Kehrera9e31b32014-01-10 00:03:03 -060017
Paul Kehrera9e31b32014-01-10 00:03:03 -060018.. _`CommonCrypto`: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/Common%20Crypto.3cc.html