summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1677308-a2fa7de67f21cd84.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/bug-1677308-a2fa7de67f21cd84.yaml')
-rw-r--r--releasenotes/notes/bug-1677308-a2fa7de67f21cd84.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1677308-a2fa7de67f21cd84.yaml b/releasenotes/notes/bug-1677308-a2fa7de67f21cd84.yaml
new file mode 100644
index 0000000..5238391
--- /dev/null
+++ b/releasenotes/notes/bug-1677308-a2fa7de67f21cd84.yaml
@@ -0,0 +1,15 @@
+---
+fixes:
+ - |
+ [`bug 1677308 <https://bugs.launchpad.net/keystonemiddleware/+bug/1677308>`_]
+ Removes ``pycrypto`` dependency as the library is unmaintained, and
+ replaces it with the ``cryptography`` library.
+upgrade:
+ - |
+ [`bug 1677308 <https://bugs.launchpad.net/keystonemiddleware/+bug/1677308>`_]
+ There is no upgrade impact when switching from ``pycrypto`` to
+ ``cryptography``. All data will be encrypted and decrypted using identical
+ blocksize, padding, algorithm (AES) and mode (CBC). Data previously
+ encrypted using ``pycrypto`` can be decrypted using both ``pycrypto`` and
+ ``cryptography``. The same is true of data encrypted using
+ ``cryptography``.