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

crypto: add ticketKeys option in createSecureContext #20916

Closed
wants to merge 4 commits into from

Commits on May 23, 2018

  1. crypto: add ticketKeys option in createSecureContext

    There's a method to initialize a TLS Server using tls.createSever by
    specifying a ticketKeys option, but none in the underlying constructor,
    tls.createSecureContext.
    
    This PR adds the ticketKeys option to tls.createSecureContext.
    
    Fixes: nodejs#20908
    ryzokuken committed May 23, 2018
    Configuration menu
    Copy the full SHA
    2594cd2 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Configuration menu
    Copy the full SHA
    6269853 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Configuration menu
    Copy the full SHA
    38e22dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3964032 View commit details
    Browse the repository at this point in the history