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: 8eaa1f91b88a
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 02a549ed2b2a
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 23, 2015

  1. Merge branch 'v0.10.38-release' into v0.10

    Julien Gilli committed Mar 23, 2015
    Copy the full SHA
    0b4e67f View commit details
    Browse the repository at this point in the history
  2. Now working on 0.10.39

    Julien Gilli committed Mar 23, 2015
    Copy the full SHA
    7edfd5f View commit details
    Browse the repository at this point in the history

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
    67d9a56 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
    02a549e View commit details
    Browse the repository at this point in the history