mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-12 03:10:08 +01:00
We've assumed that first 4 bytes of the decrypted key data is the size of the key + metadata. Looks like this isn't true and only first two bytes contain the size and the other two bytes are unknown data, possibly related to reencryption and/or passphrase change. Fixes: #575