Re: [Openvpn-devel] [PATCH] Fix build with mbedtls w/o SSL renegotiation support

2021-04-12 Thread Antonio Quartulli
Hi, On 12/04/2021 19:46, Max Fillinger wrote: > In mbedtls, support for SSL renegotiation can be disabled at > compile-time. However, OpenVPN cannot be built with such a library > because it calls mbedtls_ssl_conf_renegotiation() to disable this > feature at runtime. This function doesn't exist wh

[Openvpn-devel] [PATCH] Fix build with mbedtls w/o SSL renegotiation support

2021-04-12 Thread Max Fillinger
In mbedtls, support for SSL renegotiation can be disabled at compile-time. However, OpenVPN cannot be built with such a library because it calls mbedtls_ssl_conf_renegotiation() to disable this feature at runtime. This function doesn't exist when mbedtls was built without support for SSL renegotiat