mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Previous fix for longer passhphrases increased maximal passphrase length even if it was not needed, for example if used with SHA256 hash in combination with keyfiles. This patch tries to fix the problem, so some older volumes can be opened again. Also some test images are added for regression testing. Fixes: #542.