smuellerDD / acvpparser

ACVP Parser for invocation of cryptographic implementations using the ACVP JSON test vectors
https://www.chronox.de/acvpparser
Other
36 stars 27 forks source link

Question:Build issues with default openssl version #16

Closed nidhidamodaran closed 3 years ago

nidhidamodaran commented 3 years ago

@smuellerDD , please list the openssl version requirement for make openssl command

smuellerDD commented 3 years ago

Am Donnerstag, dem 29.04.2021 um 23:01 -0700 schrieb Nidhi Damodaran:

@smuellerDD , please list the openssl version requirement for make openssl command

Fipsified OpenSSL 1.0.x, 1.1.x and OpenSSL 2.0.x should work.

nidhidamodaran commented 3 years ago

thanks @smuellerDD . i tried with fips 2.0.16 version, but it fails due to rand_drbg.h dependancy. Can you please share the openssl version link you are using

smuellerDD commented 3 years ago

Am Freitag, dem 30.04.2021 um 00:46 -0700 schrieb Nidhi Damodaran:

thanks @smuellerDD . i tried with fips 2.0.16 version, but it fails due to rand_drbg.h dependancy. Can you please share the openssl version link you are using

Then disable OPENSSL_11X_UPSTREAM_DRBG and enable the code for OPENSSL_10X. Ensure that all other defines for OpenSSL version >= 1.1.0 are disabled.