Age | Commit message (Expand) | Author |
2019-01-23 | python: Turn the signature buffer into a bytearray. | Damir Jelić |
2019-01-21 | initial implementation of short authentication string generation | Hubert Chathi |
2018-10-24 | bump OLMKit version too3.0.0 | Hubert Chathi |
2018-10-23 | prepare release 3.0.0 | Hubert Chathi |
2018-10-23 | expose the private key length in the Android sdk | Hubert Chathi |
2018-10-23 | document how to build with cmake, and how to build the Python bindings | Hubert Chathi |
2018-10-23 | fix capitalization and update Python binding version on release | Hubert Chathi |
2018-10-23 | include the non-wasm version in the package | Hubert Chathi |
2018-10-23 | default to building as a shared library | Hubert Chathi |
2018-10-23 | Merge pull request #75 from matrix-org/manuroe/objc_pk_private_key_length | Hubert Chathi |
2018-10-23 | OLMKit: Fix typo in license header | manuroe |
2018-10-23 | OLMKit: Fix file name case | manuroe |
2018-10-23 | OLMKit: Maintenance: Update Podfile.lock | manuroe |
2018-10-23 | OLMKit: Expose PK private key length | manuroe |
2018-10-22 | Merge pull request #67 from matrix-org/cmake | Hubert Chathi |
2018-10-22 | Merge pull request #70 from matrix-org/manuroe/objc_pk | manuroe |
2018-10-19 | add functions for dealing with private keys directly | Hubert Chathi |
2018-10-19 | more and improved buffer sanitising for Android bindings | Hubert Chathi |
2018-10-19 | Merge pull request #71 from matrix-org/js_sanitising | Hubert Chathi |
2018-10-19 | Merge pull request #68 from matrix-org/poljar-python | Hubert Chathi |
2018-10-17 | fix c+p error: don't clobber the decryption object on error | Hubert Chathi |
2018-10-17 | OLMKit: Zero buffers out in all pickle & unpickle methods | manuroe |
2018-10-17 | OLMKit: Zero only critical buffers out | manuroe |
2018-10-16 | zero buffers in the JavaScript bindings | Hubert Chathi |
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 |