Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fapi: fix usage of policy_nv (3.2.x). #2385

Conversation

JuergenReppSIT
Copy link
Member

Currently it was not possible to define a policy nv with a TPM nv index.
the callback to get the public nv data related to the policy was extended
to get public nv data from the TPM in this case.
Addresses #2383.

Signed-off-by: Juergen Repp juergen_repp@web.de

Currently it was not possible to define a policy nv with a TPM nv index.
the callback to get the public nv data related to the policy was extended
to get public nv data from the TPM in this case.
Addresses tpm2-software#2383.

Signed-off-by: Juergen Repp <juergen_repp@web.de>
@JuergenReppSIT JuergenReppSIT added this to the Version 3.2.1 milestone Jul 9, 2022
@codecov
Copy link

codecov bot commented Jul 9, 2022

Codecov Report

Merging #2385 (bfd6c40) into 3.2.x (2eac8df) will decrease coverage by 0.05%.
The diff coverage is 45.71%.

@@            Coverage Diff             @@
##            3.2.x    #2385      +/-   ##
==========================================
- Coverage   83.45%   83.40%   -0.06%     
==========================================
  Files         349      349              
  Lines       37656    37674      +18     
==========================================
- Hits        31425    31421       -4     
- Misses       6231     6253      +22     
Impacted Files Coverage Δ
src/tss2-fapi/ifapi_policy_callbacks.c 83.85% <44.11%> (-3.04%) ⬇️
src/tss2-fapi/ifapi_policy_instantiate.c 85.25% <100.00%> (-0.10%) ⬇️
src/tss2-fapi/ifapi_helpers.c 84.59% <0.00%> (-0.18%) ⬇️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@williamcroberts williamcroberts merged commit 7a60929 into tpm2-software:3.2.x Jul 12, 2022
@JuergenReppSIT JuergenReppSIT deleted the fapi-fix-callback-getnvpublic-3.2.x branch November 11, 2023 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants