usnistgov / ACVP

Industry Working Group on Automated Cryptographic Algorithm Validation
https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program
169 stars 66 forks source link

Does the dependency name show up on the validation webpage ? #770

Closed bfussell closed 4 years ago

bfussell commented 4 years ago

I'm trying to make sure proper specifics show up on the webpage, but they don't seem to show up. For example, the OE metadata submitted was:

"operating_environments": [
    {
        "name": "Cisco FOM 7.2 Cryptographic Algorithm",
        "dependencies" : [
            { "name": "Cavium Octeon CN5230”, 
              "type": "cpu",
              "family": "MIPS",
              "description" : "none" }
        ],
    }

All I see on the webpage is:

Cisco FOM 7.2 Cryptographic Algorithm cpu

Is it possible that cpu is no longer a recognized type ? It's still in the spec. Most other validations use "processor" for type. Should I use "manufacturer" and "series" to convey that information instead of "name" ?

bfussell commented 4 years ago

"processor' type field enabled the display of the dependency information