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

Character Limit #254

Closed GlennUL closed 1 year ago

GlennUL commented 1 year ago

We have a vendor who's implementation has a version length of 204 characters. When we submit the version on both Demo and Production it gets cut off at 128 characters. We checked things on our end and can see that our system is submitting the full 204 characters but when we receive the approval back it is updated to only the first 128 characters. Is it possible to have the character limit increased or is 128 characters a hard limit?

livebe01 commented 1 year ago

That is a hard limit. I believe that's the size of the field in our database.

GlennUL commented 1 year ago

Thanks Ben! I'll work with our vendor to shorten it.