-
Notifications
You must be signed in to change notification settings - Fork 282
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
Support for switching off TLS channels #554
Comments
TLS can be switched off using |
I see. Keeping the issue open for now in case our investigations on what is exactly needed to make it usable in our setting create further need for discussions. Thanks! |
Is this only about the communication between multiple Machines, or also when using the Client Functionality? |
@mkskeller: Can TLS be switched off for client/engine connections? If not, any chance to provide that functionality? |
642d11f adds the compile-time option |
Thank you very much @mkskeller. Will give that a try ASAP. Closing this for now. |
We use MP-SPDZ as the MPC engine within the Carbyne Stack cloud-native MPC platform. ATM we use a heavily outdated version of MP-SPDZ but are in the process of replacing that one with a newer version (see carbynestack/ephemeral#15) By using functionality of the Istio service mesh, we are outsourcing the responsibility to ensure inter-player communication happens over TLS-secured channels. Is it possible to disable TLS channels in the MP-SPDZ implementation to avoid the overheads of TLS-over-TLS and the complications of managing certificates on the level of Kubernetes Pods running the MP-SPDZ engine instances. If not would you consider implementing such a feature to enable downstream use in Carbyne Stack?
The text was updated successfully, but these errors were encountered: