Move the carry to OpenSSL 3.5.8 - #4
Merged
cypherair merged 1 commit intoSep 13, 2026
Merged
Conversation
The OpenSSL submodule now points at the cypherair/openssl carry rebuilt on the 3.5.8 LTS tag; the package version follows as 300.5.8+3.5.8. The 4.x series stays out until openssl-sys accepts openssl-src 400. The two snapshot documents are deleted and the carry comments cut to the one fact they carry. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves the openssl-src carry from OpenSSL 3.6.3 to 3.5.8 (LTS, supported until 2030-04-08). The 3.6 series loses support on 2026-11-01, and 4.x cannot be vendored yet because openssl-sys 0.9.117 only accepts openssl-src in the 300 series.
opensslsubmodule ->cypherair/opensslcarry/apple-arm64e-targetsat4cae4aafb19a878147e814047123c34ba22c6450, rebuilt on theopenssl-3.5.8tag with three carry commits: the Apple arm64e Configure targets, the arm64e Poly1305 callback signing, andupdate = nonefor OpenSSL's eleven test-only submodules so cargo consumers stop cloning them.300.5.8+3.5.8.AGENTS.mdandARM64E_STATUS.mddeleted; carry comments insrc/lib.rsand.gitmodulescut to the one fact they carry.Validation: the
arm64e Carry Chainworkflow (submodule pointer check,cargo package, macOS and tvOS testcrate builds against the packaged source).Authored with AI assistance (Claude Fable 5.1).