summaryrefslogtreecommitdiffstats
path: root/src/cryptenroll (follow)
Commit message (Expand)AuthorAgeFilesLines
* cryptsetup: drop "headless" bool, make it a flag in AskPasswordFlags insteadLennart Poettering2024-02-203-3/+8
* cryptenroll,cryptsetup: clean up unlock credential for TPM2 + FIDO2Lennart Poettering2024-02-202-3/+5
* pkcs11-util: clean up credential handling for PKCS11 PINLennart Poettering2024-02-201-1/+1
* cryptenroll: use a different credential for new new PINLennart Poettering2024-02-201-1/+1
* libfido2: tweak credential to read fido2 PIN fromLennart Poettering2024-02-201-0/+1
* cryptenroll: use correct askpw id for pw requestLennart Poettering2024-02-201-2/+2
* cryptenroll: fix type confusion on acquire_tpm2_key() parameterLennart Poettering2024-02-201-1/+1
* ask-password: rework how we pass request meta info when asking passwordsLennart Poettering2024-02-202-25/+44
* Merge pull request #30766 from polarina/cryptenroll-tpm2-unlockLennart Poettering2024-02-084-10/+182
|\
| * cryptenroll: Support rotating PIN on an existing TPM2 enrollmentGabríel Arthúr Pétursson2024-02-013-7/+27
| * cryptenroll: Add support for unlocking through TPM2 enrollmentsGabríel Arthúr Pétursson2024-02-014-3/+151
| * 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
* | cryptenroll: allow to use a public key on a tokenVladimir Stoiakin2024-02-021-5/+6
|/
* pcrlock: when unlocking try to pick up pcrlock policy from system credentialsLennart Poettering2024-01-221-0/+1
* Fix gcc14 -Wcalloc-transposed-args warningsCristian Rodríguez2024-01-141-1/+1
* hexdecoct: make unbase64mem and unhexmem always use SIZE_MAXMike Yuan2024-01-081-1/+1
* Merge pull request #30754 from poettering/iovecificationLennart Poettering2024-01-051-30/+26
|\
| * tpm2-util: more iovec'ificationLennart Poettering2024-01-051-30/+26
* | Merge pull request #29692 from H5117/fix_pkcs11_uriLennart Poettering2024-01-051-8/+38
|\ \ | |/ |/|
| * cryptenroll: change class in provided PKCS#11 URI if necessaryVladimir Stoiakin2024-01-051-8/+38
* | Merge pull request #30628 from YHNdnzj/format-table-improvementYu Watanabe2023-12-251-1/+1
|\ \
| * | format-table: introduce table_isempty and use it where appropriateMike Yuan2023-12-251-1/+1
| |/
* / tree-wide: drop space between variable and an increment/decrementYu Watanabe2023-12-242-2/+2
|/
* cryptenroll, homectl: deduplicate generation of LUKS2 volume keysVladimir Stoiakin2023-12-191-25/+5
* cryptenroll: slightly reorder thingsLennart Poettering2023-11-091-13/+13
* tpm2-util: move loading of TPM2B_PUBLIC from disk into tpm2-util.cLennart Poettering2023-11-091-25/+2
* 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-073-21/+89
* tree-wide: hook everything up with pcrlock policyLennart Poettering2023-11-033-8/+43
* pcrlock: add new pcrlock toolLennart Poettering2023-11-031-0/+2
* tree-wide: never link directly against p11kitLennart Poettering2023-11-021-1/+1
* cryptenroll: use erase_and_free() at two more placesLennart Poettering2023-11-011-2/+2
* cryptenroll: fix bind default TPM2 signed policy to PCR 11Antonio Alvarez Feijoo2023-10-262-2/+2
* 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-103-3/+17
* tpm2: change tpm2_unseal() to accept Tpm2Context instead of device stringDan Streetman2023-10-031-1/+1
* tpm2: downgrade most log functions from error to debugDan Streetman2023-10-031-4/+4
* cryptenroll: align tablesZbigniew Jędrzejewski-Szmek2023-09-261-7/+6
* 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