-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Closed
Labels
discussIssues opened for discussions and feedbacks.Issues opened for discussions and feedbacks.semver-majorPRs that contain breaking changes and should be released in the next major version.PRs that contain breaking changes and should be released in the next major version.stalledIssues and PRs that are stalled.Issues and PRs that are stalled.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.
Description
SSL session ids are so outdated, let's remove them. TLS tickets is a modern age and they are very widely deployed!
I'd like to remove it to get rid of the ClientHelloParser. SSL_set_cert_cb
is a new OpenSSL-1.0.2 API that we are going to use instead.
The list of the modules that will no longer work:
Please comment if you have a use case for this API, or know a module that does depend on it.
cc @iojs/collaborators @iojs/community-members @iojs/crypto
Metadata
Metadata
Assignees
Labels
discussIssues opened for discussions and feedbacks.Issues opened for discussions and feedbacks.semver-majorPRs that contain breaking changes and should be released in the next major version.PRs that contain breaking changes and should be released in the next major version.stalledIssues and PRs that are stalled.Issues and PRs that are stalled.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.