Skip to content

fix: export AEAD_NULL_TAG with disable-encryption feature#55

Merged
larseggert merged 1 commit into
mainfrom
fix-AEAD_NULL_TAG-export
May 15, 2026
Merged

fix: export AEAD_NULL_TAG with disable-encryption feature#55
larseggert merged 1 commit into
mainfrom
fix-AEAD_NULL_TAG-export

Conversation

@larseggert
Copy link
Copy Markdown
Collaborator

neqo needs it

Copilot AI review requested due to automatic review settings May 15, 2026 08:28
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 exposes AEAD_NULL_TAG from the aead module when the disable-encryption feature is enabled, so downstream consumers (e.g., neqo) can reference the tag value directly. It also bumps the crate patch version to reflect the exported API surface change.

Changes:

  • Re-export recprot::AEAD_NULL_TAG behind #[cfg(feature = "disable-encryption")].
  • Bump crate version from 0.9.0 to 0.9.1.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/aead.rs Conditionally re-exports AEAD_NULL_TAG when disable-encryption is enabled.
Cargo.toml Patch version bump to 0.9.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@larseggert larseggert force-pushed the fix-AEAD_NULL_TAG-export branch from f149e5f to 60c4fa6 Compare May 15, 2026 08:40
@larseggert larseggert merged commit 080bbe8 into main May 15, 2026
44 checks passed
@larseggert larseggert deleted the fix-AEAD_NULL_TAG-export branch May 15, 2026 08:49
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