Skip to content

492 update crypto config and managed parameters major changes#493

Merged
Donnie-Ice merged 27 commits intodevfrom
492-update-crypto-config-and-managed-parameters-major-changes
Jan 9, 2026
Merged

492 update crypto config and managed parameters major changes#493
Donnie-Ice merged 27 commits intodevfrom
492-update-crypto-config-and-managed-parameters-major-changes

Conversation

@Donnie-Ice
Copy link
Collaborator

@Donnie-Ice Donnie-Ice commented Sep 23, 2025

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

New Feature Submissions:

  • Does your submission pass tests?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?

How do you test these changes?

@Donnie-Ice Donnie-Ice requested a review from dccutrig September 23, 2025 21:03
@Donnie-Ice Donnie-Ice self-assigned this Sep 23, 2025
@Donnie-Ice Donnie-Ice linked an issue Sep 23, 2025 that may be closed by this pull request
@Donnie-Ice
Copy link
Collaborator Author

Does not pass kmc_build CI due to function signature changes.

@codecov-commenter
Copy link

codecov-commenter commented Sep 25, 2025

Codecov Report

❌ Patch coverage is 82.99817% with 186 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.49%. Comparing base (478c31f) to head (772bee2).
⚠️ Report is 166 commits behind head on dev.

Files with missing lines Patch % Lines
src/core/crypto_aos.c 50.56% 25 Missing and 19 partials ⚠️
src/core/crypto_tm.c 43.33% 19 Missing and 15 partials ⚠️
src/core/crypto_config.c 77.77% 21 Missing and 7 partials ⚠️
src/core/crypto_tc.c 48.00% 3 Missing and 23 partials ⚠️
src/core/crypto.c 61.53% 10 Missing and 15 partials ⚠️
test/unit/ut_sadb_err_cases_kmc_crypto.c 0.00% 16 Missing ⚠️
test/unit/ut_mysql_m_tls_connection.c 0.00% 4 Missing ⚠️
test/unit/ut_mysql_tls_connection.c 0.00% 4 Missing ⚠️
src/core/crypto_print.c 96.00% 2 Missing ⚠️
src/core/crypto_key_mgmt.c 0.00% 0 Missing and 1 partial ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #493      +/-   ##
==========================================
- Coverage   82.00%   81.49%   -0.51%     
==========================================
  Files          39       39              
  Lines       11945    13033    +1088     
  Branches      973     1142     +169     
==========================================
+ Hits         9795    10621     +826     
- Misses       1778     1975     +197     
- Partials      372      437      +65     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Donnie-Ice Donnie-Ice merged commit 8ca0f51 into dev Jan 9, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

💡 Update Crypto Config and Managed Parameters (MAJOR CHANGES)

2 participants