Skip to content

Commit

Permalink
RELEASE/v1.1.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
livebe01 committed Oct 7, 2024
1 parent 65370b8 commit fb44dce
Show file tree
Hide file tree
Showing 139 changed files with 233,691 additions and 195,195 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ If successful, the generation step will produce the following files:
A similar method can be used for the validation of a set of test vectors:

```cmd
dotnet run -a [answerFile] -b [iutResponsesFile]
dotnet run -n [answerFile] -b [iutResponsesFile]
```

where `answerFile` is the `internalProjection.json` produced from a generate step, and `iutResponsesFile` is either the `expectedResults.json` file (only guaranteed to be useable when generated for a sample registration), or the response file generated through the IUT's testing harness after having run the `prompt.json` through it. This will produce a `validation.json` file which outlines the test cases the IUT got correct or incorrect.
Expand Down
16,939 changes: 10,427 additions & 6,512 deletions gen-val/json-files/ACVP-AES-CCM-1.0/expectedResults.json

Large diffs are not rendered by default.

86,417 changes: 47,689 additions & 38,728 deletions gen-val/json-files/ACVP-AES-CCM-1.0/internalProjection.json

Large diffs are not rendered by default.

67,988 changes: 37,561 additions & 30,427 deletions gen-val/json-files/ACVP-AES-CCM-1.0/prompt.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gen-val/json-files/ACVP-AES-CCM-1.0/registration.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
72,
80,
88,
64,
96,
104
],
"aadLen": [
Expand Down
Loading

0 comments on commit fb44dce

Please sign in to comment.