summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/backend/utils.py
AgeCommit message (Collapse)Author
2015-10-06[bug] store zmq certs in the right pathIvan Alejandro
Change KEYS_DIR for a function, so the path does not get defined on import (and most likely) before the flags are defined. Move the flags_dict call before the generate_zmq_certificates call. Otherwise the standalone flag won't be set properly. - Resolves: #7512
2015-06-22[feat] replace old log handler with new oneIvan Alejandro
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other.
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