index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
boot
/
measure.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
measure: drop incomplete support for PCRs != 11
Lennart Poettering
2024-07-03
1
-67
/
+50
*
tree-wide: port over to new builder apis
Lennart Poettering
2024-06-19
1
-16
/
+13
*
tree-wide: replace strv_sort() + strv_uniq() -> strv_sort_uniq()
Yu Watanabe
2024-06-17
1
-6
/
+3
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
1
-46
/
+48
*
repart,measure: reword help descriptions
Zbigniew Jędrzejewski-Szmek
2024-05-08
1
-2
/
+2
*
Fix spelling errors found by Lintian
Luca Boccassi
2024-04-27
1
-1
/
+1
*
tree-wide: Use log_setup() everywhere
Daan De Meyer
2024-04-25
1
-3
/
+1
*
measure: Add .ucode UKI section support
Tobias Fleig
2024-04-19
1
-0
/
+3
*
measure: add support for --certificate and --private-key-source for engine/pr...
Luca Boccassi
2024-03-01
1
-28
/
+115
*
tree-wide: port over various pieces of code to strv_extend_many()
Lennart Poettering
2024-01-17
1
-6
/
+5
*
hexdecoct: make unbase64mem and unhexmem always use SIZE_MAX
Mike Yuan
2024-01-08
1
-2
/
+2
*
tpm2: downgrade most log functions from error to debug
Dan Streetman
2023-10-03
1
-1
/
+1
*
openssl-util: add common implementation of digest+sign
Lennart Poettering
2023-09-06
1
-23
/
+4
*
fundamental: rename tpm-pcr.h → tpm2-pcr.h
Lennart Poettering
2023-08-24
1
-1
/
+1
*
fundemental: split out UKI defines into its own header
Lennart Poettering
2023-08-24
1
-0
/
+1
*
tpm2: unify symbolic name infra for PCRs
Lennart Poettering
2023-08-24
1
-24
/
+20
*
tree-wide: use json_variant_append_arrayb() at many places
Lennart Poettering
2023-08-24
1
-12
/
+7
*
tree-wide: drop "static inline" use in .c files
Lennart Poettering
2023-08-21
1
-1
/
+1
*
tpm2: add TPM2B_*_MAKE(), TPM2B_*_CHECK_SIZE() macros
Dan Streetman
2023-08-04
1
-11
/
+4
*
tpm2: change tpm2_calculate_policy_pcr(), tpm2_calculate_sealing_policy() to ...
Dan Streetman
2023-08-04
1
-9
/
+6
*
boot: measure .sbat section
Luca Boccassi
2023-06-30
1
-0
/
+3
*
tree-wide: use memstream-util
Yu Watanabe
2023-05-31
1
-4
/
+4
*
boot/measure: replace TPM PolicyPCR session with calculation
Dan Streetman
2023-05-27
1
-69
/
+16
*
stub/measure: document and measure .uname UKI section
Luca Boccassi
2023-05-24
1
-0
/
+3
*
tpm2: add/rename functions to manage pcr selections
Dan Streetman
2023-03-09
1
-1
/
+3
*
measure: wrap long lines and avoid one cast
Zbigniew Jędrzejewski-Szmek
2023-02-20
1
-11
/
+19
*
tpm2: add Tpm2Handle with automatic cleanup
Dan Streetman
2023-02-01
1
-74
/
+45
*
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
-7
/
+7
*
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
-1
/
+1
*
measure: fix the failures of compare_reported_pcr_nr()
Jia Zhang
2022-12-23
1
-3
/
+3
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
measure: add --append= switch for merging signatures
Lennart Poettering
2022-12-15
1
-1
/
+24
*
boot/measure: fix oom check
Li kunyu
2022-11-18
1
-1
/
+1
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
measure: honour phases when signing
Lennart Poettering
2022-10-31
1
-124
/
+146
*
measure: banks and phases list are always non-empty
Lennart Poettering
2022-10-31
1
-3
/
+6
*
pcrphase: add two additional phases
Lennart Poettering
2022-10-17
1
-1
/
+2
*
measure: clarify we actually try to calculate for all four banks by default
Lennart Poettering
2022-09-22
1
-1
/
+1
*
measure: make --public-key= optional if "sign" is called
Lennart Poettering
2022-09-22
1
-10
/
+31
*
measure: allow pre-calculating PCR values for multiple boot phases
Lennart Poettering
2022-09-22
1
-23
/
+193
*
measure: separate out PE section options in --help text
Lennart Poettering
2022-09-20
1
-9
/
+11
*
tpm2-util: make tpm2_pcr_bank_from_string() case-insensitive
Lennart Poettering
2022-09-19
1
-19
/
+3
*
measure: rename measure_pcr() to measure_kernel()
Lennart Poettering
2022-09-18
1
-4
/
+4
*
stub: add new special PE sections ".pcrsig" and ".pcrpkey" in unified kernels
Lennart Poettering
2022-09-09
1
-1
/
+5
*
Merge pull request #24351 from poettering/pcr-sign
Frantisek Sumsal
2022-09-08
1
-10
/
+301
|
\
|
*
measure: add 'sign' verb
Lennart Poettering
2022-09-08
1
-10
/
+301
*
|
measure: print a helpful message if TPM2 PCR sysfs attributes are missing
Lennart Poettering
2022-09-08
1
-0
/
+2
|
/
*
measure: fix minor memory leak
Lennart Poettering
2022-08-23
1
-5
/
+10
[next]