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

Cannot build for BoringSSL #8

Closed upadhyaym closed 3 years ago

upadhyaym commented 3 years ago

Trying to build the parser for BoringSSL and it fails:

make: *** No rule to make target 'backends/backend_boringssl.c', needed by 'backends/backend_boringssl.o'. Stop.

I checked the backends directory and there is no backend_boringssl.c. Building using 'make boringssl'. I modified the static library path in Makefile as suggested in README. Is there anything I am missing here?

smuellerDD commented 3 years ago

Am Montag, dem 11.01.2021 um 15:05 -0800 schrieb upadhyaym:

Trying to build the parser for BoringSSL and it fails:

make: *** No rule to make target 'backends/backend_boringssl.c', needed by 'backends/backend_boringssl.o'.  Stop.

I checked the backends directory and there is no backend_boringssl.c. Building using 'make boringssl'. I modified the static library path in Makefile as suggested in README. Is there anything I am missing here?

Well, you are missing the boringssl backend file. Currently, this backend is not open source but can be made available as part of a validation atsec information security.