public inbox for cryptsetup@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/2] Bitlocker: Support clearkey
@ 2025-10-04  0:35 Kfir Kahanov
  2025-10-04  0:35 ` [PATCH 1/2] bitlocker: " Kfir Kahanov
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kfir Kahanov @ 2025-10-04  0:35 UTC (permalink / raw)
  To: cryptsetup; +Cc: Kfir Kahanov

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-10-04 19:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-04  0:35 [PATCH 0/2] Bitlocker: Support clearkey Kfir Kahanov
2025-10-04  0:35 ` [PATCH 1/2] bitlocker: " Kfir Kahanov
2025-10-04  0:35 ` [PATCH 2/2] bitlocker: Add clearkey option Kfir Kahanov
2025-10-04 18:17 ` [PATCH 0/2] Bitlocker: Support clearkey Milan Broz
2025-10-04 19:28   ` Kfir Ka
2025-10-04 19:46     ` Milan Broz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox