usnistgov / ACVP-Server

A repository tracking releases of NIST's ACVP server. See www.github.com/usnistgov/ACVP for the protocol.
39 stars 14 forks source link

Demo server not providing LMS sigGen vectors #263

Closed jvdsn closed 1 year ago

jvdsn commented 1 year ago

environment Demo

testSessionId 405967

vsId 1655897

Algorithm registration

      {
        "revision":"1.0",
        "algorithm":"LMS",
        "mode":"sigGen",
        "capabilities":{
          "lmsModes":[
            "LMS_SHA256_M24_H5",
            "LMS_SHA256_M24_H10"
          ],
          "lmOtsModes":[
            "LMOTS_SHA256_N24_W1",
            "LMOTS_SHA256_N24_W8"
          ]
        },
        "specificCapabilities":[
        ],
        "prereqVals":[
          {
            "algorithm":"SHA",
            "valValue":"same"
          },
          {
            "algorithm":"DRBG",
            "valValue":"same"
          }
        ]
      },

Expected behavior Server provides test vectors.

Additional context When sample vectors are requested, the server does provide test vectors. See testId 405966, vsId 1655894

jvdsn commented 1 year ago

Presumably related to #252

livebe01 commented 1 year ago

Letting you know that we've received this and are looking into it.

jvdsn commented 1 year ago

I can confirm this is fixed on the demo server

livebe01 commented 1 year ago

The fix for this is now on Demo in release v1.1.0.29.

livebe01 commented 1 year ago

The fix for this is on Prod in release v1.1.0.29-hotfix-1.