pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-cryptography
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 3 16:00:55 UTC 2015
Modified Files:
pkgsrc/security/py-cryptography: Makefile PLIST distinfo
Added Files:
pkgsrc/security/py-cryptography/patches:
patch-src_cryptography_hazmat_bindings_utils.py
patch-src_cryptography_hazmat_primitives_constant__time.py
patch-src_cryptography_hazmat_primitives_padding.py
Removed Files:
pkgsrc/security/py-cryptography/patches:
patch-cryptography_hazmat_bindings_utils.py
patch-cryptography_hazmat_primitives_constant__time.py
patch-cryptography_hazmat_primitives_padding.py
Log Message:
Update to 0.7.1:
0.7.1 - 2014-12-28
~~~~~~~~~~~~~~~~~~
* Fixed an issue preventing compilation on platforms where ``OPENSSL_NO_SSL3``
was defined.
0.7 - 2014-12-17
~~~~~~~~~~~~~~~~
* Cryptography has been relicensed from the Apache Software License, Version
2.0, to being available under *either* the Apache Software License, Version
2.0, or the BSD license.
* Added key-rotation support to :doc:`Fernet </fernet>` with
:class:`~cryptography.fernet.MultiFernet`.
* More bit-lengths are now support for ``p`` and ``q`` when loading DSA keys
from numbers.
* Added :class:`~cryptography.hazmat.primitives.interfaces.MACContext` as a
common interface for CMAC and HMAC and deprecated
:class:`~cryptography.hazmat.primitives.interfaces.CMACContext`.
* Added support for encoding and decoding :rfc:`6979` signatures in
:doc:`/hazmat/primitives/asymmetric/utils`.
* Added
:func:`~cryptography.hazmat.primitives.serialization.load_ssh_public_key` to
support the loading of OpenSSH public keys (:rfc:`4253`). Only RSA and DSA
keys are currently supported.
* Added initial support for X.509 certificate parsing. See the
:doc:`X.509 documentation</x509>` for more information.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-cryptography/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-cryptography/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-cryptography/distinfo
cvs rdiff -u -r1.2 -r0 \
pkgsrc/security/py-cryptography/patches/patch-cryptography_hazmat_bindings_utils.py \
pkgsrc/security/py-cryptography/patches/patch-cryptography_hazmat_primitives_constant__time.py \
pkgsrc/security/py-cryptography/patches/patch-cryptography_hazmat_primitives_padding.py
cvs rdiff -u -r0 -r1.1 \
pkgsrc/security/py-cryptography/patches/patch-src_cryptography_hazmat_bindings_utils.py \
pkgsrc/security/py-cryptography/patches/patch-src_cryptography_hazmat_primitives_constant__time.py \
pkgsrc/security/py-cryptography/patches/patch-src_cryptography_hazmat_primitives_padding.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index