8000 Add support for FIPS enabled OS by Spacetown · Pull Request #850 · gcovr/gcovr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add support for FIPS enabled OS #850

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 2 commits into from
Nov 12, 2023

Conversation

Spacetown
Copy link
Member

On FIPS enabled OS the md5 is disabled for cryptographic usage. Since python 3.9 it can be enabled for non security usage by setting userforsecurity to False.

Closes #848.

@Spacetown Spacetown added this to the Upcoming release milestone Nov 11, 2023
@Spacetown Spacetown requested a review from latk November 11, 2023 20:03
@Spacetown Spacetown force-pushed the add_support_for_fips_enabled_os branch from 3578823 to ff6b342 Compare November 11, 2023 20:07
On FIPS enabled OS the md5 is disabled for cryptographic usage. Since
python 3.9 it can be enabled for non security usage by setting
userforsecurity to False.
@Spacetown Spacetown force-pushed the add_support_for_fips_enabled_os branch from ff6b342 to cac8086 Compare November 11, 2023 20:30
Copy link
codecov bot commented Nov 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ba333c0) 95.27% compared to head (4fe4af3) 95.27%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #850      +/-   ##
==========================================
- Coverage   95.27%   95.27%   -0.01%     
==========================================
  Files          54       54              
  Lines        4469     4465       -4     
  Branches      873      873              
==========================================
- Hits         4258     4254       -4     
  Misses        127      127              
  Partials       84       84              
Files Coverage Δ
gcovr/formats/coveralls/write.py 93.51% <100.00%> (-0.18%) ⬇️
gcovr/formats/gcov/parser.py 97.70% <100.00%> (ø)
gcovr/formats/html/write.py 95.59% <ø> (-0.02%) ⬇️
gcovr/formats/lcov/write.py 96.42% <100.00%> (-0.19%) ⬇️
gcovr/utils.py 92.75% <100.00%> (+0.10%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Co-authored-by: guyhardcastle <10069325+guyhardcastle@users.noreply.github.com>
@Spacetown Spacetown merged commit 919a56e into gcovr:main Nov 12, 2023
@Spacetown Spacetown deleted the add_support_for_fips_enabled_os branch November 12, 2023 12:35
@Spacetown Spacetown removed this from the Upcoming release milestone Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace md5 with sha256 or other hash supported by FIPS enabled OS
3 participants
0