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: 66b243dd8750
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: b5737bb97775
Choose a head ref
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Apr 8, 2015

  1. 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: #14414
    jasnell committed Apr 8, 2015
    Copy the full SHA
    f9291a9 View commit details
    Browse the repository at this point in the history
  2. tls: make --enable-legacy-cipher-list=val less verbose

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