]> git.ipfire.org Git - thirdparty/systemd.git/commit
repart,dissect: explicitly support DDIs that are both signed *and* encrypted (#43009)
authorLennart Poettering <lennart@amutable.com>
Thu, 16 Jul 2026 11:40:49 +0000 (13:40 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2026 11:40:49 +0000 (13:40 +0200)
commit59d04da90c01d2273d691a2d0ef6e61e75bb1cfb
tree824a28704fd2048535646765b73820a83222aebc
parent93212e29105456e848aef841c07cd1cb740356f5
parentd14c40919a4d31b0f269156f0a3239e768c7b0e2
repart,dissect: explicitly support DDIs that are both signed *and* encrypted (#43009)

This is a pretty relevant usecase: preparing an image on some trusted
host, submitting it to some other host that authenticates it and
decrypts it, and consumes it only then.

Let's support this explicitly.