-
Notifications
You must be signed in to change notification settings - Fork 364
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: Add new profiles P_RSA3072SHA384 P_ECCP384SHA384 #2768
Merged
AndreasFuchsTPM
merged 5 commits into
tpm2-software:master
from
JuergenReppSIT:fapi-add-new-dist-profiles
Feb 21, 2024
Merged
FAPI: Add new profiles P_RSA3072SHA384 P_ECCP384SHA384 #2768
AndreasFuchsTPM
merged 5 commits into
tpm2-software:master
from
JuergenReppSIT:fapi-add-new-dist-profiles
Feb 21, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
JuergenReppSIT
commented
Feb 12, 2024
•
edited
Loading
edited
- The new profiles are added to the dist directory.
- The key size 3072 and 4092 is added to the json serialization and deserialization.
- The integration tests are adapted to enable usage of P_RSA3072 as default profile.
- The state handling in the state machines of the policy utilities is fixed.
- The policy error handling has been cleaned up
JuergenReppSIT
force-pushed
the
fapi-add-new-dist-profiles
branch
from
February 12, 2024 15:12
f968840
to
6c9188b
Compare
JuergenReppSIT
force-pushed
the
fapi-add-new-dist-profiles
branch
3 times, most recently
from
February 12, 2024 16:58
f13d4ad
to
2149fb1
Compare
* The new profiles are added to the dist directory. * The key size 3072 and 4092 is added to the json serialization and deserialization. * The unused parameter session_hash_alg is removed from P_RSA2048SHA256. * Unnecessary commas have been removed from the profiles Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
force-pushed
the
fapi-add-new-dist-profiles
branch
from
February 12, 2024 17:16
2149fb1
to
2a99130
Compare
The compiler errors maybe unused with gcc version 12.2.0 (Debian 12.2.0-14) are fixed. Signed-off-by: Juergen Repp <juergen_repp@web.de>
* The test were a sha1 bank is needed are skippd. * Policy usuage is adapted. Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
force-pushed
the
fapi-add-new-dist-profiles
branch
from
February 13, 2024 11:12
a43c33c
to
d98ea00
Compare
JuergenReppSIT
changed the title
FAPI: Add new profiles P_RSA3072SHA256 P_ECCP384SHA384
FAPI: Add new profiles P_RSA3072SHA384 P_ECCP384SHA384
Feb 13, 2024
JuergenReppSIT
force-pushed
the
fapi-add-new-dist-profiles
branch
from
February 16, 2024 09:03
68f6779
to
1ed4935
Compare
json-c versions < 0.13 are not supported. In these versions it was not possible to check the result of json_object_object_add. The check is now added. Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
force-pushed
the
fapi-add-new-dist-profiles
branch
from
February 18, 2024 19:52
1ed4935
to
c28a374
Compare
Various errors occurred during policy error handling. The flush for esys policy objects was sometimes executed several times. The policy error handling is now unified. Unneeded duplicate code is removed. Unneeded code is removed. The state was not initialized correctly in error cases in the policy utility state machines. Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
force-pushed
the
fapi-add-new-dist-profiles
branch
from
February 18, 2024 20:07
c28a374
to
f87820d
Compare
AndreasFuchsTPM
approved these changes
Feb 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.