aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake.in
diff options
context:
space:
mode:
authorMax Fillinger2023-11-17 10:14:01 +0100
committerGert Doering2023-11-17 11:14:23 +0100
commitb5faf1b2e90fd44c5137a2b8f3da98c7ae482fc1 (patch)
treea8ab47709176dfe074b0099fa19cbfceefc57970 /config.h.cmake.in
parentefad93d049c318a3bd9ea5956c6ac8237b8d6d70 (diff)
downloadopenvpn-b5faf1b2e90fd44c5137a2b8f3da98c7ae482fc1.zip
openvpn-b5faf1b2e90fd44c5137a2b8f3da98c7ae482fc1.tar.gz
Enable key export with mbed TLS 3.x.y
Change-Id: I8e90530726b7f7ba3cee0438f2d81a1ac42e821b Signed-off-by: Max Fillinger <maximilian.fillinger@foxcrypto.com> Acked-by: Frank Lichtenheld <frank@lichtenheld.com> Message-Id: <20231117091401.25793-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27458.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'config.h.cmake.in')
-rw-r--r--config.h.cmake.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h.cmake.in b/config.h.cmake.in
index 1c0dd6f..19b79bc 100644
--- a/config.h.cmake.in
+++ b/config.h.cmake.in
@@ -387,7 +387,10 @@ don't. */
#undef HAVE_VSNPRINTF
/* we always assume a recent mbed TLS version */
-#define HAVE_CTR_DRBG_UPDATE_RET 1
+#define HAVE_MBEDTLS_PSA_CRYPTO_H 1
+#define HAVE_MBEDTLS_SSL_TLS_PRF 1
+#define HAVE_MBEDTLS_SSL_SET_EXPORT_KEYS_CB 1
+#define HAVE_MBEDTLS_CTR_DRBG_UPDATE_RET 1
/* Path to ifconfig tool */
#define IFCONFIG_PATH "@IFCONFIG_PATH@"