aws / aws-lc

AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project.
Other
398 stars 118 forks source link

Expose AES_cfb1_encrypt and AES_cfb8_encrypt #1967

Closed skmcgrail closed 2 weeks ago

skmcgrail commented 2 weeks ago

Moved the AES_cfb1_encrypt and AES_cfb8_encrypt to the openssl/aes.h header to be exposed similarly too AES_cfb128_encrypt.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.74%. Comparing base (97a6706) to head (964d8c5). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1967 +/- ## ========================================== - Coverage 78.75% 78.74% -0.01% ========================================== Files 590 590 Lines 101428 101476 +48 Branches 14383 14396 +13 ========================================== + Hits 79884 79912 +28 - Misses 20908 20929 +21 + Partials 636 635 -1 ```

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