-
Notifications
You must be signed in to change notification settings - Fork 17
Rebase openssl submodule to 3.5 (prerelease) #180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
39598c2 to
0c8f901
Compare
Jakuje
reviewed
Mar 13, 2025
Member
Author
|
I added a commit to get the fips version from the crate, also fixed the various other issues. |
Jakuje
reviewed
Mar 13, 2025
Member
Author
|
Updated the openssl submodule to be a descendant of the new upstream openssl-3.5 branch instead of the openssl/master branch |
40d8281 to
bb85676
Compare
b32836d to
cee2b0a
Compare
Jakuje
reviewed
Apr 1, 2025
Signed-off-by: Simo Sorce <[email protected]>
Signed-off-by: Simo Sorce <[email protected]>
Member
Author
|
I added a helper function for fips_approval and rebased to latest ossl35 branch_patches, PTAL |
Jakuje
reviewed
Apr 1, 2025
Instead of using the Red Hat custom indicators, try to use the upstream openssl indicator facility introduced in 3.5. Signed-off-by: Simo Sorce <[email protected]>
Signed-off-by: Simo Sorce <[email protected]>
This build/test standard algorithm selection but against a static build of openssl instead of the default dynamic build against the openssl version of the system Signed-off-by: Simo Sorce <[email protected]>
Signed-off-by: Simo Sorce <[email protected]>
Signed-off-by: Simo Sorce <[email protected]>
Jakuje
approved these changes
Apr 2, 2025
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.
Rebases the openssl submodule from a version based on Openssl 3.2 to a pre-release of the code that will go in Openssl 3.5.0 with additional patches from Red Hat for fips compliance nd sha1 hardening.
The fips indicator stuff had to be overhauled.
Note:
Two test do not correctly report unapproved fips indicators and will need more investigation.
It may be due to incomplete patching on the openssl side wrt indicators we used to check previously. Keeping PR as draft until openssl branches upstream and thse two test are investigated.