Marcos Portnoi

Results 9 comments of Marcos Portnoi

Absolutely. Here it is. ``` [ { "acvVersion":"1.0" }, { "isSample":true, "operation":"register", "certificateRequest":"no", "debugRequest":"yes", "production":"no", "encryptAtRest":"yes", "algorithms":[ { "revision":"2.0", "algorithm":"ACVP-AES-XTS", "direction":[ "encrypt", "decrypt" ], "keyLen":[ 128, 256 ], "payloadLen":[ 512...

Hmm. Would that be a bug, or by design? To give some context of why this registration contains `dataUnitLengthMatchesPayload=false`, but still the `dataUnitLen` and the `payloadLen` *are* the same, the...

In this case, what is the purpose of the dataUnitLen field? Whatever value we put there, the ACVP server may then generate test cases with that dataUnitLen, or any other...

I believe this issue is not closed? My original question referred to the server not obeying the domain set for `dataUnitLen`. As in the example I provided, `dataUnitLenMatchesPayload=false`, which of...

Thank you. But that is not the main issue I am raising. Let's forget `dataUnitLenMatchesPayload`. Let us focus only on `dataUnitLen`. There is only `dataUnitLen` in our universe now. If...

For precisely that same registration, here is the error the server gives: ``` ACVPProxy (10:33:20) (tid0) Error: Server error response: [ { "acvVersion": "1.0" }, { "error": "Validation error(s) on...

I have not... I suppose it does not cause the version of XTS to revert to 1.0? On Tue, Nov 8, 2022 at 7:59 AM livebe01 ***@***.***> wrote: > Ah,...

Ah. I did run a few new registrations with "dataUnitLenMatchesPayload":true, and I do not see empty tests anymore. Moreover, now the dataUnit and payload lengths do match, as opposed to...

One question. Synctrayzor uses the config.xml file to store configuration (folders, etc.). This file gets corrupted and it is deleted. Synctrayzor is restarted, and the file is rebuilt, and everything...