summaryrefslogtreecommitdiff
path: root/src/cryptsetup/cryptsetup-tokens
Commit message (Expand)AuthorAgeFilesLines
* tpm2: add support for a trusted SRKWilliam Roberts2023-04-033-4/+16
* meson: Introduce userspace depJan Janssen2023-03-101-0/+1
* tpm2: add/rename functions to manage pcr selectionsDan Streetman2023-03-091-6/+6
* tpm2: add TPM2_PCR_VALID()Dan Streetman2023-03-091-1/+1
* cryptsetup: check the existence of salt by salt_size > 0Yu Watanabe2023-02-171-1/+1
* cryptsetup: do not assert when unsealing token without saltLuca Boccassi2023-02-151-1/+2
* tpm2: rename tpm2 alg id<->string functionsDan Streetman2023-02-011-4/+4
* meson: Do not include headers in source listsJan Janssen2023-01-241-5/+3
* string-util: add common implementation of function that converts sized charac...Lennart Poettering2023-01-211-17/+3
* tpm2: add salt to pinWilliam Roberts2023-01-183-4/+34
* tree-wide: fix return value handling of base64mem()Lennart Poettering2023-01-113-12/+15
* 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