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: Tue May 6 10:30:54 UTC 2014
Modified Files:
pkgsrc/security/py-cryptography: Makefile PLIST distinfo
pkgsrc/security/py-cryptography/patches:
patch-cryptography_hazmat_bindings_utils.py
patch-cryptography_hazmat_primitives_constant__time.py
patch-cryptography_hazmat_primitives_padding.py
Removed Files:
pkgsrc/security/py-cryptography/patches:
patch-cryptography_____init____.py
patch-cryptography_hazmat_bindings_openssl_ssl.py
Log Message:
Update to 0.4:
0.4 - 2014-05-03
~~~~~~~~~~~~~~~~
* Deprecated ``salt_length`` on
:class:`~cryptography.hazmat.primitives.asymmetric.padding.MGF1` and added it
to :class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS`. It will be
removed from ``MGF1`` in two releases per our :doc:`/api-stability` policy.
* Added :class:`~cryptography.hazmat.primitives.ciphers.algorithms.SEED`
support.
* Added :class:`~cryptography.hazmat.primitives.cmac.CMAC`.
* Added decryption support to
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`
and encryption support to
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`.
* Added signature support to
:class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey`
and verification support to
:class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey`.
0.3 - 2014-03-27
~~~~~~~~~~~~~~~~
* Added :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP`.
* Added :class:`~cryptography.hazmat.primitives.twofactor.totp.TOTP`.
* Added :class:`~cryptography.hazmat.primitives.ciphers.algorithms.IDEA`
support.
* Added signature support to
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`
and verification support to
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`.
* Moved test vectors to the new ``cryptography_vectors`` package.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-cryptography/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-cryptography/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-cryptography/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/security/py-cryptography/patches/patch-cryptography_____init____.py \
pkgsrc/security/py-cryptography/patches/patch-cryptography_hazmat_bindings_openssl_ssl.py
cvs rdiff -u -r1.1 -r1.2 \
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
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