Skip to content

TLS support? #16

@UladzimirTrehubenka

Description

@UladzimirTrehubenka

Is TLS support planned?

In accordance with tidwall/evio#28 there are no easy way to implement it:

The problem is in standard Go TLS implementation. It doesn't have an event-based idea mechanism and actually it can block calls like Reader.Read() during handshake, what is actually not accurate by the io.Reader contract.

Looks like custom TLS implementation is required for this.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is neededlong termIt's going to be a long-term workproposalProposal for this repostale

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions