- Jun 22, 2019
-
-
Matthew Hodgson authored
Python unicode decode errors when decrypting. See merge request matrix-org/olm!4
-
- Jun 20, 2019
-
-
Damir Jelić authored
-
Damir Jelić authored
This is needed because the function returns Unicode strings and the comparison will fail under python2 unless Unicode literals are used.
-
Damir Jelić authored
-
Damir Jelić authored
-
- Jun 19, 2019
-
-
Matthew Hodgson authored
explicitly define backward & forward secrecy See merge request matrix-org/olm!3
-
Matthew Hodgson authored
-
Damir Jelić authored
-
Damir Jelić authored
The to_native_str function was supposed to produce Unicode decoded native strings for python2 and python3. Upon further consideration this doesn't make much sense since under python2 it would need to decode the bytes into a Unicode string and turn it back into a python2 str. The ability to use the replacement character requires us to use a Unicode string under python2 as well.
-
Damir Jelić authored
-
- Jun 18, 2019
-
-
Matthew Hodgson authored
-
Damir Jelić authored
-
Damir Jelić authored
This patch changes the decryption functions not to fail if there was an unicode decode error while converting the decrypted bytes plaintext into a native python string. Characters that cannot be decoded as unicode are now replaced with the unicode replacement character (U+FFFD). The old behaviour of raising an UnicodeDecodeError can be achieved by passing the "strict" error handling scheme to the decrypt function.
-
Matthew Hodgson authored
as it repeatedly trips people up, including me
-
Damir Jelić authored
-
- Jun 12, 2019
-
-
Hubert Chathi authored
-
Hubert Chathi authored
-
- May 20, 2019
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
Convert docs from RST to Markdown See merge request matrix-org/olm!2
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
as per https://github.com/matrix-org/olm/issues/15. thanks to @dest
-
- May 15, 2019
-
-
Hubert Chathi authored
-
- May 14, 2019
-
-
Aaron Raimist authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Aaron Raimist authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Aaron Raimist authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Aaron Raimist authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Aaron Raimist authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Hubert Chathi authored
also make some params const where possible
-
- Apr 30, 2019
-
-
Benoit Marty authored
-
Benoit Marty authored
- Apr 29, 2019
-
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
- Apr 28, 2019
-
-
Hubert Chathi authored
cmake: Add the SAS functions to the CMake build. See merge request matrix-org/olm!1
-
Damir Jelić authored
Signed-off-by:
Damir Jelić <poljar@termina.org.uk>
-