usnistgov / ESV-Server

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

ITAR was deprecated 2023/03/08, but server still expects it #35

Closed locksmithone closed 9 months ago

locksmithone commented 1 year ago

While submitting a new ESV to the demo server, the ITAR and alphabetSize fields were removed from registration files. But while attempting to register, here is a portion of the error returned by the server:

ACVPProxy (09:37:56) (tid1897) Error: ESVP server returned error Error: isITAR is null. during uploading of file ACVPProxy (09:37:56) (tid1897) Error: Cannot process server request -22: [ { "esvVersion": "1.0" }, { "uploadType": "UploadSupportingDocumentation", "status": "Error: isITAR is null." } ]

It would seem the ESV server still expects ITAR values.

celic commented 1 year ago

Thanks for the heads up. We'll address this in the upcoming v1.4 release.

celic commented 1 year ago

I double checked this with the current release going out today or tomorrow RELEASE/v1.4. The isITAR property is not expected for the registration, but is expected for the supporting documentation uploads. This is accurate in the protocol specification.

locksmithone commented 1 year ago

Thank you. At least, current versions of clients need no modification then.