Skip to content
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

Cryptolib#256 - SA Update, Managed Parameters, UTs #273

Merged
merged 7 commits into from
Aug 19, 2024
Merged

Conversation

rjbrown2
Copy link
Contributor

Commit contains changes to Managed Parameters configurations (Accepts a struct now instead of all the variables within the stuct). This included reworking security associations to be more formal, and to have different keys, and follow basic key assignment rules (unit tests ignore these rules). Additionally all unit tests of the internal builds have been reworked to function properly with this change. The KMC (MDB) side of things will still need its tests fixed and re-written.

Merging this in before it gets out of control working on simplifying configurations.

@rjbrown2 rjbrown2 self-assigned this Aug 16, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 16, 2024

Codecov Report

Attention: Patch coverage is 95.43828% with 51 lines in your changes missing coverage. Please review.

Project coverage is 83.29%. Comparing base (853fb5d) to head (abc8548).

Files Patch % Lines
src/core/crypto_aos.c 70.00% 3 Missing and 9 partials ⚠️
src/core/crypto_tm.c 67.74% 3 Missing and 7 partials ⚠️
src/core/crypto_config.c 80.48% 7 Missing and 1 partial ⚠️
test/unit/ut_sadb_err_cases_kmc_crypto.c 0.00% 8 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.c 85.71% 0 Missing and 1 partial ⚠️
src/core/crypto_print.c 0.00% 1 Missing ⚠️
...y/custom_stub/key_interface_custom_stub.template.c 0.00% 1 Missing ⚠️
src/sa/internal/sa_interface_inmemory.template.c 99.42% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #273      +/-   ##
==========================================
+ Coverage   82.98%   83.29%   +0.30%     
==========================================
  Files          41       39       -2     
  Lines       10385    11049     +664     
  Branches      832      832              
==========================================
+ Hits         8618     9203     +585     
- Misses       1469     1544      +75     
- Partials      298      302       +4     

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

@jlucas9 jlucas9 merged commit e536c70 into dev Aug 19, 2024
4 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.

6 participants