CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/11/09 16:44:32
Modified files:
regress/lib/libcrypto: Makefile
Added files:
regress/lib/libcrypto/botan: Makefile
Log message:
The Botan library from ports an be configured to use OpenSSL or
LibreSSL as crypto provider. When we run their regression tests,
we are actually testing our library. This is far from perfect. A
lot of LibreSSL features have not been implemented as Botan provider.
Even if provider openssl is specified, botan-test runs a lot of
non-openssl tests. This can be improved later.