index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cryptsetup
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: Introduce userspace dep
Jan Janssen
2023-03-10
1
-0
/
+1
*
tpm2: add/rename functions to manage pcr selections
Dan Streetman
2023-03-09
1
-6
/
+6
*
tpm2: add TPM2_PCR_VALID()
Dan Streetman
2023-03-09
2
-2
/
+2
*
cryptsetup: check the existence of salt by salt_size > 0
Yu Watanabe
2023-02-17
1
-1
/
+1
*
cryptsetup: do not assert when unsealing token without salt
Luca Boccassi
2023-02-15
2
-2
/
+5
*
tpm2: use Tpm2Context* instead of ESYS_CONTEXT*
Dan Streetman
2023-02-01
1
-2
/
+2
*
tpm2: use ref counter for Tpm2Context
Dan Streetman
2023-02-01
1
-4
/
+4
*
tpm2: rename struct tpm2_context to Tpm2Context
Dan Streetman
2023-02-01
1
-1
/
+1
*
tpm2: rename tpm2 alg id<->string functions
Dan Streetman
2023-02-01
1
-4
/
+4
*
shared/efi-loader: fix compilation with !ENABLE_EFI, improve messages
Zbigniew Jędrzejewski-Szmek
2023-01-25
1
-2
/
+2
*
meson: Do not include headers in source lists
Jan Janssen
2023-01-24
2
-9
/
+5
*
string-util: add common implementation of function that converts sized charac...
Lennart Poettering
2023-01-21
1
-17
/
+3
*
tree-wide: fix typo
Yu Watanabe
2023-01-20
1
-1
/
+1
*
tpm2: add salt to pin
William Roberts
2023-01-18
6
-10
/
+74
*
tpm2: add common helper for checking if we are running on UKI with TPM measur...
Lennart Poettering
2023-01-17
1
-0
/
+9
*
cryptsetup: add tpm2-measure-pcr= and tpm2-measure-bank= crypttab options
Lennart Poettering
2023-01-17
1
-14
/
+212
*
tree-wide: fix return value handling of base64mem()
Lennart Poettering
2023-01-11
4
-21
/
+27
*
cryptsetup-fido2: Remove plain mode parameters from `acquire_fido2_key_auto()`
Peter Cai
2022-12-22
1
-1
/
+0
*
cryptsetup-fido2: Relocate to libsystemd-shared
Peter Cai
2022-12-22
3
-370
/
+0
*
cryptsetup-fido2: Try all FIDO2 key slots when opening LUKS volume
Peter Cai
2022-12-12
3
-115
/
+123
*
nulstr-util: Declare NULSTR_FOREACH() iterator inline
Daan De Meyer
2022-11-11
1
-1
/
+1
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
tree-wide: set description for device manager
Yu Watanabe
2022-10-18
1
-0
/
+4
*
cryptsetup: drop redundant parens/drop ternary op
Lennart Poettering
2022-10-17
1
-1
/
+2
*
cryptsetup: use errno-flavoured logging where we have an errno
Lennart Poettering
2022-10-17
1
-7
/
+4
*
cryptsetup: use TPM flags over bool
William Roberts
2022-09-20
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-2
/
+1
*
cryptsetup: hook up TPM2 token code with policies based on PCR signatures, too
Lennart Poettering
2022-09-08
4
-179
/
+114
*
tpm2-util: add common parser for the LUKS2 TPM2 JSON structure
Lennart Poettering
2022-09-08
3
-144
/
+51
*
cryptsetup: hook up signed PCR policies
Lennart Poettering
2022-09-08
3
-25
/
+93
*
tpm2-util: extend TPM2 policies to optionally check PCR values against signed...
Lennart Poettering
2022-09-08
2
-9
/
+19
*
tree-wide: Mark some constants as unsigned
Jan Janssen
2022-08-30
1
-2
/
+2
*
Merge pull request #24368 from poettering/tpm2-json-pcr-array-rework
Lennart Poettering
2022-08-19
2
-32
/
+11
|
\
|
*
tpm2-util: also add helper for parsing PCR arrays
Lennart Poettering
2022-08-19
2
-32
/
+11
*
|
tpm2-util: introduce tpm2_parse_pcr_argument() helper
Lennart Poettering
2022-08-19
1
-14
/
+3
|
/
*
Merge pull request #23653 from aafeijoo-suse/ask-for-recovery-key
Lennart Poettering
2022-08-19
1
-5
/
+124
|
\
|
*
cryptsetup: improve password prompt text
Antonio Alvarez Feijoo
2022-08-19
1
-5
/
+124
*
|
cryptsetup: make sure all token-based codepaths are effected by SYSTEMD_CRYPT...
Lennart Poettering
2022-08-19
1
-1
/
+1
*
|
cryptsetup: use right internal helper when checking whether to use tokens
Lennart Poettering
2022-08-19
1
-1
/
+1
*
|
cryptsetup: support keyfile-timeout for using a device as the key file
Chih-Hsuan Yen
2022-08-08
1
-6
/
+19
*
|
cryptsetup: ask for PIN when trying to activate using a LUKS2 token plugin
Jonas Witschel
2022-08-05
1
-1
/
+11
*
|
cryptsetup-token-systemd-fido2: use crypt_normalize_pin
Jonas Witschel
2022-08-05
1
-11
/
+4
*
|
cryptsetup: implement cryptsetup_token_open_pin for systemd-tpm2 LUKS2 token
Jonas Witschel
2022-08-05
6
-34
/
+82
*
|
cryptsetup: refactor asking for a PIN into a more generic function
Jonas Witschel
2022-08-05
1
-6
/
+31
|
/
*
cryptsetup: fix build with -Db_ndebug=true
Frantisek Sumsal
2022-05-21
2
-2
/
+4
*
Merge pull request #22919 from poettering/cryptsetup-tweaks
Lennart Poettering
2022-03-31
1
-17
/
+19
|
\
|
*
tree-wide: unify some code that looks for --help in the command line
Lennart Poettering
2022-03-31
1
-1
/
+2
|
*
cryptsetup: adjust some log levels
Lennart Poettering
2022-03-31
1
-7
/
+8
|
*
cryptsetup: add helper for mangling "none" option strings
Lennart Poettering
2022-03-31
1
-2
/
+2
|
*
cryptsetup: rename functions that try to do FIDO2/TPM2/PKCS#11 via cryptsetup...
Lennart Poettering
2022-03-31
1
-7
/
+7
[next]