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

ssl: Termination needs to be best effort, can fail for DTLS #9337

Merged

Conversation

IngelaAndin
Copy link
Contributor

Always sending alert when terminating is according to TLS protocol but as DTLS is by default over UDP there can be conercases that we do not want to result in a crassh but we can do nothing about.

@IngelaAndin IngelaAndin requested review from dgud and u3s January 23, 2025 10:54
@IngelaAndin IngelaAndin self-assigned this Jan 23, 2025
@IngelaAndin IngelaAndin added team:PS Assigned to OTP team PS testing currently being tested, tag is used by OTP internal CI labels Jan 23, 2025
Copy link
Contributor

github-actions bot commented Jan 23, 2025

CT Test Results

  1 files   11 suites   4m 6s ⏱️
 93 tests  91 ✅ 2 💤 0 ❌
109 runs  107 ✅ 2 💤 0 ❌

Results for commit 1441260.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

} = State0) ->
} = State0) ->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove diff (or space)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

dgud
dgud previously approved these changes Jan 24, 2025
Always sending alert when terminating is according to TLS protocol
but as DTLS is by default over UDP there can be conercases that we
do not want to result in a crassh but we can do nothing about.
@IngelaAndin IngelaAndin merged commit e6ced7f into erlang:maint Jan 27, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:PS Assigned to OTP team PS testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants