- Apr 17, 2019
-
-
Hubert Chathi authored
-
- Apr 12, 2019
-
-
Hubert Chathi authored
add python bindings for PK signing
-
Hubert Chathi authored
-
Hubert Chathi authored
OLMKit: add Short Authentication String verification
-
Hubert Chathi authored
-
manuroe authored
-
- Apr 10, 2019
-
-
manuroe authored
(cherry picked from commit add1bd6e4250012dcfa30a40d763dba82f53c254)
-
manuroe authored
(cherry picked from commit ff31d489c68d5d9e597bd55a6f6a64f3fe4c7ecc)
-
manuroe authored
(cherry picked from commit 934d516eb35c488ee197e1bab78a4c81e3c8241d)
-
manuroe authored
(cherry picked from commit 3e954ca2729d3333ea853c878602d1696f616573)
-
manuroe authored
(cherry picked from commit c0a53ebaeda420f636698b99c393868d2bf8f905)
-
Damir Jelić authored
-
Valere authored
Java binding for SAS
-
Valere authored
-
Valere authored
-
Valere authored
Fix / missing free() on some errors Added doc regarding string encoding for keys cleaning
-
- Apr 09, 2019
-
-
Damir Jelić authored
The SAS header is required to build the package therefore it needs to be shipped with the source distribution of the package. Adding it to the manifest achieves this.
-
Damir Jelić authored
-
Damir Jelić authored
-
- Apr 08, 2019
-
-
Hubert Chathi authored
-
Hubert Chathi authored
because older versions of emscripten don't support the length argument to UTF8ToString.
-
Damir Jelić authored
The Pointer_stringify() function is deprecated and has a couple of issues because it tries to guess the encoding of the buffer. In some cases it can ignore the length parameter which could end up in inconsistencies. Switch to UTF8toString() that takes a length parameter and respects, that way we don't need to allocate an additional byte for a NULL byte.
-
Hubert Chathi authored
-
Damir Jelić authored
This allows downstream users to install this python module with pip as well as allowing people to declare it as a dependency in their setup.py. Signed-off-by:
Damir Jelić <poljar@termina.org.uk>
-
Damir Jelić authored
This patch adds the Olm header files to the manifest, this results in the header files being added to source distributions of the python-olm module. The headers are required to build the module. Including them in the source distribution is the easiest way to make sure that builds from the source distribution will succeed provided that the Olm C library is already installed. Signed-off-by:
Damir Jelić <poljar@termina.org.uk>
-
Damir Jelić authored
This patch adds bindings to the PK part of the Olm library contained in the pk.h header file. Encryption, decryption as well as pickling/unpickling of the decryption object is supported. Signed-off-by:
Damir Jelić <poljar@termina.org.uk>
-
Damir Jelić authored
Typing is part of standard library from python 3.5 and from python 3.7 onwards trying to install it results in an error. This patch disables typing installation on python versions that are newer than 3.5. Signed-off-by:
Damir Jelić <poljar@termina.org.uk>
-
- Apr 05, 2019
-
-
Hubert Chathi authored
-
- Apr 03, 2019
-
-
Hubert Chathi authored
-
- Apr 02, 2019
-
-
Damir Jelić authored
Signed-off-by:
Damir Jelić <poljar@termina.org.uk>
-
Damir Jelić authored
This patch adds bindings to the SAS part of the Olm library contained in the sas.h header file. Signed-off-by:
Damir Jelić <poljar@termina.org.uk>
-
- Mar 28, 2019
-
-
Hubert Chathi authored
-
- Mar 20, 2019
-
-
Hubert Chathi authored
-
- Mar 14, 2019
-
-
Hubert Chathi authored
-
- Feb 15, 2019
-
-
Hubert Chathi authored
-
- Feb 01, 2019
-
-
Hubert Chathi authored
Add signing class to the pk module
-
Hubert Chathi authored
-
- Jan 30, 2019
-
-
David Baker authored
-
David Baker authored
because emscripted has dropped support for the old flag and us setting it is now breaking the build.
-
- Jan 29, 2019
-
-
David Baker authored
-