Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add coverage for all ticket formats #4997

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

CarolYeh910
Copy link
Contributor

Release Summary:

Resolved issues:

resolves #4965

Description of changes:

There are two changes in this PR:

  1. Remove the manual setting of session ticket formats in s2n_deserialize_resumption_state_test.c. We no longer make assumptions about the possible format versions

  2. Update the path to coverage reports in Readme

Call-outs:

N/A

Testing:

Generated fuzz coverage reports locally and confirmed that S2N_SERIALIZED_FORMAT_TLS12_V3 is covered

Fuzz_coverage

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

@github-actions github-actions bot added the s2n-core team label Jan 4, 2025
@CarolYeh910 CarolYeh910 requested review from jmayclin and jouho January 4, 2025 01:08
@lrstewart lrstewart requested review from lrstewart and removed request for jouho January 4, 2025 04:52
Copy link
Contributor

@lrstewart lrstewart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! From your new coverage report, are there any concerns that we're only covering the server code path and not the client code path?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add fuzz coverage for all session ticket formats
2 participants