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

197 aes gcm siv #265

Merged
merged 16 commits into from
Aug 5, 2024
Merged

197 aes gcm siv #265

merged 16 commits into from
Aug 5, 2024

Conversation

Donnie-Ice
Copy link
Contributor

Allows for AES-GCM-SIV Enc/Dec. Examples are supplied via unit tests in ut_aes_gcm_siv.c.

@Donnie-Ice Donnie-Ice self-assigned this Jul 29, 2024
@Donnie-Ice
Copy link
Contributor Author

@jlucas9
Could you build/push the new docker image? I don't have permission.

@codecov-commenter
Copy link

codecov-commenter commented Jul 29, 2024

Codecov Report

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

Project coverage is 82.84%. Comparing base (3c2a3d4) to head (efcf356).
Report is 12 commits behind head on dev.

Files Patch % Lines
src/sa/internal/sa_interface_inmemory.template.c 0.00% 23 Missing ⚠️
test/unit/ut_aes_gcm_siv.c 95.86% 9 Missing and 2 partials ⚠️
src/core/crypto_config.c 60.00% 6 Missing and 4 partials ⚠️
...gcrypt/cryptography_interface_libgcrypt.template.c 68.75% 3 Missing and 2 partials ⚠️
src/core/crypto.c 83.33% 0 Missing and 1 partial ⚠️
src/mc/internal/mc_interface_internal.template.c 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #265      +/-   ##
==========================================
+ Coverage   82.68%   82.84%   +0.16%     
==========================================
  Files          40       41       +1     
  Lines       10026    10337     +311     
  Branches      814      830      +16     
==========================================
+ Hits         8290     8564     +274     
- Misses       1437     1472      +35     
- Partials      299      301       +2     

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

@rjbrown2
Copy link
Contributor

Can we fix or verify the issues with the RHEL/WOLF builds before we approve, please?

@@ -422,6 +422,20 @@ static int32_t cryptography_encrypt(uint8_t* data_out, size_t len_data_out,
}
break;

// TODO: Confirm same process as above for SIV
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these three new comment blocks be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, good catch.

@Donnie-Ice Donnie-Ice merged commit 5a1cff8 into dev Aug 5, 2024
5 checks passed
@Donnie-Ice Donnie-Ice deleted the 197-aes-gcm-siv branch August 5, 2024 12:03
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.

5 participants