We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make getDecryptionShare in SGX to take an array of encrypted values and return an array of values.
This is because a typical TE encrypted block will include many transactions and all of them need to be
decrypted in a single call to be efficient.
If a particular value is corrupt and can not be decrypted, return error for this value, but decrypt other value.
Otherwise an attacker can cause a DoS attack by submitting a corrupt value in a transaction.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered:
➤ Automation for Jira commented:
Corresponding Pull Request #378
Sorry, something went wrong.
Corresponding Pull Request #379
➤ Evgeniy Zherdzitskiy commented:
Not include in V2 release. Temporary moved to BLOCKED column
olehnikolaiev
No branches or pull requests
Make getDecryptionShare in SGX to take an array of encrypted values and return an array of values.
This is because a typical TE encrypted block will include many transactions and all of them need to be
decrypted in a single call to be efficient.
If a particular value is corrupt and can not be decrypted, return error for this value, but decrypt other value.
Otherwise an attacker can cause a DoS attack by submitting a corrupt value in a transaction.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: