aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-11Add aliases for deprecated functionsDavid Baker
2018-10-10Merge remote-tracking branch 'origin/master' into dbkr/pk_private_export_importDavid Baker
2018-10-10Merge remote-tracking branch 'origin/master' into dbkr/ci2David Baker
2018-10-10Merge pull request #57 from matrix-org/dbkr/wasmDavid Baker
2018-10-10Add note about passing through env var with dockerDavid Baker
2018-10-09Merge branch 'master' into dbkr/wasmHubert Chathi
2018-10-05Build on macDavid Baker
2018-10-05Merge branch 'master' into dbkr/ci2Hubert Chathi
2018-10-05Merge branch 'master' into dbkr/pk_private_export_importHubert Chathi
2018-10-05Merge branch 'master' into dbkr/wasmHubert Chathi
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-04Dual-build wasm and asm.js olmDavid Baker
2018-10-03...in the right dirDavid Baker
2018-10-03run npm installDavid Baker
2018-10-03Merge branch 'dbkr/wasm' into dbkr/ci2David Baker
2018-10-03Replace the impenetrable line of perl with pythonDavid Baker
2018-10-03CircleCI config fileDavid Baker
2018-10-02Add an export for the length of a private keyDavid Baker
2018-10-02Merge pull request #58 from matrix-org/dbkr/method_consistencyDavid Baker
2018-10-02Add other breaking changeDavid Baker
2018-10-02Work with PkDecryption keys by their private keysDavid Baker
2018-10-02Merge remote-tracking branch 'origin/master' into dbkr/wasmDavid 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-01Merge remote-tracking branch 'origin/master' into dbkr/wasmDavid Baker
2018-10-01Call appropriate wrapper functionDavid Baker
2018-09-27oops, fix typo - thanks to @dest4Matthew Hodgson
2018-09-26Support passing olm options into init()David Baker
2018-09-25Breking changeDavid Baker
2018-09-25Return same promise if init() called many timesDavid Baker
2018-09-25Another day, another interfaceDavid Baker
2018-09-21Also ship the wasm fileDavid Baker
2018-09-21Make OLM_OPTIONS work againDavid Baker
2018-09-21WebAssembly support!David Baker
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-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-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