]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/cryptenroll/cryptenroll-fido2.c
cryptenroll: add new "systemd-cryptenroll" tool for enrolling FIDO2+PKCS#11 security...
authorLennart Poettering <lennart@poettering.net>
Tue, 24 Nov 2020 12:41:47 +0000 (13:41 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 17 Dec 2020 19:00:51 +0000 (20:00 +0100)
commit8710a6818e2ce15a5840b72b7b832f5745f22254
tree1273ac6b010802f78d1e1d82e66fe2ebadaa6f99
parent2bc5c425e65a140f2eaf31bdf23a277e32ce38a7
cryptenroll: add new "systemd-cryptenroll" tool for enrolling FIDO2+PKCS#11 security tokens
meson.build
src/cryptenroll/cryptenroll-fido2.c [new file with mode: 0644]
src/cryptenroll/cryptenroll-fido2.h [new file with mode: 0644]
src/cryptenroll/cryptenroll-password.c [new file with mode: 0644]
src/cryptenroll/cryptenroll-password.h [new file with mode: 0644]
src/cryptenroll/cryptenroll-pkcs11.c [new file with mode: 0644]
src/cryptenroll/cryptenroll-pkcs11.h [new file with mode: 0644]
src/cryptenroll/cryptenroll-recovery.c [new file with mode: 0644]
src/cryptenroll/cryptenroll-recovery.h [new file with mode: 0644]
src/cryptenroll/cryptenroll.c [new file with mode: 0644]