summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/backend/utils.py
AgeCommit message (Collapse)Author
2015-02-20Fall back to plain ZMQ if Curve is not available.Ivan Alejandro
Use global flag for ZMQ_HAS_CURVE. Closes #6646
2014-12-29Create the certificates if they don't exist.Ivan Alejandro
Fix typo for signal disconnection. The backend is the one who always creates the certificates. Either if it is run separately or in a process in the same app as the frontend.
2014-07-23Restrict access to the zmq certificates folder.Ivan Alejandro
2014-07-14Use custom `mkdir` to create the tree if needed.Ivan Alejandro
2014-07-14Add file docstrings.Ivan Alejandro
2014-07-14Add license headers.Ivan Alejandro
2014-07-14Add base communication framework.Ivan Alejandro