Paul Kehrer | a9e31b3 | 2014-01-10 00:03:03 -0600 | [diff] [blame] | 1 | .. hazmat:: |
| 2 | |
| 3 | CommonCrypto Backend |
| 4 | ==================== |
| 5 | |
Paul Kehrer | 12656e5 | 2014-01-19 12:15:54 -0600 | [diff] [blame] | 6 | The `CommonCrypto`_ C library provided by Apple on OS X and iOS. |
Paul Kehrer | a9e31b3 | 2014-01-10 00:03:03 -0600 | [diff] [blame] | 7 | |
| 8 | .. currentmodule:: cryptography.hazmat.backends.commoncrypto.backend |
| 9 | |
| 10 | .. data:: cryptography.hazmat.backends.commoncrypto.backend |
| 11 | |
Paul Kehrer | 4925575 | 2014-01-19 13:29:06 -0600 | [diff] [blame] | 12 | This is the exposed API for the CommonCrypto backend. It has one public attribute. |
Paul Kehrer | a9e31b3 | 2014-01-10 00:03:03 -0600 | [diff] [blame] | 13 | |
Paul Kehrer | ab6fa0a | 2014-01-19 13:57:15 -0600 | [diff] [blame] | 14 | .. attribute:: name |
Paul Kehrer | a9e31b3 | 2014-01-10 00:03:03 -0600 | [diff] [blame] | 15 | |
Paul Kehrer | ab6fa0a | 2014-01-19 13:57:15 -0600 | [diff] [blame] | 16 | The string name of this backend: ``"commoncrypto"`` |
Paul Kehrer | a9e31b3 | 2014-01-10 00:03:03 -0600 | [diff] [blame] | 17 | |
Paul Kehrer | a9e31b3 | 2014-01-10 00:03:03 -0600 | [diff] [blame] | 18 | .. _`CommonCrypto`: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/Common%20Crypto.3cc.html |