[PATCH 0/2] Bitlocker: Support clearkey
Kfir Kahanov <[email protected]> Sat, 4 Oct 2025 03:35:52 +0300
| Newsgroups | dev.linux.lists.cryptsetup |
|---|---|
| Message-ID | <[email protected]> |
This code enable support for clearkey bitlocker protection. Closes: #962 Kfir Kahanov (2): bitlocker: Support clearkey bitlocker: Add clearkey option lib/bitlk/bitlk.c | 106 +++++++++++++++++++++++++------------- lib/keyslot_context.c | 97 ++++++++++++++++++++++++++++++++++ lib/keyslot_context.h | 2 + lib/libcryptsetup.h | 24 +++++++++ lib/libcryptsetup.sym | 1 + lib/setup.c | 24 ++++++++- src/cryptsetup.c | 20 ++++--- src/cryptsetup_arg_list.h | 2 + src/cryptsetup_args.h | 1 + src/utils_arg_names.h | 1 + 10 files changed, 234 insertions(+), 44 deletions(-) -- 2.43.0