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

tls,crypto: revert recent cipher lists changes #25296

Closed

Conversation

misterdjules
Copy link

Revert "disable RC4, add --cipher-list command line switch"

Revert "disable RC4, add --cipher-list command line switch" and
"tls: make --enable-legacy-cipher-list=val less verbose"

This reverts commit f9291a9 and
b5737bb.

There is still some work to be done to guarantee secure defaults and a
smooth upgrade path for v0.12.x users. Before this work is finished, we
want to be able to release new versions of v0.12.x. So instead of
waiting for these changes to be ready to ship, revert them and integrate
them when they're ready to be shipped.

Conflicts:
src/node.cc

@misterdjules
Copy link
Author

/cc @jasnell @joyent/node-coreteam

Revert "disable RC4, add --cipher-list command line switch" and
"tls: make --enable-legacy-cipher-list=val less verbose"

This reverts commit f9291a9 and
b5737bb.

There is still some work to be done to guarantee secure defaults and a
smooth upgrade path for v0.12.x users. Before this work is finished, we
want to be able to release new versions of v0.12.x. So instead of
waiting for these changes to be ready to ship, revert them and integrate
them when they're ready to be shipped.

Conflicts:
	src/node.cc
@jasnell
Copy link
Member

jasnell commented May 13, 2015

@misterdjules LGTM. I'll prepare the new PR that pulls these changes + the additional bits back in via a single commit once this immediate release is done.

misterdjules pushed a commit that referenced this pull request May 13, 2015
Revert "disable RC4, add --cipher-list command line switch" and
"tls: make --enable-legacy-cipher-list=val less verbose"

This reverts commit f9291a9 and
b5737bb.

There is still some work to be done to guarantee secure defaults and a
smooth upgrade path for v0.12.x users. Before this work is finished, we
want to be able to release new versions of v0.12.x. So instead of
waiting for these changes to be ready to ship, revert them and integrate
them when they're ready to be shipped.

Conflicts:
	src/node.cc

Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #25296
@misterdjules
Copy link
Author

Landed in 72188d8.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants