index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
tpm2-util.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: add tests for systemd-cryptenroll --tpm2-seal-key-handle
Dan Streetman
2023-10-10
1
-0
/
+8
*
cryptenroll: allow specifying handle index of key to use for sealing
Dan Streetman
2023-10-10
1
-1
/
+1
*
tpm2: cache TPM's supported ECC curves
Dan Streetman
2023-10-03
1
-0
/
+3
*
tpm2: change tpm2_unseal() to accept Tpm2Context instead of device string
Dan Streetman
2023-10-03
1
-1
/
+1
*
tpm2: downgrade most log functions from error to debug
Dan Streetman
2023-10-03
1
-1
/
+1
*
tpm2-setup: add new early boot tool for initializing the SRK
Lennart Poettering
2023-09-29
1
-0
/
+4
*
tpm2: add tpm2_index_to_handle() and tpm2_index_from_handle()
Dan Streetman
2023-09-29
1
-0
/
+5
*
tpm2: add tpm2_marshal_blob() and tpm2_unmarshal_blob()
Dan Streetman
2023-09-29
1
-0
/
+3
*
tpm2: whenever we measure, also write a tpm log record
Lennart Poettering
2023-08-30
1
-1
/
+15
*
Merge pull request #28948 from poettering/tpm2-duplicate-pcr-names
Luca Boccassi
2023-08-28
1
-30
/
+10
|
\
|
*
fundamental: rename tpm-pcr.h → tpm2-pcr.h
Lennart Poettering
2023-08-24
1
-2
/
+2
|
*
tpm2: unify symbolic name infra for PCRs
Lennart Poettering
2023-08-24
1
-30
/
+10
*
|
tpm2: wrap (7) in UINT32_C()
Dan Streetman
2023-08-24
1
-1
/
+1
*
|
tpm2: add tpm2_pcr_values_has_(any|all)_values() functions
Dan Streetman
2023-08-24
1
-0
/
+2
*
|
tpm2: use memcpy_safe() instead of memcpy()
Dan Streetman
2023-08-24
1
-1
/
+1
*
|
tpm2: split TPM2_PCR_VALUE_MAKE() over multiple lines
Dan Streetman
2023-08-24
1
-1
/
+7
*
|
tpm2: lowercase TPM2_PCR_VALUE[S]_VALID functions
Dan Streetman
2023-08-24
1
-2
/
+2
|
/
*
tpm2-util: add _const_/_pure_ to a couple of to_string()/from_string() functions
Lennart Poettering
2023-08-18
1
-4
/
+4
*
tpm2-util: give PCR 6 a name too
Lennart Poettering
2023-08-18
1
-0
/
+1
*
tpm2: move policy calculation out of tpm2_seal()
Dan Streetman
2023-08-04
1
-2
/
+4
*
tpm2: add functions to convert TPM2B_PUBLIC to/from openssl pkey or PEM
Dan Streetman
2023-08-04
1
-0
/
+9
*
tpm2: add tpm2_pcr_read_missing_values()
Dan Streetman
2023-08-04
1
-0
/
+4
*
tpm2: add TPM2B_*_MAKE(), TPM2B_*_CHECK_SIZE() macros
Dan Streetman
2023-08-04
1
-0
/
+56
*
tpm2: change tpm2_parse_pcr_argument() parameters to parse to Tpm2PCRValue array
Dan Streetman
2023-08-04
1
-2
/
+3
*
tpm2: change tpm2_calculate_policy_pcr(), tpm2_calculate_sealing_policy() to ...
Dan Streetman
2023-08-04
1
-1
/
+1
*
tpm2: declare tpm2_log_debug_*() functions in tpm2_util.h
Dan Streetman
2023-08-04
1
-0
/
+6
*
tpm2: move declared functions in header lower down
Dan Streetman
2023-08-04
1
-20
/
+20
*
tpm2: add Tpm2PCRValue struct and associated functions
Dan Streetman
2023-08-04
1
-1
/
+24
*
tpm2: add more helper functions for managing TPML_PCR_SELECTION and TPMS_PCR_...
Dan Streetman
2023-08-04
1
-0
/
+6
*
tpm2: change tpm2_tpm*_pcr_selection_to_mask() to return mask
Dan Streetman
2023-08-04
1
-2
/
+2
*
tpm2: add tpm2_hash_alg_to_size()
Dan Streetman
2023-08-04
1
-0
/
+2
*
tpm2: use CreatePrimary() to create primary keys instead of Create()
Dan Streetman
2023-08-04
1
-0
/
+4
*
tpm2-util: Check for dlopen() when calculating tpm2 support
Daan De Meyer
2023-07-10
1
-1
/
+2
*
tpm2: cache TPM algorithms
Dan Streetman
2023-07-05
1
-1
/
+3
*
tpm2: cache the TPM supported commands, add tpm2_supports_command()
Dan Streetman
2023-07-05
1
-0
/
+3
*
analyze: add new "pcrs" verb
Lennart Poettering
2023-06-28
1
-1
/
+2
*
tpm2: make PcrIndex an anonymous enum
Lennart Poettering
2023-06-27
1
-7
/
+9
*
tpm2: add tpm2_get_legacy_template() and tpm2_get_srk_template()
Dan Streetman
2023-06-08
1
-9
/
+0
*
tpm2: add tpm2_get_capability_handle(), tpm2_esys_handle_from_tpm_handle()
Dan Streetman
2023-06-08
1
-1
/
+2
*
tpm2: replace _cleanup_tpm2_* macros with _cleanup_()
Dan Streetman
2023-06-08
1
-2
/
+0
*
tpm2: verify symmetric parms in tpm2_context_new()
Dan Streetman
2023-06-06
1
-0
/
+4
*
tpm2: add tpm2_get_capability(), tpm2_cache_capabilities(), tpm2_capability_p...
Dan Streetman
2023-06-06
1
-0
/
+3
*
tpm2: remove all extern tpm2-tss symbols
Dan Streetman
2023-05-31
1
-41
/
+0
*
tpm2: add tpm2_policy_authorize()
Dan Streetman
2023-05-26
1
-0
/
+1
*
tpm2: add tpm2_policy_auth_value()
Dan Streetman
2023-05-26
1
-0
/
+1
*
tpm2: add tpm2_policy_pcr()
Dan Streetman
2023-05-26
1
-0
/
+3
*
tpm2: add tpm2_get_name()
Dan Streetman
2023-05-26
1
-0
/
+4
*
tpm2: add tpm2_digest_*() functions
Dan Streetman
2023-05-26
1
-0
/
+13
*
tpm2: add tpm2_is_encryption_session()
Dan Streetman
2023-05-06
1
-0
/
+1
*
systemd-cryptenroll: add string aliases for tpm2 PCRs
OMOJOLA JOSHUA DAMILOLA
2023-04-13
1
-0
/
+27
[next]