From e14aba8cf1df0b4517c2cf6798f07552b03cf1f7 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Fri, 28 Oct 2016 11:18:33 +0200 Subject: [PATCH] Add 1.7.3. Release Notes. --- docs/v1.7.3-ReleaseNotes | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/v1.7.3-ReleaseNotes diff --git a/docs/v1.7.3-ReleaseNotes b/docs/v1.7.3-ReleaseNotes new file mode 100644 index 00000000..4a2757c4 --- /dev/null +++ b/docs/v1.7.3-ReleaseNotes @@ -0,0 +1,20 @@ +Cryptsetup 1.7.3 Release Notes +============================== + +Changes since version 1.7.2 + +* Fix device access to hash offsets located beyond the 2GB device boundary in veritysetup. + +* Set configured (compile-time) default iteration time for devices created directly through + libcryptsetup (default was hardcoded 1 second, the configured value applied only + for cryptsetup application). + +* Fix PBKDF2 benchmark to not double iteration count for specific corner case. + If the measurement function returns exactly 500 ms, the iteration calculation loop + doubled iteration count but instead of repeating measurement it used this value directly. + +* OpenSSL backend: fix memory leak if hash context was repeatedly reused. + +* OpenSSL backend: add support for OpenSSL 1.1.0. + +* Fix several minor spelling errors.