acvpparser icon indicating copy to clipboard operation
acvpparser copied to clipboard

ACVP Parser for invocation of cryptographic implementations using the ACVP JSON test vectors

Results 19 acvpparser issues
Sort by recently updated
recently updated
newest added

Hello, I'm building on Ubuntu with a "FIPS-ified" OpenSSL-1.1.1g and seeing SSH KDF build errors (omitted some for brevity): ``` gcc -Wextra -Wall -pedantic -fPIE -O2 -Wno-long-long -Werror -DACVP_PARSER_IUT=\"openssl\" -g...

Hello -- we have been trying to get our ACVP parser to link to OpenSSL, but the linker complains it isn’t able to link to OpenSSL during the final step...

Hi Stephan, Thanks for adding support for RSA backend support for openssl3. please provide your opinion on these issues as well: DSA/ECDSA failures: /bin/acvp-parser_openssl sw/741192_ECDSA_keyGen/testvector-request.json /tmp/res.json sw/741192_ECDSA_keyGen/testvector-request.json is located at:...

Error ''' ACVPParser (17:26:45) Warning [parser/stringhelper.c:alloc_buf:132]: Allocate an already allocated buffer! ACVPParser (17:26:45) Debug [backends/backend_openssl3.c:openssl_pkey_get_bn_bytes:71]: Failure with return code -14 ''' Env OS: 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03...

Intel® Integrated Performance Primitives Cryptography is an Intel® project consistent from two cryptographic libraries (ippcp and crypto_mb) which are highly optimized for various Intel® CPUs. Product related links: [open-source repo](https://github.com/intel/ipp-crypto),...

Hi, with little crypto knowledge, I am looking how I can use jitter entropy and OpenSSL backend together when it comes openss3 with FIPS provider?

I'm running a KAS-IFC-SSC vector. When the parser hits a test group that uses KAS2, it throws this error: ACVPParser (13:51:07) Debug [parser/algorithms.c:convert_algo_cipher:218]: Convert cipher KAS2 into internal representation ACVPParser...

I'm testing the parser on openssl 3.0.8 and getting an error 14 when running safePrime_keyGen vectors. From what I can tell, the error is coming from a call to _openssl_dsa_keygen....

Hi, I noticed there is support for NSS in the makefile but some of the backend files needed are missing. How can I configure this for use with NSS? Thank...

hi, I tried to compile with command 'make openssl' but not sucessful. gcc -Wextra -Wall -pedantic -fPIE -O2 -Wno-long-long -Werror -DACVP_PARSER_IUT=\"openssl\" -g -std=c11 -Wno-variadic-macros -DUBUNTU -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fwrapv --param ssp-buffer-size=4...