summaryrefslogtreecommitdiff
path: root/src/shared/tpm2-util.c
Commit message (Expand)AuthorAgeFilesLines
* stat-util: fix dir_is_empty() with hidden/backup filesLennart Poettering2022-05-041-1/+1
* tpm2-util: if we run in a container, ignore /sys/class/tpmrm/* contentsLennart Poettering2022-04-221-6/+13
* tpm2-util: add helper that checks for the various facets of TPM2 supportLennart Poettering2022-04-201-0/+23
* tpm2: enable parameter encryptionGrigori Goronzy2022-03-161-14/+90
* cryptenroll: add support for TPM2 pinGrigori Goronzy2022-03-151-1/+4
* tpm2: support policies with PINGrigori Goronzy2022-03-151-4/+72
* json: add new JSON_BUILD_CONST_STRING() macroLennart Poettering2021-11-251-1/+1
* alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-141-1/+1
* tpm2: log about invalid PCRs on each unsealingLennart Poettering2021-09-131-2/+8
* tpm2: check if PCR values make sense before using themLennart Poettering2021-09-131-27/+153
* tpm2: support RSA primary keys as fallback if TPM2 devices don't support ECCLennart Poettering2021-09-131-47/+124
* tpm-util: fix TPM parameter handlingAnatol Pomozov2021-09-111-1/+1
* tree-wide: fix typoYu Watanabe2021-08-181-2/+2
* tpm2-util: auto-detect supported PCR banksLennart Poettering2021-07-301-5/+142
* tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-091-8/+4
* shared/tpm2-util: simplify and convert to the new helperZbigniew Jędrzejewski-Szmek2021-06-241-75/+29
* dlfcn-util: invert function naming and add helper that does the whole jobZbigniew Jędrzejewski-Szmek2021-06-241-3/+3
* tpm2-util: accept empty string for empty PCR listLennart Poettering2021-05-251-0/+7
* tpm2: support "+" as separator for TPM PCR listsLennart Poettering2021-05-251-2/+5
* tpm2-util: properly load tpm2 libraries befre unsealingLennart Poettering2021-04-061-0/+4
* cryptenroll: add support for TPM2 enrollingLennart Poettering2020-12-171-0/+998