summaryrefslogtreecommitdiffstats
path: root/src/shared/creds-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cryptenroll: allow specifying handle index of key to use for sealingDan Streetman2023-10-101-0/+1
* tpm2: change tpm2_unseal() to accept Tpm2Context instead of device stringDan Streetman2023-10-031-1/+6
* tpm2: downgrade most log functions from error to debugDan Streetman2023-10-031-8/+7
* io-util: introduce loop_write_full that takes a timeoutMike Yuan2023-09-071-1/+1
* tpm2: move policy calculation out of tpm2_seal()Dan Streetman2023-08-041-7/+44
* creds-util: Add read_credential_bool()Daan De Meyer2023-08-011-0/+12
* tree-wide: a bunch of Coccinelle-suggested tweaksFrantisek Sumsal2023-07-141-1/+1
* tree-wide: fix typos reported by Fossies Codespell reportYu Watanabe2023-07-121-1/+1
* creds-util: add new helper read_credential_with_decryption()Lennart Poettering2023-07-041-0/+74
* core: restrict ImportCredential= globbingLennart Poettering2023-06-221-0/+38
* core,shared: add a couple of assertsFrantisek Sumsal2023-05-301-0/+3
* shared/creds-util: return 0 for missing creds in read_credential_strings_manyZbigniew Jędrzejewski-Szmek2023-04-251-7/+11
* tpm2: fix nits from PR #26185William Roberts2023-04-041-4/+2
* tpm2: add support for a trusted SRKWilliam Roberts2023-04-031-1/+9
* tpm2: rename tpm2 alg id<->string functionsDan Streetman2023-02-011-2/+2
* string-util: add common implementation of function that converts sized charac...Lennart Poettering2023-01-211-6/+3
* Merge pull request #26004 from poettering/cleanuo-erase-moarYu Watanabe2023-01-171-12/+12
|\
| * tree-wide: use CLEANUP_ERASE() at various placesLennart Poettering2023-01-161-12/+12
* | creds-util: merge the TPM2 detection for initrdAlberto Planas2023-01-161-9/+2
* | creds-util: do not try TPM2 if there is not supportAlberto Planas2023-01-161-9/+6
* | creds-util: check for CAP_DAC_READ_SEARCHAlberto Planas2023-01-161-3/+9
|/
* vconsole: permit configuration of vconsole settings via credentialsLennart Poettering2023-01-051-0/+50
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-3/+3
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* creds-util: fix NULL pointer dereferenceYu Watanabe2022-09-131-2/+3
* creds-util: hook up new signed PCR policiesLennart Poettering2022-09-081-24/+107
* tpm2-util: extend TPM2 policies to optionally check PCR values against signed...Lennart Poettering2022-09-081-5/+10
* tpm2-util: add TPM2_PCR_MASK_VALID() helperLennart Poettering2022-08-191-1/+1
* creds: refactor reading user passwordLudwig Nussel2022-08-111-0/+32
* Simplify random number selectionJason A. Donenfeld2022-05-311-2/+2
* pid1: import creds from sd-stub + qemu + kernel cmdlineLennart Poettering2022-04-281-2/+10
* creds-util: upgrade message about TPM2 not workingLennart Poettering2022-04-211-1/+1
* creds-util: also warn about unencrypted creds host key if we are creating itLennart Poettering2022-04-211-11/+25
* creds-util: permit credentials encrypted/signed by fixed zero length keys as ...Lennart Poettering2022-04-201-5/+51
* creds-util: add an explicit 128bit ID for identifying "automatic" key determi...Lennart Poettering2022-04-201-15/+14
* creds-util: refuse unexpected key types explicitlyLennart Poettering2022-04-201-0/+7
* tpm2: support policies with PINGrigori Goronzy2022-03-151-0/+2
* shared/creds: print debugging information when something goes wrongZbigniew Jędrzejewski-Szmek2021-12-131-40/+60
* tree-wide: port various places over to open_mkdir_at()Lennart Poettering2021-11-171-3/+3
* creds-util: switch to OpenSSL 3.0 APIsLennart Poettering2021-09-291-5/+13
* tpm2: support RSA primary keys as fallback if TPM2 devices don't support ECCLennart Poettering2021-09-131-9/+12
* creds-util: fix possible divide-by-zeroYu Watanabe2021-08-191-2/+2
* creds: assert that credential read from file fits in data structLuca Boccassi2021-08-031-0/+2
* tpm2-util: auto-detect supported PCR banksLennart Poettering2021-07-301-2/+13
* creds-util: add infra for encrypting/decrypting credentialsLennart Poettering2021-07-081-0/+876
* util: move src/basic/creds-util.[ch] → src/shared/Lennart Poettering2021-07-081-0/+54