Add Trixie (Debian 13) OpenSSL 3.5.x FIPS support#82
Open
securely1g wants to merge 1 commit intosonic-net:mainfrom
Open
Add Trixie (Debian 13) OpenSSL 3.5.x FIPS support#82securely1g wants to merge 1 commit intosonic-net:mainfrom
securely1g wants to merge 1 commit intosonic-net:mainfrom
Conversation
Add Trixie-specific debian patch series for OpenSSL 3.5.x: - Only 3 of 7 Bookworm patches needed (20, 70, Remove-the-provider-section) - Patches 30, 40, 50, 60 not needed: OpenSSL 3.5 reorganized test data files and all 4471 tests pass without these patches - No DEB_BUILD_OPTIONS=nocheck workaround needed Key Trixie differences documented in TRIXIE.md: - libssl3 -> libssl3t64 (t64 transition) - Separate openssl-provider-fips package - 41 FIPS self-tests including post-quantum (ML-DSA, ML-KEM, SLH-DSA) - SymCrypt/SymCrypt-OpenSSL compatible without modification Signed-off-by: securely1g <securely1g@users.noreply.github.com>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Description
Add Trixie/Debian 13 support for FIPS OpenSSL builds.
Changes
src/openssl.patch/debian.patch.trixie/)TRIXIE.mddocumenting Trixie FIPS compatibilityKey Findings
OpenSSL 3.5.x reorganized test data files (split monolithic
evppkey.txt,evpciph.txt,evpmac.txtinto per-algorithm files). As a result:20-support-fips-test.patch✅70-disable-evp-iv-check.patch✅Remove-the-provider-section.patch✅ (already in Trixie upstream)nocheckworkaround neededTrixie Package Differences
libssl3→libssl3t64(t64 transition)openssl-provider-fipspackageTesting