summaryrefslogtreecommitdiffstats
path: root/src/cryptenroll (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28948 from poettering/tpm2-duplicate-pcr-namesLuca Boccassi2023-08-281-2/+2
|\
| * fundamental: rename tpm-pcr.h → tpm2-pcr.hLennart Poettering2023-08-241-1/+1
| * tpm2: unify symbolic name infra for PCRsLennart Poettering2023-08-241-1/+1
* | tpm2: add tpm2_pcr_values_has_(any|all)_values() functionsDan Streetman2023-08-241-6/+1
* | tpm2: lowercase TPM2_PCR_VALUE[S]_VALID functionsDan Streetman2023-08-241-1/+1
|/
* various: use _NEG_ macros to reduce indentationZbigniew Jędrzejewski-Szmek2023-08-161-7/+5
* tpm2: move policy calculation out of tpm2_seal()Dan Streetman2023-08-043-31/+88
* tpm2: change tpm2_parse_pcr_argument() parameters to parse to Tpm2PCRValue arrayDan Streetman2023-08-041-2/+2
* meson: move declarations of cryptsetup and friendsYu Watanabe2023-07-311-0/+15
* Revert "cryptenroll: drop unmet condition"Dan Streetman2023-07-211-0/+2
* shared: add password quality check abstraction layer to support both pwqualit...Egor Ignatov2023-07-061-2/+2
* pwquality: add old password argument to quality_check_passwordDmitry V. Levin2023-07-061-1/+1
* pwquality: fix quality_check_password return valueDmitry V. Levin2023-07-061-2/+7
* tree-wide: use _cleanup_set_free_ and friendsYu Watanabe2023-05-311-2/+2
* cryptenroll: update log messagesYu Watanabe2023-05-201-4/+4
* cryptenroll: drop unmet conditionYu Watanabe2023-05-201-2/+0
* cryptenroll: actually allow using multiple "special" strings when wipingFrantisek Sumsal2023-05-111-5/+5
* cryptenroll: fix an assertion with weak passwordsFrantisek Sumsal2023-05-091-1/+1
* various: simplify calls to parse_boolean_argument()Zbigniew Jędrzejewski-Szmek2023-04-051-18/+9
* tpm2: fix nits from PR #26185William Roberts2023-04-041-1/+1
* tpm2: add support for a trusted SRKWilliam Roberts2023-04-031-2/+7
* cryptenroll: fix a memory leakFrantisek Sumsal2023-03-281-5/+6
* tree-wide: fix typo and comment style updateYu Watanabe2023-02-151-1/+1
* cryptenroll: drop deadcodeYu Watanabe2023-02-101-6/+2
* cryptenroll: do not implicitly verify with default tpm policy signatureLuca Boccassi2023-02-081-2/+3
* meson: Do not include headers in source listsJan Janssen2023-01-241-8/+1
* tpm2: add salt to pinWilliam Roberts2023-01-181-0/+28
* tree-wide: fix return value handling of base64mem()Lennart Poettering2023-01-113-15/+19
* cryptenroll: Implement support for unlocking via FIDO2 tokensPeter Cai2022-12-226-94/+249
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* cryptenroll: hook up new TPM2 signed policies with cryptenrollLennart Poettering2022-09-083-42/+123
* tpm2-util: extend TPM2 policies to optionally check PCR values against signed...Lennart Poettering2022-09-082-6/+25
* tpm2-util: introduce tpm2_parse_pcr_argument() helperLennart Poettering2022-08-191-15/+2
* tpm2-util: add TPM2_PCR_MASK_VALID() helperLennart Poettering2022-08-191-1/+1
* cryptenroll: drop unnecessary {}Lennart Poettering2022-08-161-2/+1
* Merge pull request #24138 from Keksgesicht/rfe/cryptenroll-keyfileYu Watanabe2022-08-121-0/+43
|\
| * cryptenroll: adding the option to use a keyfile to unlock the deviceJan B2022-08-101-0/+43
* | cryptenroll: fix memory leakLennart Poettering2022-08-121-0/+1
|/
* cryptenroll: fix typoAntonio Alvarez Feijoo2022-06-031-1/+1
* Simplify random number selectionJason A. Donenfeld2022-05-311-1/+1
* cryptenroll,homectl: Introduce --fido2-credential-algorithm optionMkfsSion2022-04-223-4/+21
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* cryptenroll: add support for TPM2 pinGrigori Goronzy2022-03-153-7/+97
* tpm2: support policies with PINGrigori Goronzy2022-03-151-2/+2
* env-util: replace unsetenv_erase() by new getenv_steal_erase() helperLennart Poettering2022-02-202-24/+11
* cryptenroll: fix wrong error messagesGibeom Gwon2021-12-031-2/+2
* json: add new JSON_BUILD_CONST_STRING() macroLennart Poettering2021-11-253-4/+4
* cryptenroll: politely refuse enrolling keys into homed volumesLennart Poettering2021-10-081-0/+26
* basic: split out glyph/emoji related calls from locale-util.[ch] into glyph-u...Lennart Poettering2021-10-051-1/+1
* cryptsetup: handle more gracefully if "keyslots" LUKS2 JSON header field is i...Lennart Poettering2021-09-281-2/+6