diff options
Diffstat (limited to 'docs/hazmat/backends/commoncrypto.rst')
-rw-r--r-- | docs/hazmat/backends/commoncrypto.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/hazmat/backends/commoncrypto.rst b/docs/hazmat/backends/commoncrypto.rst index 16a61337..77d6612c 100644 --- a/docs/hazmat/backends/commoncrypto.rst +++ b/docs/hazmat/backends/commoncrypto.rst @@ -1,9 +1,10 @@ .. hazmat:: -CommonCrypto Backend +CommonCrypto backend ==================== -The `CommonCrypto`_ C library provided by Apple on OS X and iOS. +The `CommonCrypto`_ C library provided by Apple on OS X and iOS. The CommonCrypto +backend is only supported on OS X versions 10.8 and above. .. currentmodule:: cryptography.hazmat.backends.commoncrypto.backend |