Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tls: allow secure TLS renegotiation #1121

Merged
merged 1 commit into from
May 16, 2024

Conversation

maximilianfridrich
Copy link
Contributor

@maximilianfridrich maximilianfridrich commented May 15, 2024

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

@maximilianfridrich maximilianfridrich changed the title tls_tcp: allow secure TLS renegotiation tls: allow secure TLS renegotiation May 15, 2024
@alfredh alfredh merged commit 14c981e into baresip:main May 16, 2024
37 checks passed
@maximilianfridrich maximilianfridrich deleted the tls_state_fix branch May 16, 2024 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants