CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/11/09 08:43:46
Modified files:
regress/usr.sbin/rpki-client: Makefile test-mft.c
Added files:
regress/usr.sbin/rpki-client: Makefile.inc
regress/usr.sbin/rpki-client/libressl: Makefile
regress/usr.sbin/rpki-client/openssl11: Makefile
Log message:
Rework the rpki-client test to also run against OpenSSL 1.1 if the
package is installed. This ensures that the part of rpki-client that
uses libcrypto works as expected with both LibreSSL and OpenSSL.
This will hopefully also help reduce the friction of cutting the
portable release.
The OpenSSL code reaches around into libcrypto for the LibreSSL
specific functions that are provided in -portable. A tiny bit of
glue in test-mft.c is also needed.
Positive feedback from benno