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
399 stars 118 forks source link

Add Cyrus-SASL to our CI #1988

Closed smittals2 closed 1 week ago

smittals2 commented 1 week ago

Issues:

CryptoAlg-2554

Description of changes:

Add Cyrus-SASL to our CI

Call-outs:

There is no general testing suite for Cyrus. To test the GSSAPI with Kerberos, we can use provided sample_client and sample_server applications. However, this requires a working Kerberos setup with a KDC and another script to support communication between the sample_client and server programs. This is not being added as of now.

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 1 week ago

Codecov Report

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

Project coverage is 78.88%. Comparing base (a748793) to head (034c119). Report is 69 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1988 +/- ## ========================================== + Coverage 78.51% 78.88% +0.36% ========================================== Files 585 593 +8 Lines 99681 101933 +2252 Branches 14271 14450 +179 ========================================== + Hits 78265 80405 +2140 - Misses 20779 20885 +106 - Partials 637 643 +6 ```

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