Skip to content

chore(boring): deprecate legacy CertCompressionAlgorithm API#69

Merged
0x676e67 merged 6 commits into
masterfrom
chore
May 18, 2025
Merged

chore(boring): deprecate legacy CertCompressionAlgorithm API#69
0x676e67 merged 6 commits into
masterfrom
chore

Conversation

@0x676e67
Copy link
Copy Markdown
Owner

No description provided.

@0x676e67 0x676e67 requested a review from Copilot May 18, 2025 09:29
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR deprecates legacy API components related to certificate compression within the SSL module.

  • Deprecates the CertCompressionAlgorithm API in favor of newer alternatives
  • Adds deprecation attributes to functions and enums with suggested replacements

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
boring/src/ssl/mod.rs Added deprecation attributes and updated alternative suggestions for legacy certificate compres­sion APIs
boring/src/ssl/cert_compression.rs Deprecates the CertCompressionAlgorithm enum with an alternative suggestion
Comments suppressed due to low confidence (1)

boring/src/ssl/cert_compression.rs:9

  • The alternative recommended here conflicts with the one in mod.rs; please align the deprecation messages to avoid confusion about which API should be used going forward.
note = "This enum is deprecated and will be removed in a future version. Use `boring::ssl::CertificateCompressionAlgorithm` instead."

Comment thread boring/src/ssl/mod.rs Outdated
@0x676e67
Copy link
Copy Markdown
Owner Author

Note: In Windows testing, rustup updating the toolchain to version 1.87.0 causes CI to fail

@0x676e67 0x676e67 merged commit 9fb6143 into master May 18, 2025
21 checks passed
@0x676e67 0x676e67 deleted the chore branch May 18, 2025 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants