]> git.ipfire.org Git - thirdparty/systemd.git/commit
cryptsetup: split out key loading from pkcs11 code and teach search path logic
authorLennart Poettering <lennart@poettering.net>
Wed, 29 Apr 2020 12:50:38 +0000 (14:50 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 19 May 2020 15:28:16 +0000 (17:28 +0200)
commit23769fb3711e268386453ae3b4d8ed3feadeb516
treedd8eee78b421363155bffcb3bfefb3702c4a6238
parentd3d49e76498572940f5a691848b9df2f86b86d78
cryptsetup: split out key loading from pkcs11 code and teach search path logic

Let's do some rearrangements, so that we can later on use this to
automatically search for a key file.
meson.build
src/cryptsetup/cryptsetup-pkcs11.c
src/cryptsetup/cryptsetup-util.c [new file with mode: 0644]
src/cryptsetup/cryptsetup-util.h [new file with mode: 0644]