baresip / re

Generic library for real-time communications with async IO support
BSD 3-Clause "New" or "Revised" License
129 stars 80 forks source link

tls: allow secure TLS renegotiation #1121

Closed maximilianfridrich closed 3 months ago

maximilianfridrich commented 3 months ago

With the current implementation, TLS renegotiations do not work, even if they are performed in a secure manner. With this change, TLS renegotiations are now possible if they are done in a secure manner (i.e. as described in RFC 5746).

Read more about OpenSSL secure renegotiation in the OpenSSL docs (SECURE RENEGOTIATION section).