-
Notifications
You must be signed in to change notification settings - Fork 21
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
AES-XTS : Tweak Value Increment when dataUnitLenMatchesPayload == false #302
Comments
When would a fix for this issue be rolled out? |
Currently working on it, a patch would be 2-3 weeks out from going to demo. I'll reply here earlier than that to let you know when it's done and when the expected release is going to be. |
Hi everyone, I have found the issue out and will be implementing a fix that will go out with the next release. Sorry for the inconvenience, and we really appreciate all the helpful info, thanks again. Once the release is out, we'll comment here that it's ready for testing. It will move to prod a week or two later. |
The fix for this is on Demo in release v1.1.0.33 |
The fix for this is on Prod in release v1.1.0.33 |
Increment AES-XTS tweak value correctly - starting from the most significant byte - and align the AES-XTS code of common openssl backend to make it working with both openssl and openssl3. This change is follow up after modification of AES-XTS tweak incrementation algorithm in the ACVP server: usnistgov/ACVP-Server#302 Signed-off-by: Karol Brzuskiewicz <kabr@arista.com> Signed-off-by: Stephan Mueller <smueller@chronox.de>
environment
Demo
testSessionId
464670
vsId
2025897
Algorithm registration
Expected behavior
Process the vectors and obtain the same results as the expected answers.
Actual behavior
Vectors results differ from the expected answers when dataUnitLen differs from payloadLen .
We kindly ask to confirm the ACVP server logic behind the tweak value increment when dataUnitLen can differ from payloadLen.
We provide below an example:
It seems there's a similar issue #1475
The text was updated successfully, but these errors were encountered: