Blame docs/v1.7.3-ReleaseNotes

Packit 94f725
Cryptsetup 1.7.3 Release Notes
Packit 94f725
==============================
Packit 94f725
Packit 94f725
Changes since version 1.7.2
Packit 94f725
Packit 94f725
* Fix device access to hash offsets located beyond the 2GB device boundary in veritysetup.
Packit 94f725
Packit 94f725
* Set configured (compile-time) default iteration time for devices created directly through
Packit 94f725
  libcryptsetup (default was hardcoded 1 second, the configured value applied only
Packit 94f725
  for cryptsetup application).
Packit 94f725
Packit 94f725
* Fix PBKDF2 benchmark to not double iteration count for specific corner case.
Packit 94f725
  If the measurement function returns exactly 500 ms, the iteration calculation loop
Packit 94f725
  doubled iteration count but instead of repeating measurement it used this value directly.
Packit 94f725
Packit 94f725
* OpenSSL backend: fix memory leak if hash context was repeatedly reused.
Packit 94f725
Packit 94f725
* OpenSSL backend: add support for OpenSSL 1.1.0.
Packit 94f725
Packit 94f725
* Fix several minor spelling errors.