-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add support for interruptible signature calculation and verification #107
Open
athoelke
wants to merge
12
commits into
ARM-software:main
Choose a base branch
from
athoelke:crypto-interruptible-sign
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 10cfb62 - Browse repository at this point
Copy the full SHA 10cfb62View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac5fa8b - Browse repository at this point
Copy the full SHA ac5fa8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22329b8 - Browse repository at this point
Copy the full SHA 22329b8View commit details -
crypto: Add interruptible asymmetric signature API
Provide interruptible operations for message and hash signature calculation and verification. Reworked information in this section of the API relating to the behavior of different types of signature algorithm, consolidating this to the section introduction.
Configuration menu - View commit details
-
Copy full SHA for e35976c - Browse repository at this point
Copy the full SHA e35976cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec1e4cd - Browse repository at this point
Copy the full SHA ec1e4cdView commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6443569 - Browse repository at this point
Copy the full SHA 6443569View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49bf824 - Browse repository at this point
Copy the full SHA 49bf824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6af56d4 - Browse repository at this point
Copy the full SHA 6af56d4View commit details
Commits on May 14, 2024
-
* Align permitted errors with the single-part functions * Introduce the max_ops APIs
Configuration menu - View commit details
-
Copy full SHA for a6aea81 - Browse repository at this point
Copy the full SHA a6aea81View commit details
Commits on Jun 11, 2024
-
Updated naming pattern for interruptible APIs:
* Operation objects are now psa_xxx_iop_t, initialization PSA_XXX_IOP_INIT etc. * Operation and support functions use 'iop' as an infix instead of 'interruptible'
Configuration menu - View commit details
-
Copy full SHA for 8f65bba - Browse repository at this point
Copy the full SHA 8f65bbaView commit details -
Resolve the TODO for interruptible signature.
Require that one of psa_xxx_iop_hash() or psa_xxx_iop_update() MUST be called in an interruptible signature operation.
Configuration menu - View commit details
-
Copy full SHA for 916d0a1 - Browse repository at this point
Copy the full SHA 916d0a1View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 531a429 - Browse repository at this point
Copy the full SHA 531a429View commit details
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.