Skip to content

Conversation

@IngelaAndin
Copy link
Contributor

Let session_resumption return correct information for TLS-1.2 also. Although it was introduced for TLS-1.3 testing purposes, where session resumption is not as observable as for TLS-1.2, it is visible in the API and it makes more sense to make it work for TL-1.2 then to document that it does not.

closes #10470

Let session_resumption return correct information for TLS-1.2 also.
Although it was introduced for TLS-1.3 testing purposes,
where session resumption is not as observable as for TLS-1.2, it is
visible in the API and it makes more sense to make it work for TL-1.2
then to document that it does not.

closes erlang#10470
@IngelaAndin IngelaAndin self-assigned this Jan 23, 2026
@IngelaAndin IngelaAndin added the team:PS Assigned to OTP team PS label Jan 23, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 23, 2026

CT Test Results

    2 files     66 suites   25m 53s ⏱️
  817 tests   771 ✅  46 💤 0 ❌
4 266 runs  3 309 ✅ 957 💤 0 ❌

Results for commit fab01fd.

♻️ 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 requested review from dgud and u3s January 23, 2026 12:59
@IngelaAndin IngelaAndin added the testing currently being tested, tag is used by OTP internal CI label Jan 23, 2026
@IngelaAndin IngelaAndin merged commit 3a972ba into erlang:maint Jan 26, 2026
41 of 42 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.

ssl:connection_information(Socket, [session_resumption]) always returns false for TLS 1.2

3 participants