summaryrefslogtreecommitdiff
path: root/src/cryptsetup/cryptsetup-tokens
Commit message (Expand)AuthorAgeFilesLines
* cryptsetup: use errno-flavoured logging where we have an errnoLennart Poettering2022-10-171-7/+4
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
* cryptsetup: hook up TPM2 token code with policies based on PCR signatures, tooLennart Poettering2022-09-083-178/+112
* tpm2-util: extend TPM2 policies to optionally check PCR values against signed...Lennart Poettering2022-09-081-2/+7
* tpm2-util: also add helper for parsing PCR arraysLennart Poettering2022-08-191-15/+6
* cryptsetup-token-systemd-fido2: use crypt_normalize_pinJonas Witschel2022-08-051-11/+4
* cryptsetup: implement cryptsetup_token_open_pin for systemd-tpm2 LUKS2 tokenJonas Witschel2022-08-055-26/+66
* cryptsetup: fix build with -Db_ndebug=trueFrantisek Sumsal2022-05-212-2/+4
* cryptsetup: add libcryptsetup TPM2 PIN supportGrigori Goronzy2022-03-153-5/+51
* tpm2: support policies with PINGrigori Goronzy2022-03-151-1/+1
* meson: drop three more single-use convenience librariesZbigniew Jędrzejewski-Szmek2021-12-161-59/+23
* shared/json: use int64_t instead of intmax_tZbigniew Jędrzejewski-Szmek2021-11-182-2/+2
* tpm2: support RSA primary keys as fallback if TPM2 devices don't support ECCLennart Poettering2021-09-133-6/+47
* cryptsetup-tokens: fix typo in tpm2 token dump outputAnssi Hannula2021-09-091-2/+2
* cryptsetup: drop an unused variableFrantisek Sumsal2021-08-261-3/+2
* tree-wide: fix typoYu Watanabe2021-08-222-2/+2
* Add support for systemd-pkcs11 libcryptsetup plugin.Ondrej Kozina2021-08-195-3/+458
* Add support for systemd-fido2 libcryptsetup plugin.Ondrej Kozina2021-08-197-2/+440
* tree-wide: fix typoYu Watanabe2021-08-181-2/+2
* Merge pull request #20384 from keszybz/udev-code-modernizationLuca Boccassi2021-08-071-2/+2
|\
| * cryptsetup-tokens: inline one interator variable declarationZbigniew Jędrzejewski-Szmek2021-08-071-2/+2
* | cryptsetup: validate optional tpm2 pcr bank field in token.Ondrej Kozina2021-08-061-0/+16
|/
* cryptsetup: unbreak CI buildLennart Poettering2021-08-013-5/+35
* meson: add the versiondep to the static lib deplist as wellFrantisek Sumsal2021-07-291-1/+1
* meson: use a/b instead of join_paths(a,b)Zbigniew Jędrzejewski-Szmek2021-07-271-1/+1
* Add support for systemd-tpm2 libcryptsetup plugin.Ondrej Kozina2021-07-268-0/+505