-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add curve security support #249
Comments
It's just not been implement yet. If you would like to work on it please send us a PR and we'll be happy to merge it, and if you have questions just ask, here or on the mailing list |
I have an idea for adding curve security feature in malamute.
|
Wouldn't it be simpler to just add an option to enable curve? There's already one for plain auth |
Well, add curve feature one original is much simple. |
I have found that the curve only support in "tcp". So, if i enabled the curve in the malamute, it will only works in "tcp" transport, right? |
Curve is independent with regards to the transport type and socket type, so it will work on IPC too. If you want to send a PR to add this new API please do so (mark it DRAFT) and then we can see where to go from there. Thanks! |
Currently, it only support plain account password with zauth api. But according to czmq document, zauth also support curve security.
Is there any reason that do not support curve?Or, it just haven't implement it?
I have already use malamute in my project for a while, it work fine when use this in my home automation gateway.
But i think it may be also useful for communicate with the mobile app which we need the transfer data to be protect.
The text was updated successfully, but these errors were encountered: