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

tls: extract out SecureContext configuration #38116

Closed
wants to merge 3 commits into from

Commits on Apr 8, 2021

  1. tls: extract out SecureContext configuration

    In preparation for re-introducing quic, refactor out a reusable
    piece of the SecureContext configuration that will also be used
    by the quic impl.
    
    Signed-off-by: James M Snell <[email protected]>
    jasnell committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    b52f85e View commit details
    Browse the repository at this point in the history
  2. src: refactor SecureContext Initialization

    Extracts out SecureContext::GetConstructorFunction, adds
    SecureContext::HasInstance and SecureContext::Create in
    preparation for re-adding QUIC
    
    Signed-off-by: James M Snell <[email protected]>
    jasnell committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    bde199e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80d202b View commit details
    Browse the repository at this point in the history