aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-01-17 18:24:14 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2019-01-17 19:24:14 -0500
commit610ad37a3043e173b32161614d406de31bdf6b12 (patch)
tree93bf838dd91c943c583c3f4679bae567a7dbcc3f /CHANGELOG.rst
parent7f8d9c06ef386a9187aed3eaa4d29a88f11f8c7c (diff)
downloadcryptography-610ad37a3043e173b32161614d406de31bdf6b12.tar.gz
cryptography-610ad37a3043e173b32161614d406de31bdf6b12.tar.bz2
cryptography-610ad37a3043e173b32161614d406de31bdf6b12.zip
changelog for byteslike (#4712)
* changelog for byteslike * bertter prose
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 307f1551..bf4278c8 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -13,6 +13,9 @@ Changelog
well. If you still need this deprecated path please install cryptography
with the ``idna`` extra: ``pip install cryptography[idna]``.
* **BACKWARDS INCOMPATIBLE:** The minimum supported PyPy version is now 5.4.
+* Numerous classes and functions have been updated to allow :term:`bytes-like`
+ types for keying material and passwords, including symmetric algorithms, AEAD
+ ciphers, KDFs, loading asymmetric keys, and one time password classes.
* Added support for :class:`~cryptography.hazmat.primitives.hashes.SHA512_224`
and :class:`~cryptography.hazmat.primitives.hashes.SHA512_256` when using
OpenSSL 1.1.1.