**environment**
Demo environment
**testSessionId**
The test session ID = 566401
**vsId**
The vectorSet ID displaying the issue = "vsId": 2722194,
**Algorithm registration**
The perti...
Hi @fabiendeboyser,
I think I've identified the issue. For vsId 2722195, per our logs, It looks like your client is performing `HTTP "PUT" "/acvp/v1/testSessions/566401/vectorSets/2722195/resul...
Hi @davidi67,
This is as expected. The ML-DSA test vectors presently target testing the internal interfaces, i.e., Algorithms 6 - 8 of FIPS 204. After the testing for the internal interfaces bec...
I can reproduce both the ML-DSA-SigGen and ML-DSA-sigVer test vectors but only if the domain separation is omitted (line 10, Algoithm 2 of FIPS.204).
Should be passed to ML-DSA.Sign_internal
M...
Hi @AlexThurston, that is a stragne error. I think you may have inadvertently submitted a version of the prompt in place of the expected results.
For example, this is what we have on record as ...
**environment**
Both
**testSessionId**
N/A
**vsId**
N/A
**Algorithm registration**
N/A
**Endpoint in which the error is experienced**
N/A
**Expected behavior**
N/A
**Additio...
Joel, can you add a couple notes that TDES is no longer approved as of 1/1/24 w/ a reference to https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar2.pdf? Add a note in section 5...
The Test Group JSON Object table needs an entry for counterFieldLen now that we're including it at the test group level.
You can use this:
| counterFieldLen | The length of the counter. Only...
Joel, use these words:
"NOTE: The 'counterFieldLen' property was introduced to support the concept of counter field length as introduced in SP800-90Ar1. See SP800-90Ar1 Section 10.2.1, Table 3."
Joel, use this:
| counterFieldLen | The length of the counter field. This property is 1) optional and 2) only available for the ctrDRBG algorithm and "AES-128", "AES-192", and "AES-256" modes. S...
Sure. Our plan is to have a fix for this issue included in our next release, v1.1.0.38. We'd like to have the v1.1.0.38 release on Demo before Thanksgiving.
> > It's harder for us if the failure only occurs on a Mac,
>
> I tested it on windows, same results. And I tested it using `dotnet test` which invokes the engine.
I wanted to add, I get the ...
> It's harder for us if the failure only occurs on a Mac, but @livebe01 could give it a try as well. We run into this problem (lack of devs with Macs on the team) periodically.
For sure. Let me ...
> I took a quick look at this when it was reported and as far as I quickly could determine then
>
> https://github.com/nunit/nunit-console/blob/d238d33023c1ffe96b2c6bf44f2077569c17e763/src/NUnit...
I have the following test
[Test]
[TestCase(ThisEnum.Option1, "ABC")]
[TestCase(ThisEnum.Option2, "DEF")]
[TestCase(ThisEnum.Option3, "GHI")]
public void TestSomething(ThisEnum thisEnum, stri...
Thanks @stevenaw, I tried your suggestion, but it results in the same error/behavior.
It's strange to see `C:\repos\nunit\nunit3-vs-adapter\src` referenced in the trace. That's a Windows path.
I have the following test
[Test]
[TestCase(ThisEnum.Option1, "ABC")]
[TestCase(ThisEnum.Option2, "DEF")]
[TestCase(ThisEnum.Option3, "GHI")]
public void TestSomething(ThisEnum thisEnum, stri...
**environment**
The environment the issue was experienced (Demo or Prod)
Demo
**testSessionId**
The test session ID
/acvp/v1/testSessions/558257
**vsId**
The vectorSet ID displaying the...
Demo: 2024-11-5
Prod:
* KDA HKDF SP800-56Cr1 and KDA HKDF SP800-56Cr2 - Updates testing to provide an error message when a registration is missing the required macSaltMethods property.
* ht...