summaryrefslogtreecommitdiffstats
path: root/src/cryptenroll/cryptenroll.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cryptenroll: it's called PKCS#11, not PKCS11Lennart Poettering10 days1-1/+1
* tree-wide: replace reallocarray() with GREEDY_REALLOC()Yu Watanabe2024-10-081-5/+1
* tree-wide: drop doubled empty linesYu Watanabe2024-10-071-1/+0
* crypenroll: make slot wiping on pin change a bit more explicitLennart Poettering2024-08-301-0/+2
* cryptenroll: iovec'ify a few more thingsLennart Poettering2024-08-301-23/+20
* cryptenroll: add --list-devices switch that shows candidate block devicesLennart Poettering2024-07-011-0/+11
* cryptenroll: support for enrolling FIDO2 tokens in manual modeKamil Szczęk2024-06-201-24/+53
* cryptenroll: determine TPM enrollment parmaeters only if we actually do TPM e...Lennart Poettering2024-05-061-22/+24
* cryptenroll: disable loading public key if --tpm2-public-key= is emptySam Leonard2024-05-021-1/+10
* tree-wise: several cleanups for loggingYu Watanabe2024-04-301-1/+1
* tree-wide: Use log_setup() everywhereDaan De Meyer2024-04-251-3/+1
* cryptenroll: fix typo (close parenthesis out of nowhere)Mike Yuan2024-04-241-1/+1
* Merge pull request #32434 from poettering/cryptenroll-prefer-varLuca Boccassi2024-04-231-16/+67
|\
| * cryptenroll: use [] in --help text to indicate block device argument is now o...Lennart Poettering2024-04-231-1/+1
| * cryptenroll: default to block device backing /var/ rather than /Lennart Poettering2024-04-231-15/+66
* | cryptenroll: sort includesMike Yuan2024-04-231-1/+1
|/
* cryptenroll: use root device by defaultLudwig Nussel2024-04-231-8/+25
* Merge pull request #30766 from polarina/cryptenroll-tpm2-unlockLennart Poettering2024-02-081-5/+51
|\
| * cryptenroll: Support rotating PIN on an existing TPM2 enrollmentGabríel Arthúr Pétursson2024-02-011-3/+15
| * cryptenroll: Add support for unlocking through TPM2 enrollmentsGabríel Arthúr Pétursson2024-02-011-2/+32
| * cryptenroll: Lock memory pages before operating on the deviceGabríel Arthúr Pétursson2024-02-011-0/+4
* | cryptenroll: Fix reading keyfile from socketFelix Riemann2024-02-061-1/+1
|/
* Fix gcc14 -Wcalloc-transposed-args warningsCristian Rodríguez2024-01-141-1/+1
* tree-wide: drop space between variable and an increment/decrementYu Watanabe2023-12-241-1/+1
* repart,cryptenroll: bring tpm2 switches/--help/handling in a single, canonica...Lennart Poettering2023-11-091-19/+19
* cryptenroll: add support for calculated TPM2 enrollmentDan Streetman2023-11-071-1/+20
* tree-wide: hook everything up with pcrlock policyLennart Poettering2023-11-031-3/+28
* cryptenroll: fix bind default TPM2 signed policy to PCR 11Antonio Alvarez Feijoo2023-10-261-1/+1
* cryptenroll: validate positional arguments before looking at detail parametersLennart Poettering2023-10-251-12/+12
* cryptenroll: add section headers to --help textLennart Poettering2023-10-251-11/+18
* cryptenroll: add addition assertsLennart Poettering2023-10-251-7/+13
* cryptenroll: merge two if checks with same conditionLennart Poettering2023-10-231-9/+11
* cryptenroll: reduce scope of two global variablesLennart Poettering2023-10-231-6/+5
* cryptenroll: allow specifying handle index of key to use for sealingDan Streetman2023-10-101-1/+13
* cryptenroll: align tablesZbigniew Jędrzejewski-Szmek2023-09-261-7/+6
* 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: move policy calculation out of tpm2_seal()Dan Streetman2023-08-041-9/+19
* tpm2: change tpm2_parse_pcr_argument() parameters to parse to Tpm2PCRValue arrayDan Streetman2023-08-041-2/+2
* cryptenroll: actually allow using multiple "special" strings when wipingFrantisek Sumsal2023-05-111-5/+5
* various: simplify calls to parse_boolean_argument()Zbigniew Jędrzejewski-Szmek2023-04-051-18/+9
* cryptenroll: Implement support for unlocking via FIDO2 tokensPeter Cai2022-12-221-94/+100
* 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-081-16/+58
* tpm2-util: introduce tpm2_parse_pcr_argument() helperLennart Poettering2022-08-191-15/+2
* 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,homectl: Introduce --fido2-credential-algorithm optionMkfsSion2022-04-221-1/+16