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: Remove compression handling #7447

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

dgud
Copy link
Contributor

@dgud dgud commented Jun 27, 2023

Compression is deprecated and deemed unsecure so we will never implement it,
remove all handling of it to save memory and performance.

@dgud dgud requested review from u3s and IngelaAndin June 27, 2023 13:52
@dgud dgud added the team:PS Assigned to OTP team PS label Jun 27, 2023
@dgud dgud self-assigned this Jun 27, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jun 27, 2023

CT Test Results

       2 files       66 suites   48m 58s ⏱️
   770 tests    725 ✔️   44 💤 1
3 663 runs  2 907 ✔️ 755 💤 1

For more details on these failures, see this check.

Results for commit 86bab0f.

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

@dgud dgud added the testing currently being tested, tag is used by OTP internal CI label Jun 28, 2023
Copy link
Contributor

@u3s u3s left a comment

Choose a reason for hiding this comment

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

  1. ssl.xml - remove Compression argument from server_reuse_session option?
  2. ssl_cipher.erl - rename variables so they don't include "Compressed" in names?
  3. ssl_alert.hrl - remove DECOMPRESSION_FAILURE macro? also from code comments referring to this macro?

lib/ssl/src/dtls_record.hrl Outdated Show resolved Hide resolved
lib/ssl/src/ssl_internal.hrl Outdated Show resolved Hide resolved
lib/ssl/src/ssl_handshake.erl Outdated Show resolved Hide resolved
lib/ssl/src/tls_dtls_connection.erl Show resolved Hide resolved
@dgud dgud requested a review from u3s June 28, 2023 13:32
@dgud dgud force-pushed the dgud/ssl/remove-compression/OTP-18665 branch from 4c9a56c to 93ef79d Compare June 28, 2023 14:07
Compress is deprecated and deemed unsecure so we will never implement
it, remove all handling of it to save memory and performance.
@dgud dgud force-pushed the dgud/ssl/remove-compression/OTP-18665 branch from 86bab0f to 7dcca29 Compare July 10, 2023 13:03
@dgud dgud merged commit a89ee2b into erlang:master Jul 10, 2023
2 checks passed
@IngelaAndin IngelaAndin added the Planned Focus issue added in sprint planning label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Planned Focus issue added in sprint planning 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.

None yet

3 participants