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: Fix cert_auth check #8367

Merged

Conversation

IngelaAndin
Copy link
Contributor

Include also end entity cert when selecting issuers for cert_auth extension check

Closes #8356

@IngelaAndin IngelaAndin self-assigned this Apr 11, 2024
@IngelaAndin IngelaAndin added the team:PS Assigned to OTP team PS label Apr 11, 2024
@IngelaAndin IngelaAndin changed the base branch from master to maint April 11, 2024 07:26
Copy link
Contributor

github-actions bot commented Apr 11, 2024

CT Test Results

    2 files     66 suites   47m 6s ⏱️
  779 tests   735 ✅  44 💤 0 ❌
3 695 runs  2 932 ✅ 763 💤 0 ❌

Results for commit a2c9913.

♻️ 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 force-pushed the ingela/ssl/cert_auth/GH-8356/OTP-19065 branch 2 times, most recently from a0c0530 to 59489fc Compare April 12, 2024 13:31
@IngelaAndin IngelaAndin force-pushed the ingela/ssl/cert_auth/GH-8356/OTP-19065 branch from 59489fc to 0823551 Compare April 15, 2024 10:21
@IngelaAndin IngelaAndin added the testing currently being tested, tag is used by OTP internal CI label Apr 15, 2024
@u3s u3s self-requested a review April 16, 2024 12:14
@@ -981,6 +984,25 @@ key_auth_ext_sign_only(Config) when is_list(Config) ->
ssl_test_lib:basic_test(ClientOpts, ServerOpts, Config).

%%--------------------------------------------------------------------
cert_auth_in_first_ca() ->
[{doc,"Test cert auth will be available in firs ca in chain, make it happen by only having one"}].

Choose a reason for hiding this comment

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

@IngelaAndin, thank you for fixing this for us. A minor comment about a typo in the test description for "first".

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for noticing, fixed.

Include also end entity cert when selecting issuers for cert_auth extension check

Closes erlang#8356
@IngelaAndin IngelaAndin force-pushed the ingela/ssl/cert_auth/GH-8356/OTP-19065 branch from 0823551 to a2c9913 Compare April 17, 2024 06:51
@IngelaAndin IngelaAndin merged commit a2172aa into erlang:maint Apr 19, 2024
16 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.

Issue with SSL (tlsv1.3) communication in OTP 25 and OTP 26 compared to OTP 24
3 participants