Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] merge v0.10 #267

Closed
wants to merge 2 commits into from
Closed

[wip] merge v0.10 #267

wants to merge 2 commits into from

Commits on Jan 13, 2015

  1. test: add TLS tests matrix

    Add a test that goes through the whole matrix of:
    - command line options (--enable-ssl*)
    - secureOptions
    - secureProtocols
    
    and makes sure that compatible test setups actually work as expected.
    
    The test works by spawning two processes for each test case: one client
    and one server. The test passes if a SSL/TLS connection from the client
    to the server is successful and the test case was supposed to pass, or
    if the connection couldn't be established and the test case was supposed
    to fail.
    
    The test is currently located in the directory 'test/external' because
    it has external dependencies.
    
    Cherry-picked-from: nodejs/node-v0.x-archive@8d045a3
    Julien Gilli authored and piscisaureus committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    57dea9e View commit details
    Browse the repository at this point in the history
  2. doc: build branch versioned docs

    Cherry-picked-from: nodejs/node-v0.x-archive@641cea0
    
    Conflicts:
    	Makefile
    tjfontaine authored and piscisaureus committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    64086a9 View commit details
    Browse the repository at this point in the history