Age | Commit message (Expand) | Author |
2018-10-16 | document a couple more places where olm clobbers things | Hubert Chathi |
2018-10-16 | also ignore the non-wasm JS file | Hubert Chathi |
2018-10-16 | add more buffer clearing | Hubert Chathi |
2018-10-16 | Fix compilation warning for olm_pk_private_key_length(void); | manuroe |
2018-10-16 | Remove .DS_Store for git | manuroe |
2018-10-16 | OLMKit: Add objc wrappers for pk encryption/decryption | manuroe |
2018-10-16 | overwrite buffers that may contain sensitive data | Hubert Chathi |
2018-10-16 | remove unnecessary comments about not enough random | Hubert Chathi |
2018-10-15 | add license headers to python bindings | Hubert Chathi |
2018-10-15 | use new function names in Android bindings | Hubert Chathi |
2018-10-15 | use the correct error code | Hubert Chathi |
2018-10-12 | remove fuzzers from cmake, since it doesn't work properly | Hubert Chathi |
2018-10-12 | add dummy header files for generating cffi function list | Hubert Chathi |
2018-10-12 | remove code coverage and TravisCI badges | Hubert Chathi |
2018-10-12 | build and test improvements | Hubert Chathi |
2018-10-12 | remove redundant license file | Hubert Chathi |
2018-10-12 | always use files from ../include and ../build | Hubert Chathi |
2018-10-12 | generate python/include/olm/olm.h automatically | Hubert Chathi |
2018-10-12 | Merge branch 'master' into poljar | Hubert Chathi |
2018-10-12 | add pk files to cmake, avoid some duplication, and update documentation | Hubert Chathi |
2018-10-12 | Add CMake support | Konstantinos Sideris |
2018-10-12 | clear out plaintext buffers in Android SDK where possible | Hubert Chathi |
2018-10-12 | Merge pull request #61 from matrix-org/dbkr/pk_private_export_import | David Baker |
2018-10-12 | Merge remote-tracking branch 'origin/master' into dbkr/pk_private_export_import | David Baker |
2018-10-12 | Merge pull request #62 from matrix-org/dbkr/ci2 | David Baker |
2018-10-11 | Add aliases for deprecated functions | David Baker |
2018-10-10 | Merge remote-tracking branch 'origin/master' into dbkr/pk_private_export_import | David Baker |
2018-10-10 | Merge remote-tracking branch 'origin/master' into dbkr/ci2 | David Baker |
2018-10-10 | Merge pull request #57 from matrix-org/dbkr/wasm | David Baker |
2018-10-10 | Add note about passing through env var with docker | David Baker |
2018-10-09 | Merge branch 'master' into dbkr/wasm | Hubert Chathi |
2018-10-05 | Build on mac | David Baker |
2018-10-05 | Merge branch 'master' into dbkr/ci2 | Hubert Chathi |
2018-10-05 | Merge branch 'master' into dbkr/pk_private_export_import | Hubert Chathi |
2018-10-05 | Merge branch 'master' into dbkr/wasm | Hubert Chathi |
2018-10-05 | add more comments describing the pk encrypt/decrypt functions | Hubert Chathi |
2018-10-05 | remove unneeded polyfill | Hubert Chathi |
2018-10-05 | fix some code style issues and typos | Hubert Chathi |
2018-10-04 | Dual-build wasm and asm.js olm | David Baker |
2018-10-03 | ...in the right dir | David Baker |
2018-10-03 | run npm install | David Baker |
2018-10-03 | Merge branch 'dbkr/wasm' into dbkr/ci2 | David Baker |
2018-10-03 | Replace the impenetrable line of perl with python | David Baker |
2018-10-03 | CircleCI config file | David Baker |
2018-10-02 | Add an export for the length of a private key | David Baker |
2018-10-02 | Merge pull request #58 from matrix-org/dbkr/method_consistency | David Baker |
2018-10-02 | Add other breaking change | David Baker |
2018-10-02 | Work with PkDecryption keys by their private keys | David Baker |
2018-10-02 | Merge remote-tracking branch 'origin/master' into dbkr/wasm | David Baker |
2018-10-02 | Merge pull request #59 from matrix-org/dbkr/fix_trailing_newlines | David Baker |