test,tools: accomodate FIPS provider in tests and add FIPS to test-shared.yml - #64960
Open
panva wants to merge 4 commits into
Open
test,tools: accomodate FIPS provider in tests and add FIPS to test-shared.yml#64960panva wants to merge 4 commits into
panva wants to merge 4 commits into
Conversation
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
Collaborator
|
Review requested:
|
aduh95
reviewed
Aug 2, 2026
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
This comment was marked as outdated.
This comment was marked as outdated.
Contributor
Changelog@@ -1156,0 +1157,22 @@
+/nix/store/n0fwww26113p6hmldnn7md7dmgczhjkq-openssl-fips-3.5.7 (aarch64-darwin)
+/nix/store/qfkhzdv046wbjlyqzw6l90m3irs5vy1g-openssl-fips-3.5.7 (aarch64-linux)
+/nix/store/q88gmqwjs6c8ik331p3kkdixba9azw1b-openssl-fips-3.5.7 (x86_64-darwin)
+/nix/store/h441jdz3fwnrwmbr1q3brxz3vhq677w1-openssl-fips-3.5.7 (x86_64-linux)
+/nix/store/v9pxxwy1f4342kqz6x6n5v2q8n5lgj26-openssl-fips-3.5.7-bin (aarch64-darwin)
+/nix/store/93q82jdbbjiba1hciq5id10wdlxjygy6-openssl-fips-3.5.7-bin (aarch64-linux)
+/nix/store/bf6mmb1nkk0i0q1adawhbq612sphzsf5-openssl-fips-3.5.7-bin (x86_64-darwin)
+/nix/store/i3k15a6sl4z9h8f9r5wv75kfhp2v97z6-openssl-fips-3.5.7-bin (x86_64-linux)
+/nix/store/6xdib4mwsp0qhsj664bn4bh1a06p9zcd-openssl-fips-3.5.7-debug (aarch64-linux)
+/nix/store/ja95pr9jh329h3af736xldxpvgg1c6wh-openssl-fips-3.5.7-debug (x86_64-linux)
+/nix/store/ir2m5gh4xgglznrw3wrcsyzv2kwa0lkq-openssl-fips-3.5.7-dev (aarch64-darwin)
+/nix/store/m22skfjcai299wb68zaw004dz0pp2bnd-openssl-fips-3.5.7-dev (aarch64-linux)
+/nix/store/1wjqh5ky478ifmif51j2gpb8p8ghcsqx-openssl-fips-3.5.7-dev (x86_64-darwin)
+/nix/store/h46h9f57f19k2d4l53gs1scl6nm0xjsr-openssl-fips-3.5.7-dev (x86_64-linux)
+/nix/store/ma5x18w8z58w5mwkqfivrvmfv03c6gbb-openssl-fips-3.5.7-doc (aarch64-darwin)
+/nix/store/3c96w0ja5nvy37nkgysvd2sam3dpj8a1-openssl-fips-3.5.7-doc (aarch64-linux)
+/nix/store/nw4daacb9wds03x69kdyjdz2x0ibgd04-openssl-fips-3.5.7-doc (x86_64-darwin)
+/nix/store/d2pgpwk0vaabh848i125rbhl5alyfm9h-openssl-fips-3.5.7-doc (x86_64-linux)
+/nix/store/l2qhxc0gb43i90bayyi897777k1gx1da-openssl-fips-3.5.7-man (aarch64-darwin)
+/nix/store/yyhcqjnhi5azb7d1v4vm4c4jsscq9cip-openssl-fips-3.5.7-man (aarch64-linux)
+/nix/store/6zny6rw5q401jvs2pslr7kv5z82n61c8-openssl-fips-3.5.7-man (x86_64-darwin)
+/nix/store/6qgw4kfvy5axr2gkvz35c9qq44qy2c8a-openssl-fips-3.5.7-man (x86_64-linux) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #64960 +/- ##
==========================================
- Coverage 90.30% 90.28% -0.02%
==========================================
Files 760 760
Lines 247154 247239 +85
Branches 46613 46627 +14
==========================================
+ Hits 223181 223217 +36
- Misses 15443 15511 +68
+ Partials 8530 8511 -19
🚀 New features to boost your workflow:
|
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.
This PR adds an OpenSSL 3.5 w/ an enabled FIPS provider to GHA and updates the test suite to accomodate that (+ 3.0 and 4.0 for which i'm not proposing to add a test-shared.yml target).