8000
Skip to content

Add support for OpenSSL v3.5 and newer. - #2192

Merged
gdamore merged 1 commit into
mainfrom
gdamore/openssl
Oct 20, 2025
Merged

Add support for OpenSSL v3.5 and newer.#2192
gdamore merged 1 commit into
mainfrom
gdamore/openssl

Conversation

@gdamore
@gdamore gdamore commented Oct 20, 2025
Copy link
Copy Markdown
Contributor

We are only supporting 3.5 (or newer 3.x releases) as its the newest LTS version of OpenSSL.

This supports the full set of TLS features with NNG, including DTLS, PSK, TLS 1.3, etc.

Future work will explore making using of the QUIC support in OpenSSL.

Note that this OpenSSL work sits on top of NNG's TCP streams, so it cannot benefit from Linux in-kernel TLS or other features such as TCP fast open at this time.

fixes #

Note that the above format should be used in your git commit comments.
You agree that by submitting a PR, you have read and agreed to our
contributing guidelines.

We are *only* supporting 3.5 (or newer 3.x releases) as its the newest LTS version of OpenSSL.

This supports the full set of TLS features with NNG, including DTLS, PSK, TLS 1.3, etc.

Future work will explore making using of the QUIC support in OpenSSL.

Note that this OpenSSL work sits on top of NNG's TCP streams, so it cannot benefit from
Linux in-kernel TLS or other features such as TCP fast open at this time.
@codecov
codecov Bot commented Oct 20, 2025
Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 90.90909% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 83.73%. Comparing base (29769c0) to head (611c4ac).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/core/sockaddr.c 90.90% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2192      +/-   ##
==========================================
+ Coverage   83.71%   83.73%   +0.01%     
==========================================
  Files          97       97              
  Lines       24988    24994       +6     
  Branches     3223     3225       +2     
==========================================
+ Hits        20919    20929      +10     
+ Misses       3989     3985       -4     
  Partials       80       80              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gdamore
gdamore merged commit 611c4ac into main Oct 20, 2025
36 of 38 checks passed
@gdamore
gdamore deleted the gdamore/openssl branch October 20, 2025 05:26
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.

1 participant

0