Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

tls, crypto: add DHE support #8272

Closed
wants to merge 2 commits into from
Closed

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.
    Shigeki Ohtsu committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    916e9d9 View commit details
    Browse the repository at this point in the history
  2. tls: add DHE-RSA-AES128-SHA256 to the default ciphers

    `!EDH` is also removed from the list in the discussion of nodejs#8272
    Shigeki Ohtsu committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    db29afb View commit details
    Browse the repository at this point in the history