mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Document when the common crypto bindings were added
This commit is contained in:
parent
16168d0023
commit
8ea6a82864
2 changed files with 6 additions and 1 deletions
|
|
@ -1,9 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.2 - 2014-XX-XX
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* In development.
|
||||
**In development**
|
||||
|
||||
* Added initial CommonCrypto bindings.
|
||||
|
||||
0.1 - 2014-01-08
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ CommonCrypto Binding
|
|||
|
||||
.. currentmodule:: cryptography.hazmat.bindings.commoncrypto.binding
|
||||
|
||||
.. versionadded:: 0.2
|
||||
|
||||
These are `CFFI`_ bindings to the `CommonCrypto`_ C library. It is available on
|
||||
Mac OS X.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue