← Back to context Comment by Retr0id 2 days ago I did a <4KB one that supports DNS+TLS (albeit insecurely) https://github.com/DavidBuchanan314/kurl/ 2 comments Retr0id Reply DenisDolya 2 days ago This is of course great, and very creative, but why not use an HTTP proxy if this TLS is still unprotected?Did I misunderstand something? Retr0id 2 days ago Many servers support TLS only, so implementing the client side of TLS was a matter of compatibility, not security. If external dependencies are allowed then why not just use libcurl?
DenisDolya 2 days ago This is of course great, and very creative, but why not use an HTTP proxy if this TLS is still unprotected?Did I misunderstand something? Retr0id 2 days ago Many servers support TLS only, so implementing the client side of TLS was a matter of compatibility, not security. If external dependencies are allowed then why not just use libcurl?
Retr0id 2 days ago Many servers support TLS only, so implementing the client side of TLS was a matter of compatibility, not security. If external dependencies are allowed then why not just use libcurl?
This is of course great, and very creative, but why not use an HTTP proxy if this TLS is still unprotected?
Did I misunderstand something?
Many servers support TLS only, so implementing the client side of TLS was a matter of compatibility, not security. If external dependencies are allowed then why not just use libcurl?