aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2018-05-29Python: add binding for olm_remove_one_time_keysWilfried Klaebe
2017-04-24Python: Make ed25519_verify take some argumentsRichard van der Hoff
2017-04-24Merge branch 'master'Richard van der Hoff
2017-04-24PEP8Richard van der Hoff
2017-04-24Add ed25519_verify to __init__.py and add test for ed25519_verifypik
2017-04-24Add utility module to olm/python - for ed25519_verifypik
2017-04-18Return python int instead of c_uint32 for InboundGroupSession.decrypt message...pik
2017-04-18PEP8 for python bindingsRichard van der Hoff
2017-04-04Python: Switch to a more general os.urandom for randomness sourceJ08nY
2017-01-09Implement importing group session dataRichard van der Hoff
2017-01-06Enable exporting inbound group session keysRichard van der Hoff
2016-10-25Update python wrapper to run against libolm.so.2Richard van der Hoff
2016-10-21Merge pull request #31 from matrix-org/markjh/groupmessageindexMark Haines
2016-10-20Return the message index when decrypting group messages.Mark Haines
2016-10-02fix missing ctypes function signaturesMatthew Hodgson
2016-09-22InboundGroupSession.init no longer requires a separate message_indexRichard van der Hoff
2016-09-22Handle non-base64 chars in pickle filesRichard van der Hoff
2016-09-13Merge pull request #23 from matrix-org/markjh/remove_message_indexMark Haines
2016-09-13Remove the messsage index from olm_init_inbound_group_session since it is rea...Mark Haines
2016-09-13Add a olm_inbound_group_session_id methodMark Haines
2016-09-01Fix Ed25519 keypair generationRichard van der Hoff
2016-05-25Merge branch 'rav/more_group_chat/1'Richard van der Hoff
2016-05-24Avoid use of jq in test_olmRichard van der Hoff
2016-05-24add a script for jenkins to runRichard van der Hoff
2016-05-24Python wrapper: support for inbound group sessionsRichard van der Hoff
2016-05-24Implement functions to get the state of outbound sessionRichard van der Hoff
2016-05-24Outbound group session support in the python wrappersRichard van der Hoff
2016-05-20Refactor python wrappersRichard van der Hoff
2015-11-01switch from /usr/bin/python to /usr/bin/env python. this doesn't help folks w...Matthew Hodgson
2015-07-16Add method getting a session id. Update the python and javascript bindingsMark Haines
2015-07-15Call the right c function from Session.matches_inbound. It was calling create...Mark Haines
2015-07-14Move olm.py to a python subdirectory. Add a script for testing the olm.py scriptMark Haines