blob: af2032b68121898687514e78463ba533a021e074 [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
Paul Kehrer6ce4bb72014-01-19 14:29:28 -060010.. versionadded:: 0.2
11
Paul Kehrera9e31b32014-01-10 00:03:03 -060012.. data:: cryptography.hazmat.backends.commoncrypto.backend
13
Paul Kehrer49255752014-01-19 13:29:06 -060014 This is the exposed API for the CommonCrypto backend. It has one public attribute.
Paul Kehrera9e31b32014-01-10 00:03:03 -060015
Paul Kehrerab6fa0a2014-01-19 13:57:15 -060016 .. attribute:: name
Paul Kehrera9e31b32014-01-10 00:03:03 -060017
Paul Kehrerab6fa0a2014-01-19 13:57:15 -060018 The string name of this backend: ``"commoncrypto"``
Paul Kehrera9e31b32014-01-10 00:03:03 -060019
Paul Kehrera9e31b32014-01-10 00:03:03 -060020.. _`CommonCrypto`: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/Common%20Crypto.3cc.html