summaryrefslogtreecommitdiffstats
path: root/src/shared/pkcs11-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: add dlopen ELF notes to all dlopen() deps of oursLennart Poettering2024-05-081-0/+5
* cryptsetup: make type-specific checks for PKCS#11 private keysVladimir Stoiakin2024-05-071-29/+39
* Use IN_SET() moreFrantisek Sumsal2024-04-021-2/+2
* tree-wide: switch dlopen hooks over to DLSYM_PROTOTYPE()/DLSYM_FUNCTION()Lennart Poettering2024-03-011-16/+16
* cryptsetup: drop "headless" bool, make it a flag in AskPasswordFlags insteadLennart Poettering2024-02-201-7/+5
* pkcs11-util: clean up credential handling for PKCS11 PINLennart Poettering2024-02-201-12/+14
* ask-password: rework how we pass request meta info when asking passwordsLennart Poettering2024-02-201-1/+9
* pkcs11-util: Explicitly initiaiize variable to avoid warningDaan De Meyer2024-02-191-1/+1
* cryptenroll: allow to use a public key on a tokenVladimir Stoiakin2024-02-021-32/+421
* Merge pull request #29692 from H5117/fix_pkcs11_uriLennart Poettering2024-01-051-0/+4
|\
| * cryptenroll: change class in provided PKCS#11 URI if necessaryVladimir Stoiakin2024-01-051-0/+4
* | shared: initialize a couple of values explicitlyFrantisek Sumsal2024-01-041-1/+1
* | tree-wide: use IN_SET() moreFrantisek Sumsal2023-12-271-4/+4
* | format-table: introduce table_isempty and use it where appropriateMike Yuan2023-12-251-1/+1
|/
* cryptsetup: convert a EC point to compressed format if required by a tokenVladimir Stoiakin2023-12-191-0/+228
* cryptsetup: Add support for EC keys in PKCS#11 tokensVladimir Stoiakin2023-12-191-97/+170
* cryptsetup: pass AskPasswordFlags down into pkcs11 moduleLennart Poettering2023-11-031-2/+18
* tree-wide: fix typoYu Watanabe2023-10-041-1/+1
* p11kit: check the flags associated with the slot instead of flags associated ...Warren2023-08-151-1/+1
* p11kit: switch to dlopen()Luca Boccassi2022-12-191-55/+160
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-4/+2
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* env-util: replace unsetenv_erase() by new getenv_steal_erase() helperLennart Poettering2022-02-201-5/+7
* tree-wide: assorted Coccinelle fixesFrantisek Sumsal2021-10-081-3/+3
* pkcs11-util: split pkcs11_token_login functionOndrej Kozina2021-08-191-37/+64
* cryptsetup-pkcs11: move pkcs11_callback and data in shared utils.Ondrej Kozina2021-08-191-0/+68
* env-util: add unsetenv_erase() helperLennart Poettering2021-08-171-3/+2
* cryptsetup: add 'headless' parameter to skip password/pin queryLuca Boccassi2021-05-071-2/+5
* Extend characters set for PKCS11 URI Oleg Popov2021-04-101-1/+1
* ask-password: when querying for a password, try to read from credential store...Lennart Poettering2021-03-261-3/+4
* homed: move code to list and resolve "auto" pkcs#11 URL into common codeLennart Poettering2020-12-171-0/+138
* homed: move pkcs11 LUKS glue into shared codeLennart Poettering2020-12-171-0/+88
* random-util: open /dev/urandom implicitly in random_write_entropy() if neededLennart Poettering2020-12-031-6/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-10/+9
* cryptsetup: Fix null pointer dereference (#16987)Mikael Szreder2020-09-091-2/+4
* homectl: add --pkcs11-uri=auto and --pkcs-11-uri=list supportLennart Poettering2020-07-011-11/+29
* pkcs11-util: reduce scope of a variableLennart Poettering2020-07-011-20/+21
* tree-wide: spellcheck using codespellZbigniew Jędrzejewski-Szmek2020-04-161-1/+1
* pkcs11-util: don't mask return value of the first asprintf()Frantisek Sumsal2020-01-071-1/+1
* shared: add pkcs11-util.[ch]Lennart Poettering2019-12-091-0/+912