diff options
author | Ayrx <terrycwk1994@gmail.com> | 2014-03-08 23:33:01 +0800 |
---|---|---|
committer | Ayrx <terrycwk1994@gmail.com> | 2014-03-08 23:33:01 +0800 |
commit | c44e0f043acb09dad09bdb3e3f23ce170cf722a4 (patch) | |
tree | 26e834daaeb3c29f05e6673db999aeb9880eaaa8 /docs/hazmat/backends/commoncrypto.rst | |
parent | 78c2f2d2c0a40d20edcaf37c33e91224af3ecbb6 (diff) | |
download | cryptography-c44e0f043acb09dad09bdb3e3f23ce170cf722a4.tar.gz cryptography-c44e0f043acb09dad09bdb3e3f23ce170cf722a4.tar.bz2 cryptography-c44e0f043acb09dad09bdb3e3f23ce170cf722a4.zip |
Added note in documentation about OS X version support
Diffstat (limited to 'docs/hazmat/backends/commoncrypto.rst')
-rw-r--r-- | docs/hazmat/backends/commoncrypto.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/hazmat/backends/commoncrypto.rst b/docs/hazmat/backends/commoncrypto.rst index 16a61337..d31391d7 100644 --- a/docs/hazmat/backends/commoncrypto.rst +++ b/docs/hazmat/backends/commoncrypto.rst @@ -3,7 +3,8 @@ 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 |