mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
Add API call that can directly print JSON metadata area from LUKS2 device. For commandline it also adds --dump-json-metadata option for luksDump action. Note that the binary metadata (UUID, version etc) is not part of this output. (We reserve flags parameter to be able to add this later.) Fixes: #511