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
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