Skip to content
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

lwt backend without a dep on tls? #187

Open
c-cube opened this issue Mar 4, 2020 · 2 comments
Open

lwt backend without a dep on tls? #187

c-cube opened this issue Mar 4, 2020 · 2 comments

Comments

@c-cube
Copy link

c-cube commented Mar 4, 2020

tls pulls a lot of dependencies, it'd be very convenient to just use normal lwt networking functions.

@avsm
Copy link
Member

avsm commented Mar 22, 2020

To be clear: you're looking for a cleartext-on-the-wire Lwt version?

This is possible, but a lot of engineering just for the case of dropping some dependencies in return for possibly insecure deployments. Could you elaborate a little more about your usecase?

@c-cube
Copy link
Author

c-cube commented Mar 25, 2020

well, I was exploring options for IPC on a single machine, but capnp seems way overkill for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants