aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-07-12 09:35:33 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-07-12 09:35:33 -0700
commit9963cb30b0bb093c1010040d68e2c3d8f38f990f (patch)
treec77ef4a9279d1fb9cf7baa3b0b87b7a4d628b935 /CHANGELOG.rst
parentf11d17b5c787409a7689279aec8f5435c64fdce8 (diff)
downloadcryptography-9963cb30b0bb093c1010040d68e2c3d8f38f990f.tar.gz
cryptography-9963cb30b0bb093c1010040d68e2c3d8f38f990f.tar.bz2
cryptography-9963cb30b0bb093c1010040d68e2c3d8f38f990f.zip
Linewrap CHANGELOG and have doc8 check it as well
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst39
1 files changed, 24 insertions, 15 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a5025e12..e9fc4f29 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -55,20 +55,25 @@ Changelog
* Added :class:`~cryptography.hazmat.primitives.ciphers.modes.ECB` support
for :class:`~cryptography.hazmat.primitives.ciphers.algorithms.TripleDES` on
:doc:`/hazmat/backends/commoncrypto` and :doc:`/hazmat/backends/openssl`.
-* Deprecated :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`
- in favor of backend specific providers of the
+* Deprecated
+ :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey` in
+ favor of backend specific providers of the
:class:`~cryptography.hazmat.primitives.interfaces.RSAPrivateKey` interface.
-* Deprecated :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`
- in favor of backend specific providers of the
+* Deprecated
+ :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey` in favor
+ of backend specific providers of the
:class:`~cryptography.hazmat.primitives.interfaces.RSAPublicKey` interface.
-* Deprecated :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey`
- in favor of backend specific providers of the
+* Deprecated
+ :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey` in
+ favor of backend specific providers of the
:class:`~cryptography.hazmat.primitives.interfaces.DSAPrivateKey` interface.
-* Deprecated :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey`
- in favor of backend specific providers of the
+* Deprecated
+ :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` in favor
+ of backend specific providers of the
:class:`~cryptography.hazmat.primitives.interfaces.DSAPublicKey` interface.
-* Deprecated :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAParameters`
- in favor of backend specific providers of the
+* Deprecated
+ :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAParameters` in
+ favor of backend specific providers of the
:class:`~cryptography.hazmat.primitives.interfaces.DSAParameters` interface.
* Deprecated ``encrypt_rsa``, ``decrypt_rsa``, ``create_rsa_signature_ctx`` and
``create_rsa_verification_ctx`` on
@@ -81,9 +86,11 @@ Changelog
* 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.
+ 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`
@@ -99,7 +106,8 @@ Changelog
* 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 :class:`~cryptography.hazmat.primitives.ciphers.algorithms.IDEA`
+ support.
* Added signature support to
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`
and verification support to
@@ -109,7 +117,8 @@ Changelog
0.2.2 - 2014-03-03
~~~~~~~~~~~~~~~~~~
-* Removed a constant definition that was causing compilation problems with specific versions of OpenSSL.
+* Removed a constant definition that was causing compilation problems with
+ specific versions of OpenSSL.
0.2.1 - 2014-02-22
~~~~~~~~~~~~~~~~~~