CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/08/13 08:40:18
Modified files:
security/botan2: Makefile
security/botan2/pkg: PLIST
Added files:
security/botan2/patches: patch-src_tests_main_cpp
patch-src_tests_test_ffi_cpp
Log message:
Enable the --with-openssl configure switch in botan2. This allows
to use LibreSSL as backend for the Botan API. Include the Botan
test program and samples in the package. So we can test LibreSSL
using their tests scripts with botan-test --provider=openssl.
Currently only a fraction of the tests actually use the OpenSSL
provider, but that can be improved later.
OK doug@