diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-08 10:30:56 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-08 10:30:56 -0800 |
commit | 52a6fc44c454561ea2a9808f39f67913f6aca015 (patch) | |
tree | 26e834daaeb3c29f05e6673db999aeb9880eaaa8 | |
parent | 78c2f2d2c0a40d20edcaf37c33e91224af3ecbb6 (diff) | |
parent | c44e0f043acb09dad09bdb3e3f23ce170cf722a4 (diff) | |
download | cryptography-52a6fc44c454561ea2a9808f39f67913f6aca015.tar.gz cryptography-52a6fc44c454561ea2a9808f39f67913f6aca015.tar.bz2 cryptography-52a6fc44c454561ea2a9808f39f67913f6aca015.zip |
Merge pull request #760 from Ayrx/add-supported-osx-version-to-docs
Added note in documentation about OS X version support
-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 |