Skip to content

Fix build error with OpenSSL 4.0 - #337

Open
raviksharma wants to merge 1 commit into
freeswitch:masterfrom
raviksharma:fix-openssl4-compat
Open

Fix build error with OpenSSL 4.0#337
raviksharma wants to merge 1 commit into
freeswitch:masterfrom
raviksharma:fix-openssl4-compat

Conversation

@raviksharma

@raviksharma raviksharma commented Jul 17, 2026

Copy link
Copy Markdown

TLSv1_client_method() was removed in OpenSSL 4.0. Replace with
TLS_client_method() which negotiates the highest mutually supported
TLS version.

@loqs

loqs commented Aug 14, 2026

Copy link
Copy Markdown

Replace with TLS_client_method() which negotiates the highest mutually supported TLS version.

The minimum TLS level would be raised to TLS1.2 assuming SECLEVEL=2 the default for OpenSSL 3.2 and newer. The maximum TLS level would currently be raised to TLS 1.3.

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