Subject: CVS commit: pkgsrc/security/py-cryptography
From: Thomas Klausner
Date: 2014-05-06 12:30:54
Message id: 20140506103054.32F2896@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.7modifypkgsrc/security/py-cryptography/Makefile
1.3modifypkgsrc/security/py-cryptography/PLIST
1.5modifypkgsrc/security/py-cryptography/distinfo
1.2modifypkgsrc/security/py-cryptography/patches/patch-cryptography_hazmat_bindings_utils.py
1.2modifypkgsrc/security/py-cryptography/patches/patch-cryptography_hazmat_primitives_constant__time.py
1.2modifypkgsrc/security/py-cryptography/patches/patch-cryptography_hazmat_primitives_padding.py
1.1removepkgsrc/security/py-cryptography/patches/patch-cryptography_____init____.py
1.1removepkgsrc/security/py-cryptography/patches/patch-cryptography_hazmat_bindings_openssl_ssl.py