Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 2cc92a05d94f
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: b1036b1dd932
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Apr 8, 2015

  1. tls: disable RC4, add --cipher-list command line switch

    Disable RC4 in the default cipher list
    
    Add the `--cipher-list` command line switch and `NODE_CIPHER_LIST`
    environment variable to completely override the default cipher list.
    
    Add the `--enable-legacy-cipher-list` and `NODE_LEGACY_CIPHER_LIST`
    environment variable to selectively enable the default cipher list from
    previous node.js releases.
    
    Reviewed-By: James M Snell <jasnell@gmail.com>
    PR-URL: #14413
    jasnell committed Apr 8, 2015
    Copy the full SHA
    c0c1e6f View commit details
    Browse the repository at this point in the history
  2. tls: make the --enable-legacy-cipher-list help less verbose

    Per feedback on the commit, make the PrintHelp for
    --enable-legacy-cipher-list less verbose.
    
    Reviewed-By: James M Snell <jasnell@gmail.com>
    PR-URL: #14413
    jasnell committed Apr 8, 2015
    Copy the full SHA
    b1036b1 View commit details
    Browse the repository at this point in the history