aboutsummaryrefslogtreecommitdiff
path: root/plugins/signal-protocol/src
Commit message (Collapse)AuthorAgeFilesLines
* Send OMEMO-encrypted messages and files using 12 byte IVMarvin W2020-09-141-4/+0
|
* Enabling display of more compiler warnings and fix some of themMarvin W2020-01-211-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 issuesMarvin W2020-01-151-11/+14
|
* Initialize GCrypt on libsignal setupMarvin W2020-01-151-0/+2
|
* Fix various typing issues in signal bindingsMarvin W2020-01-093-25/+11
|
* Fix some warningshrxi2019-09-102-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()fiaxh2019-05-261-1/+1
| | | | fixes #562
* Do not use signal_protocol_internal.hMarvin W2019-02-123-3/+6
|
* Rewrite OMEMO crypt buffer logic to fix #474Marvin W2019-01-161-13/+43
|
* Bump libsignal-protocol-c dependency to 2.3.2Marvin W2019-01-021-6/+8
|
* Allow 12 for the size of the IVTim Henkes2018-11-201-2/+2
|
* Add trust management utilities to the omemo pluginSamuel Hand2018-06-111-1/+5
|
* Small fixes to signal-protocol-c helper functionsMarvin W2018-01-041-1/+2
| | | | ref #253
* Use utc time everywherefiaxh2017-08-311-2/+2
|
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-262-3/+3
|
* signal-protocol: use proper types and fix memleak (#59)Marvin W2017-04-191-4/+5
|
* signal-protocol/omemo: fix null-pointer issuesMarvin W2017-04-184-19/+51
| | | | Fixes #44 and #58
* Replace OpenSSL with GCryptMarvin W2017-04-151-358/+171
|
* Make compatible with OpenSSL 1.1Marvin W2017-03-131-22/+28
|
* Add OMEMO via PluginMarvin W2017-03-119-0/+1291