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

quic: various additional cleanups, fixes in Endpoint #51340

Closed
wants to merge 12 commits into from

Commits on Apr 20, 2024

  1. quic: rework TLSContext

    Reworks TLSContext to allow server endpoints to share a common
    SSL_CTX while having different SSL objects for each connection.
    
    Removes the dependency on the SecureContext base object and
    ensures proper configuration of the TLS context for QUIC.
    
    Simplifies some of the options passed in for the TLSContext.
    jasnell committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    493c41e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    498abf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9033e16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e4797e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    973c505 View commit details
    Browse the repository at this point in the history
  6. quic: various minor cleanups

    jasnell committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    d8852b8 View commit details
    Browse the repository at this point in the history
  7. quic: add quicerror tests

    jasnell committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    0d55c0b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc6aa73 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ca6f88 View commit details
    Browse the repository at this point in the history
  10. quic: fixup linting issues

    jasnell committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    ddb0351 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    76659e8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e03af7b View commit details
    Browse the repository at this point in the history