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

Commits on Apr 2, 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.
    jasnell committed Apr 2, 2015
    Copy the full SHA
    cd04b2c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2015

  1. 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.
    jasnell committed Apr 6, 2015
    Copy the full SHA
    b6b8fcb View commit details
    Browse the repository at this point in the history