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: ae00e97ef27b
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 408bffe212c3
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 15, 2015

  1. test: fix ssl/tls options matrix test

    The tests suite available in test/external/ssl-options was originally
    written for security fixes made in the v0.10 branch. In this branch, the
    client's default ciphers list is compatible with SSLv2.
    
    After merging this change from v0.10 to v0.12, this tests suite was
    broken because commits 5d2aef1 and
    f4c8020 make SSL/TLS clients use a
    default ciphers list that is not compatible with the SSLv2 protocol.
    
    This change fixes two issues:
    1) The cipher list that was setup for a given test was not passed
    properly to the client.
    2) When either or both of clients/servers were using SSLv2, tests were
    expected to succeed when at least the server end was using SSLv2
    compatible ciphers. Now, tests are expected to succeed only if
    SSLv2 compatible ciphers are used on both ends.
    
    Fixes #9020.
    
    Reviewed-by: Trevor Norris <trev.norris@gmail.com>
    Julien Gilli committed Jan 15, 2015
    Copy the full SHA
    408bffe View commit details
    Browse the repository at this point in the history