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

Upstream: Add Intel Indirect Branch Tracking support #1659

Closed justsmth closed 2 months ago

justsmth commented 3 months ago

Issues:

Previous Work:

This change re-introduces changes from the following PRs:

Due to build failures with certain environments using gcc-4.8, the above was reverted:

The build failures were addressed in the following PR:

Description of changes:

Upstream commits:

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

Codecov Report

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

Project coverage is 78.21%. Comparing base (a0e8da9) to head (84f6982).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1659 +/- ## ========================================== - Coverage 78.22% 78.21% -0.02% ========================================== Files 571 571 Lines 95519 95519 Branches 13700 13699 -1 ========================================== - Hits 74721 74708 -13 - Misses 20188 20198 +10 - Partials 610 613 +3 ```

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