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

Fix SSL secureProtocol and add secureOptions and ciphers #873

Closed
wants to merge 3 commits into from

Conversation

postwait
Copy link

@postwait postwait commented Apr 2, 2011

The secureProtocol option to building the SSL context was not being
properly passed through in the credentials in the tls code. This is
fixed.

Also, secureOptions flag was added (and passed through) and allows
the context to have all supported SSL_OP_* set via createCredentials.
All SSL_OP_ flags (outside of ALL) have been added to constants.

Add a ciphers key to credentials and set those into SecureContext.

properly passed through in the credentials in the tls code.  This is
fixed.

Also, secureOptions flag was added (and passed through) and allows
the context to have all supported SSL_OP_* set via createCredentials.
All SSL_OP_ flags (outside of ALL) have been added to constants.
@indutny
Copy link
Member

indutny commented Apr 13, 2011

/me subscribing to this

@ry
Copy link

ry commented Apr 14, 2011

landed secureProtocol fix in v0.4 d0e84b0

@ry
Copy link

ry commented Apr 14, 2011

other two landed in d6f5b8a and e2d9018 in master.

@ry ry closed this in d6f5b8a Apr 14, 2011
@ry ry closed this in e2d9018 Apr 14, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants