- 03 Jul, 2019 1 commit
-
-
- 24 Jun, 2019 1 commit
-
-
Hubert Chathi authored
-
- 22 Jun, 2019 1 commit
-
-
Matthew Hodgson authored
Python unicode decode errors when decrypting. See merge request !4
-
- 20 Jun, 2019 4 commits
- 19 Jun, 2019 5 commits
-
-
Matthew Hodgson authored
explicitly define backward & forward secrecy See merge request !3
-
Matthew Hodgson authored
-
poljar authored
-
poljar 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.
-
poljar authored
-
- 18 Jun, 2019 5 commits
-
-
Matthew Hodgson authored
-
poljar authored
-
poljar 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
-
poljar authored
-
- 12 Jun, 2019 2 commits
-
-
Hubert Chathi authored
-
Hubert Chathi authored
-
- 20 May, 2019 5 commits
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
Convert docs from RST to Markdown See merge request !2
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
as per https://github.com/matrix-org/olm/issues/15. thanks to @dest
-
- 15 May, 2019 1 commit
-
-
Hubert Chathi authored
-
- 14 May, 2019 6 commits
-
-
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Hubert Chathi authored
also make some params const where possible
-
- 30 Apr, 2019 3 commits
-
-
Hubert Chathi authored
-
-
-
- 29 Apr, 2019 6 commits
-
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-