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

feat(s2n-quic): Add the certificate chain to TlsSession #2349

Merged
merged 1 commit into from
Oct 14, 2024

Commits on Oct 14, 2024

  1. Add the certififcate chain to TlsSession

    This allows users to query the certificate chain when in the TlsSession
    event callbacks (for dc or for on_tls_exporter_ready). The API added
    here allocates a Vec<Vec<u8>> which is plausibly quite wasteful, so the
    API is for now doc(hidden) to avoid stabilizing it.
    Mark-Simulacrum committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    284500e View commit details
    Browse the repository at this point in the history