You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RFC 8032 defines various parameter sets for the EdDSA algorithm. The need for providing the "context" is applicable solely to Ed25519ctx. The RFC also specifies that "the context (if present at all) MUST be empty" for Ed25519.
The following registration JSON object used to report to the demo ACVP server the EdDSA sigGen mode capabilities without supporting the "context":
A test vector request is generated by the demo server upon accepting such settings. The request contains several tests, some of which simply have the "message" value, and others which also have the values "message", "context" and "contextLength" = 1.
The specified configuration was implemented in the hotfix update released on May 23, 2024 in response to the issue #1501
No "context" or "contextLength" values need to be included in any of the test cases in the expected test vector request. An empty "context" with "contextLength" = 0 could be included as an alternative to represent the test with solely the "message" value.
Test 11 in the request, which is given as an example, needs to be:
The RFC 8032 defines various parameter sets for the EdDSA algorithm. The need for providing the "context" is applicable solely to Ed25519ctx. The RFC also specifies that "the context (if present at all) MUST be empty" for Ed25519.
The following registration JSON object used to report to the demo ACVP server the EdDSA sigGen mode capabilities without supporting the "context":
A test vector request is generated by the demo server upon accepting such settings. The request contains several tests, some of which simply have the
"message"
value, and others which also have the values"message"
,"context"
and"contextLength" = 1
.The specified configuration was implemented in the hotfix update released on May 23, 2024 in response to the issue #1501
No
"context"
or"contextLength"
values need to be included in any of the test cases in the expected test vector request. An empty"context"
with"contextLength" = 0
could be included as an alternative to represent the test with solely the"message"
value.Test 11 in the request, which is given as an example, needs to be:
or alternatively:
The text was updated successfully, but these errors were encountered: