aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-05add more comments describing the pk encrypt/decrypt functionsHubert Chathi
2018-10-05remove unneeded polyfillHubert Chathi
2018-10-05fix some code style issues and typosHubert Chathi
2018-10-02Merge pull request #58 from matrix-org/dbkr/method_consistencyDavid Baker
2018-10-02Merge pull request #59 from matrix-org/dbkr/fix_trailing_newlinesDavid Baker
2018-10-01Remove trailing letter 'K's from the test pubkeysDavid Baker
2018-10-01Call appropriate wrapper functionDavid Baker
2018-09-27oops, fix typo - thanks to @dest4Matthew Hodgson
2018-09-20Merge pull request #55 from matrix-org/dbkr/pk_key_lengthDavid Baker
2018-09-19Fix output buffer length checkDavid Baker
2018-08-15update address for sending feedback for olmHubert Chathi
2018-07-09Request patches to olm@matrix.orgRichard van der Hoff
2018-07-04prepare 2.3.02.3.0Hubert Chathi
2018-06-28use void in type signatures for functions with no argumentsHubert Chathi
2018-06-28add functions for pickling/unpickling a decryption objectHubert Chathi
2018-06-28add terminationHubert Chathi
2018-06-28improve public key encryption unit testHubert Chathi
2018-06-27add initial version of Android wrapper for public key APIHubert Chathi
2018-06-27use the correct method to get the random lengthHubert Chathi
2018-06-27add initial implementation of basic private key encryption functionalityHubert Chathi
2018-06-27fix some commentsHubert Chathi
2018-06-27Improve .gitignore: exclude generated files for testBenoit Marty
2018-06-27Comment out proxy settingsBenoit Marty
2018-06-27Upgrade toolsBenoit Marty
2018-06-27Compiling with last NDK + some hardeningBenoit Marty
2018-06-27ignore generated filesBenoit Marty
2018-06-27Fix null pointer dereferenceBenoit Marty
2018-06-27Add a .gitignore file specific for Android projectBenoit Marty
2018-06-27OLMAccount: Fix use of object after its memory was releasedmanuroe
2018-06-27Update Xcode test projectmanuroe
2018-06-27Fix obj-c warningsmanuroe
2018-06-27Fix warnings reported by LLVMmanuroe
2018-06-27fix a length check and add some missing length checksHubert Chathi
2018-06-22Update releasing instructionsRichard van der Hoff
2018-05-29Python: add binding for olm_remove_one_time_keysWilfried Klaebe
2018-04-12Update Makefile to support building on WindowsMTRNord
2018-01-09patch for libolm: fix some typos in JavaScript libraryHubert Chathi
2017-11-22jenkins.sh: Run python bits in a virtualenvRichard van der Hoff
2017-09-29Drop unused #includeAlexey Rusakov
2017-09-29Avoid C99 inside C++ codeAlexey Rusakov
2017-06-08update link in README to match changes in 780d83aHubert Chathi
2017-06-07update linkEli Flanagan
2017-05-08add audit notesMatthew Hodgson
2017-04-24Enforce PEP8 in jenins buildRichard van der Hoff
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