+1893. [func] fdupont
+ Botan 2.14 or later can now be used as a crypto library for
+ TLS/HTTPS support in Kea.
+ (Gitlab #1665)
+
1892. [func] fdupont
Added + operator as an convenient alias to concat() function
in expressions.
[Define to 1 if Botan boost TLS is available])],
[AC_MSG_RESULT(no)
BOTAN_BOOST="no"
- AC_MSG_WARN([Botan is configured with boost support but is too old: only Botan >= 2.14.0 can be used for TLS])])],
+ AC_MSG_WARN([Botan is configured with boost support but is too old: only Botan >= 2.14.0 can be used for TLS support.])])],
[BOTAN_BOOST="no"
- AC_MSG_RESULT([Botan was not configured with boost support.])
- AC_MSG_WARN([Botan cannot be used for TLS support.])])
+ AC_MSG_WARN([Botan cannot be used for TLS support, because it was compiled without boost support, so required headers are missing.])])
CPPFLAGS=${CPPFLAGS_SAVED}
fi
if test "x${CRYPTO_NAME}" = "xOpenSSL"
string key = string(TEST_CA_DIR) + "/kea-client.key";
TlsContext::configure(ctx1, TlsRole::CLIENT,
ca, cert, key, true);
- // The context is reseted on errors.
+ // The context is reset on errors.
EXPECT_FALSE(ctx1);
});
if (Expecteds::displayErrMsg()) {