opencryptoki / openssl-ibmca

OpenSSL engine and provider for libica.
Apache License 2.0
6 stars 15 forks source link

Please integrate building and running the src/test/ibmca_mechaList_test into the regular build process #72

Open chrisRund opened 2 years ago

chrisRund commented 2 years ago

To prevent algorithms from being supported (such as fix 1ab83f99db06ec1f4022d93c9123921c13f67e20) an extended test coverage would be helpful which is already existing but not automatically built and run i.e. used.

To integrate, please extend the build process by running cd src/test make -f Makefile.linux ./ibmca_mechaList_test -f ../.libs/ibmca.so

Thanks.