summaryrefslogtreecommitdiff
path: root/src/cryptenroll
Commit message (Expand)AuthorAgeFilesLines
* 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-131-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-131-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
* tpm2: support RSA primary keys as fallback if TPM2 devices don't support ECCLennart Poettering2021-09-131-4/+4
* env-util: add unsetenv_erase() helperLennart Poettering2021-08-172-4/+4
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-032-2/+2
* tpm2-util: auto-detect supported PCR banksLennart Poettering2021-07-301-3/+4
* cryptenroll: fix minor typo in --help (#19985)Lennart Poettering2021-06-221-1/+1
* cryptsetup: explicitl set default log functions wherever neededLennart Poettering2021-06-011-0/+2
* cryptenroll: remove a tiny bit of whitespaceLennart Poettering2021-05-281-3/+0
* cryptenroll: handle FIDO2 tokens gracefully that lack requested featuresLennart Poettering2021-05-281-1/+2
* tpm2: support "+" as separator for TPM PCR listsLennart Poettering2021-05-251-1/+1
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-2/+2
* FIDO2: ask and record whether user verification was used to lock the volumeLuca Boccassi2021-05-072-1/+18
* FIDO2: ask and record whether user presence was used to lock the volumeLuca Boccassi2021-05-072-2/+19
* FIDO2: support pin-less LUKS enroll/unlockLuca Boccassi2021-05-073-14/+35
* ask-password: when querying for a password, try to read from credential store...Lennart Poettering2021-03-262-3/+3
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* Move and rename parse_path_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-1/+2