Skip to content

Conversation

@ic0ns
Copy link
Contributor

@ic0ns ic0ns commented Jun 27, 2025

Summary

  • Added getter methods to expose SUPPORTS_OCSP_STAPLING and TLS13 session ticket properties in JSON output
  • These properties were already being collected but were not visible in the JSON serialization

Changes

  • Added getSupportsOcspStapling() method to ServerReport
  • Added getIssuesTls13SessionTicketsAfterHandshake() method to ServerReport
  • Added getIssuesTls13SessionTicketsWithApplicationData() method to ServerReport
  • Added test to verify the properties are correctly serialized to JSON

Test plan

  • Added unit test testSerializeOcspAndSessionTicketProperties to verify JSON serialization
  • Test passes successfully
  • Code compiles without errors
  • Spotless formatting applied

Fixes #109

- Add SUPPORTS_OCSP_STAPLING to JSON output
- Add ISSUES_TLS13_SESSION_TICKETS_AFTER_HANDSHAKE to JSON output
- Add ISSUES_TLS13_SESSION_TICKETS_WITH_APPLICATION_DATA to JSON output
- Add test to verify properties are correctly serialized

Fixes #109
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SUPPORTS_OCSP_STAPLING and SUPPORTS_TLS13_SESSION_TICKETS missing from JSON output

1 participant