-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS support? #16
Comments
@UladzimirTrehubenka |
hi, brother, When can the tls/dtls be supported? |
yeah, without tls this is quite useless these days where even services in a private network use encryption. tls is simply a must, no matter which protocol you're using these days, there's no way around it. |
does now support tls? |
什么时候支持tls |
请问tls还会支持吗 |
Sorry, I don't have a particularly convincing idea of how to implement TLS in |
Though I don't have much experience with TLS implementations but If someone is willing to take the charge of the job, I can assist them. |
Here is an example on how to implement TLS in gnet:gnet TLS |
s2n-tls is a small, modern, secure and fast TLS implementation developed and used by AWS. It provides posix-like api so it seems easy to integrate it in gent for developers who dont mind using cgo. |
This issue is marked as stale because it has been open for 30 days with no activity. You should take one of the following actions:
This issue will be automatically closed in 7 days if no further activity occurs. |
This issue is marked as stale because it has been open for 30 days with no activity. You should take one of the following actions:
This issue will be automatically closed in 7 days if no further activity occurs. |
Is TLS support planned?
In accordance with tidwall/evio#28 there are no easy way to implement it:
Looks like custom TLS implementation is required for this.
The text was updated successfully, but these errors were encountered: