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

Commits on Aug 28, 2014

  1. tls, crypto: add DHE support

    In case of an invalid DH parameter file, it is sliently discarded. To
    use auto DH parameter in a server and DHE key length check in a
    client, we need to wait for the next release of OpenSSL-1.0.2.
    
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    Shigeki Ohtsu authored and indutny committed Aug 28, 2014
    Copy the full SHA
    0dfedb7 View commit details
    Browse the repository at this point in the history
  2. tls: add DHE-RSA-AES128-SHA256 to the def ciphers

    `!EDH` is also removed from the list in the discussion of #8272
    
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    Shigeki Ohtsu authored and indutny committed Aug 28, 2014
    Copy the full SHA
    f6877f3 View commit details
    Browse the repository at this point in the history