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

Read FIPS hash address using adrp instead of adr to increase reach #1731

Closed dkostic closed 2 months ago

dkostic commented 2 months ago

Issues:

N/A

Description of changes:

This change extends https://github.com/aws/aws-lc/pull/1332 to BORINGSSL_bcm_text_hash symbol.

Call-outs:

Point out areas that need special attention or support during the review process. Discuss architecture or design changes.

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? Are there any testing steps to be verified by the reviewer?

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.29%. Comparing base (518df30) to head (9de8c3a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1731 +/- ## ========================================== - Coverage 78.29% 78.29% -0.01% ========================================== Files 580 580 Lines 96533 96533 Branches 13839 13838 -1 ========================================== - Hits 75582 75579 -3 - Misses 20337 20340 +3 Partials 614 614 ```

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