Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-24 | Python: Make ed25519_verify take some arguments | Richard van der Hoff | |
It's not much use if everything is hardcoded. | |||
2017-04-24 | Merge branch 'master' | Richard van der Hoff | |
Merge master into patched branch to fix conflicts prior to merge back to master | |||
2017-04-24 | PEP8 | Richard van der Hoff | |
Fix line lengths in newly-added code | |||
2017-04-24 | Add ed25519_verify to __init__.py and add test for ed25519_verify | pik | |
Signed-off-by: Alexander Maznev <alexander.maznev@gmail.com> | |||
2017-04-18 | PEP8 for python bindings | Richard van der Hoff | |
make the python code adhere to PEP8 | |||
2017-04-04 | Python: Switch to a more general os.urandom for randomness source | J08nY | |
Signed-off-by: Jan Jancar <johny@neuromancer.sk> | |||
2017-01-09 | Implement importing group session data | Richard van der Hoff | |
olm_import_inbound_group_session, which reads the format written by olm_export_inbound_group_session to initialise a group session. | |||
2017-01-06 | Enable exporting inbound group session keys | Richard van der Hoff | |
A pair of functions which allow you to export the megolm keys for an inbound group session, so that an application can save/restore them. | |||
2016-10-20 | Return the message index when decrypting group messages. | Mark Haines | |
Applications can use the index to detect replays of the same message. | |||
2016-09-22 | InboundGroupSession.init no longer requires a separate message_index | Richard van der Hoff | |
2016-09-22 | Handle non-base64 chars in pickle files | Richard van der Hoff | |
2016-05-25 | Merge branch 'rav/more_group_chat/1' | Richard van der Hoff | |
2016-05-24 | Avoid use of jq in test_olm | Richard van der Hoff | |
I want to use test_olm.sh on jenkins, which lacks jq. Hence, add support to olm.main to get id and one-time keys individually. | |||
2016-05-24 | Python wrapper: support for inbound group sessions | Richard van der Hoff | |
2016-05-24 | Outbound group session support in the python wrappers | Richard van der Hoff | |
2016-05-20 | Refactor python wrappers | Richard van der Hoff | |
Split the python wrappers into separate modules |