Zalman Kuperman

Results 5 comments of Zalman Kuperman

Hi Stephan, I am running this on windows, using Ubuntu 22.04 WSL. When I add KAS2 to the struct in parser/algorithms.c, the vector is able to run, but the KAS2...

I changed the invocation here is the result: ACVPParser (12:26:12) Error [backends/backend_openssl3.c:openssl_dsa_keygen:1849]: OpenSSL failure error:00000000:lib(0)::reason(0) ACVPParser (12:26:12) Debug [parser/parser_dsa.c:dsa_keygen_helper:93]: Failure with return code -14 ACVPParser (12:26:12) Debug [parser/parser_common.c:exec_test:389]: Failure with...

I moved the CKINT_O_LOG to a function call inside _openssl_dsa_keygen which I think is an Openssl API call: CKINT_O_LOG(EVP_PKEY_param_check(ctx), "OpenSSL failure %s\n", ERR_error_string(ERR_get_error(), NULL)); The new message in the debug...

I've tested a few changes. The error is limited to running the parser with OpenSSL compiled on Cygwin. The OpenSSL error log being blank may also be caused by Cygwin....

Hi Stephan, I tried running the parser on a second system, also using WSL on Windows. The parser hits this same error on one system, but not the other. Same...