Skip to content

test: fix test-tls-getcipher - #853

Closed
silverwind wants to merge 1 commit into
nodejs:v1.xfrom
silverwind:fix-test-tls-getcipher
Closed

test: fix test-tls-getcipher#853
silverwind wants to merge 1 commit into
nodejs:v1.xfrom
silverwind:fix-test-tls-getcipher

Conversation

@silverwind

Copy link
Copy Markdown
Contributor

As discussed in #826.

cc: @bnoordhuis

@mscdex

Copy link
Copy Markdown
Contributor

Shouldn't the commit line have a "test:" prefix instead of "tls:"?

@silverwind

Copy link
Copy Markdown
ContributorAuthor

I was unsure about that, you're probably right.

The test blindly assumes that the default cipher suite supports RC4
ciphers. This corrects the case where RC4 might not be available in the
default ciphers by setting the client to use the same suite as the
server.
@silverwind
silverwindforce-pushed the fix-test-tls-getcipher branch from f6a63ed to d5ac246CompareFebruary 15, 2015 17:36
@silverwindsilverwind changed the title tls: fix test-tls-getciphertest: fix test-tls-getcipherFeb 15, 2015
@silverwindsilverwind mentioned this pull request Feb 15, 2015
bnoordhuis pushed a commit that referenced this pull request Feb 15, 2015
The test blindly assumes that the default cipher suite supports RC4
ciphers. This corrects the case where RC4 might not be available in the
default ciphers by setting the client to use the same suite as the
server.
PR-URL: #853
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@bnoordhuis

Copy link
Copy Markdown
Member

Thanks Roman, landed in 30e340a. I wouldn't have minded if you had made it part of the original pull request but this way is fine too.

@rvaggrvagg mentioned this pull request Feb 18, 2015
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@silverwind@mscdex@bnoordhuis