acvpparser
acvpparser copied to clipboard
ACVP Parser for invocation of cryptographic implementations using the ACVP JSON test vectors
Hi Stephan, Due to https://pages.nist.gov/ACVP/draft-celi-acvp-rsa.html#name-rsa-decryptionprimitive-sp8 acvp-parser currently supports [RSA Decryption Primitive 1.0] to calculate ciphertext to plaintext, e, n and testPassed results but I'm facing test vector running with revision...
Hi Stephan, I wanna add a function for openssl to about DSA PQGGen with verifiable canonical generation of the generator g. backend_openssl.c: add a condition to call new function when...
Hi, there, I have been able to build acvp for x86 mac with: 1. brew install gcc 2. make clean make CC=/usr/local/bin/gcc-11 openssl I could build with editing the source...
Prior to this adjustment, I encountered an error message indicating that... ``` ACVPParser (08:03:14) Error [backends/backend_kcapi_lrng.c:kcapi_ciphername:251]: Unknown cipher ``` But the kcapi_lrng backend can handle this test case if we...
Some issues with current (June 2024) acvp vectors. For SigGen qx/qy were being output per test, and for SigVer the flag was missing on the declarations preventing the test callback...
1. RSA-PKCS-v1.5 signature generation and verification rsa_sigver - performs signature verification rsa_siggen - performs signature generation rsa_private_key_ber_encode - perform BER encoding for the RSA private key rsa_public_key_ber_encode - perform BER...
Hi, I am doing EDDSA singgen, sigver, keygen vector testing and I am using openssl version 3.2.0. but this **EVP_PKEY_CTX_new_from_name** api is failing.
I am trying to run test vectors of EdDSA Keyver Algorithm but it seems the current parser does not have code for that.
This PR introduces the updates for backends specific for Intel Cryptography Primitives library. **Details of the changes:** * The backend for LMS algorithm was added; * The usage of the...