Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Send OMEMO-encrypted messages and files using 12 byte IV | Marvin W | 2020-09-14 | 1 | -4/+0 |
| | |||||
* | Enabling display of more compiler warnings and fix some of them | Marvin W | 2020-01-21 | 1 | -9/+5 |
| | | | | | Most of these are caused by various issues is the Vala compiler, but it doesn't hurt to display them and report them upstream. | ||||
* | Improve log messages for OMEMO sending issues | Marvin W | 2020-01-15 | 1 | -11/+14 |
| | |||||
* | Initialize GCrypt on libsignal setup | Marvin W | 2020-01-15 | 1 | -0/+2 |
| | |||||
* | Fix various typing issues in signal bindings | Marvin W | 2020-01-09 | 3 | -25/+11 |
| | |||||
* | Fix some warnings | hrxi | 2019-09-10 | 2 | -7/+7 |
| | | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid. | ||||
* | signal-protocol: Fix incorrect free() | fiaxh | 2019-05-26 | 1 | -1/+1 |
| | | | | fixes #562 | ||||
* | Do not use signal_protocol_internal.h | Marvin W | 2019-02-12 | 3 | -3/+6 |
| | |||||
* | Rewrite OMEMO crypt buffer logic to fix #474 | Marvin W | 2019-01-16 | 1 | -13/+43 |
| | |||||
* | Bump libsignal-protocol-c dependency to 2.3.2 | Marvin W | 2019-01-02 | 1 | -6/+8 |
| | |||||
* | Allow 12 for the size of the IV | Tim Henkes | 2018-11-20 | 1 | -2/+2 |
| | |||||
* | Add trust management utilities to the omemo plugin | Samuel Hand | 2018-06-11 | 1 | -1/+5 |
| | |||||
* | Small fixes to signal-protocol-c helper functions | Marvin W | 2018-01-04 | 1 | -1/+2 |
| | | | | ref #253 | ||||
* | Use utc time everywhere | fiaxh | 2017-08-31 | 1 | -2/+2 |
| | |||||
* | cmake/signal-protocol: shared lib, mark_as_advanced and others | Marvin W | 2017-04-26 | 2 | -3/+3 |
| | |||||
* | signal-protocol: use proper types and fix memleak (#59) | Marvin W | 2017-04-19 | 1 | -4/+5 |
| | |||||
* | signal-protocol/omemo: fix null-pointer issues | Marvin W | 2017-04-18 | 4 | -19/+51 |
| | | | | Fixes #44 and #58 | ||||
* | Replace OpenSSL with GCrypt | Marvin W | 2017-04-15 | 1 | -358/+171 |
| | |||||
* | Make compatible with OpenSSL 1.1 | Marvin W | 2017-03-13 | 1 | -22/+28 |
| | |||||
* | Add OMEMO via Plugin | Marvin W | 2017-03-11 | 9 | -0/+1291 |