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: add ALPNCallback server option for dynamic ALPN negotiation #45190

Merged
merged 5 commits into from
Jun 28, 2023

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    27b11b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdb26fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ae8945 View commit details
    Browse the repository at this point in the history
  4. Formatting fix in lib/_tls_wrap.js

    Co-authored-by: James M Snell <jasnell@gmail.com>
    pimterry and jasnell committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    bfcdb4c View commit details
    Browse the repository at this point in the history
  5. Add missing handle_scope in ALPN callback handling

    This wasn't included in initial versions but appears to be required for
    the subsequent Buffer::copy in arm-debug builds.
    pimterry committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3086710 View commit details
    Browse the repository at this point in the history