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
354 stars 111 forks source link

Add aes-256-xts to EVP_get_cipherbyname #1707

Closed torben-hansen closed 2 months ago

torben-hansen commented 2 months ago

Description of changes:

EVP_get_cipherbyname() is deprecated. But cryptsetup use it to query for the implementation of XTS.

Testing:

We already test EVP_get_cipherbyname().

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 months ago

Codecov Report

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

Project coverage is 78.28%. Comparing base (d3fa1f2) to head (028ab5d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1707 +/- ## ======================================= Coverage 78.27% 78.28% ======================================= Files 571 571 Lines 95740 95739 -1 Branches 13736 13735 -1 ======================================= + Hits 74943 74945 +2 + Misses 20195 20191 -4 - Partials 602 603 +1 ```

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