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: multiple PFX support in createSecureContext #14793

Closed
wants to merge 7 commits into from

Commits on Sep 1, 2017

  1. tls: multiple PFX in createSecureContext

    Add support for multiple PFX files in tls.createSecureContext.
    Also added support for object-style PFX pass.
    
    Fixes: nodejs#14756
    djphoenix committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    21e2413 View commit details
    Browse the repository at this point in the history
  2. Fix buffer type check

    djphoenix committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    a389780 View commit details
    Browse the repository at this point in the history
  3. Use fixtures API in test

    djphoenix committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    f8fdff4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2607b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17a9522 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be2756d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    501fe05 View commit details
    Browse the repository at this point in the history