Skip to content

netcode 1.4.2#168

Merged
rowan-claude merged 2 commits into
mainfrom
release/v1.4.2
Jul 26, 2026
Merged

netcode 1.4.2#168
rowan-claude merged 2 commits into
mainfrom
release/v1.4.2

Conversation

@rowan-claude

Copy link
Copy Markdown
Contributor

Version bump for 1.4.2. CMakeLists.txt and netcode.h move together for release-check.yml.

PATCH. No API change, no behaviour change, no wire change — the vendored crypto's observable output is byte-identical to 1.4.1, verified by differential test.

Ships the libsodium 1.0.21/1.0.22 hardenings (#167):

  • ACQUIRE_FENCE in all three AEAD decrypt paths — plaintext is not produced before authentication completes.
  • crypto_verify_n constant-time hardening — the function that compares the Poly1305 tag, now defended against the compiler optimising it into something branchy.
  • poly1305 SSE2 optblocker in the final reduction.

Plus test_crypto_aead_vectors, a known-answer test that netcode did not previously have despite sodium/NOTES.md prescribing it as the primary validation.

@rowan-claude
rowan-claude merged commit 46d3a1e into main Jul 26, 2026
14 checks passed
@rowan-claude
rowan-claude deleted the release/v1.4.2 branch July 26, 2026 00:00
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.

1 participant