aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2019-04-30release 3.1.23.1.2Hubert Chathi
2019-04-29bump version number for 3.1.13.1.1Hubert Chathi
2019-04-17prepare for 3.1.0 releaseHubert Chathi
2019-04-12Merge pull request #86 from matrix-org/add_python_pk_signingHubert Chathi
2019-04-12more isortHubert Chathi
2019-04-12isort python/olm/pk.pyHubert Chathi
2019-04-09python: Add the SAS header to the manifest.Damir Jelić
2019-04-09python: Add support for the long KDF MAC calculation.Damir Jelić
2019-04-09python: Remove an unneeded and old copyright header.Damir Jelić
2019-04-08add python bindings for PK signingHubert Chathi
2019-04-08Merge branch 'master' into poljar/python-sasHubert Chathi
2019-04-08python: Build the build headers with setup.py.Damir Jelić
2019-04-08python: Fix the MANIFEST file.Damir Jelić
2019-04-08python: Add PK bindings.Damir Jelić
2019-04-08python: Make the typing module a requirement only for old python versions.Damir Jelić
2019-04-02python: Expose the sha256() function in the utilities.Damir Jelić
2019-04-02python: Add Short Authentication String bindings.Damir Jelić
2019-01-23python: Turn the signature buffer into a bytearray.Damir Jelić
2018-10-23prepare release 3.0.0Hubert Chathi
2018-10-16add more buffer clearingHubert Chathi
2018-10-16overwrite buffers that may contain sensitive dataHubert Chathi
2018-10-16remove unnecessary comments about not enough randomHubert Chathi
2018-10-15add license headers to python bindingsHubert Chathi
2018-10-12add dummy header files for generating cffi function listHubert Chathi
2018-10-12remove code coverage and TravisCI badgesHubert Chathi
2018-10-12build and test improvementsHubert Chathi
2018-10-12remove redundant license fileHubert Chathi
2018-10-12always use files from ../include and ../buildHubert Chathi
2018-10-12generate python/include/olm/olm.h automaticallyHubert Chathi
2018-07-18python: Enable build with the local build of the Olm C library.Damir Jelić
2018-07-18python: Import improved python bindings.Damir Jelić
2018-07-18python: Remove the python bindings.Damir Jelić
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