usnistgov / ESV-Server

Entropy Source Validation Protocol and Server specifications
13 stars 12 forks source link

Please update ESV Protocol spec to document Certify json fields #42

Open rruss-ldos opened 9 months ago

rruss-ldos commented 9 months ago

The json fields used for Certify requests are not currently documented like the Registration fields are. Although largely self-explanatory, please update section 5 of the protocol spec to explain these fields.

Thank you

celic commented 8 months ago

@rruss-ldos this should be fixed. Take a look and see if you have any further questions.

rruss-ldos commented 8 months ago

@celic Yes, this is largely what I had in mind. For limitEntropyAssessmentToSingleModule it might be better to also give its web-portal equivalent.

limitEntropyAssessmentToSingleModule boolean stating whether the entropy assessment associated with this certification is applicable to a single module / vendor. Analogous to "Reuse restricted to vendor" boolean

or

limitEntropyAssessmentToSingleModule boolean stating whether the use of the entropy assessment associated with this certification is restricted to a single module / vendor boolean

Thanks