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

Commits on Jan 20, 2014

  1. doc: tls: clarify server cipher list

    * Make it clear that ECDHE-RSA-AES128-SHA256 and AES128-GCM-SHA256 are
      TLS v1.2 ciphers.
    
    * Note that RC4 is under suspicion.
    bnoordhuis authored and indutny committed Jan 20, 2014
    Copy the full SHA
    8c30311 View commit details
    Browse the repository at this point in the history
  2. doc: tls: note that SSLv2 is disabled by default

    As of commit 39aa894, SSLv2 support is disabled by default.  Update
    the documentation to reflect that.
    bnoordhuis authored and indutny committed Jan 20, 2014
    Copy the full SHA
    023f0a3 View commit details
    Browse the repository at this point in the history