CryptoLib icon indicating copy to clipboard operation
CryptoLib copied to clipboard

197 aes gcm siv

Open Donnie-Ice opened this issue 1 year ago • 3 comments

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

Donnie-Ice avatar Jul 29 '24 15:07 Donnie-Ice

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

Donnie-Ice avatar Jul 29 '24 15:07 Donnie-Ice

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 :warning:
test/unit/ut_aes_gcm_siv.c 95.86% 9 Missing and 2 partials :warning:
src/core/crypto_config.c 60.00% 6 Missing and 4 partials :warning:
...gcrypt/cryptography_interface_libgcrypt.template.c 68.75% 3 Missing and 2 partials :warning:
src/core/crypto.c 83.33% 0 Missing and 1 partial :warning:
src/mc/internal/mc_interface_internal.template.c 50.00% 1 Missing :warning:
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     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Jul 29 '24 17:07 codecov-commenter

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

rjbrown2 avatar Jul 29 '24 17:07 rjbrown2