Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@nikita-v
Copy link
Contributor

The error occurs if more than one certificate is configured and the first certificate fails the check by the tls_handshake_1_3:check_cert_sign_algo function. The recursive call to the select_server_cert_key_pair function fails and as a result the TLS connection is not established.

@CLAassistant
Copy link

CLAassistant commented Dec 13, 2024

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 13, 2024

CT Test Results

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

Results for commit ac294e8.

♻️ 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

@IngelaAndin IngelaAndin added the team:PS Assigned to OTP team PS label Dec 13, 2024
The error occurs if more than one certificate is configured and the first certificate fails the check by the tls_handshake_1_3:check_cert_sign_algo function. The recursive call to the select_server_cert_key_pair function fails and as a result the TLS connection is not established.
@nikita-v nikita-v force-pushed the ssl/fix_function_clause_error branch from 57f195a to ac294e8 Compare December 13, 2024 12:54
@IngelaAndin IngelaAndin self-assigned this Dec 20, 2024
@IngelaAndin IngelaAndin added the testing currently being tested, tag is used by OTP internal CI label Dec 20, 2024
@IngelaAndin IngelaAndin self-requested a review January 9, 2025 14:52
@IngelaAndin IngelaAndin merged commit aa2b747 into erlang:maint Jan 9, 2025
23 checks passed
@IngelaAndin
Copy link
Contributor

@nikita-v This was obviously correct. And although maybe we should add some further tests I like to get this in master too where I will get automatic cover runs to help analyze it. Thanks for providing the fix, if you have any ide for a testcase you are welcome to contribute, thank you for fixing this.

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.

3 participants