aboutsummaryrefslogtreecommitdiff
path: root/plugins/signal-protocol
Commit message (Expand)AuthorAgeFilesLines
* Merge `signal-protocol` into `omemo` pluginhrxi2023-10-0617-2753/+0
* Build: Adjust to never build with libsignal-protocol-cMarvin W2023-04-222-48/+4
* Fix build of testsMarvin W2022-04-081-2/+2
* CMake: Make STATIC explict where neededMarvin W2021-03-061-1/+1
* Send OMEMO-encrypted messages and files using 12 byte IVMarvin W2020-09-141-4/+0
* Bump libsignal-protocol-c version to 2.3.3Marvin W2020-04-132-1/+1
* Enabling display of more compiler warnings and fix some of themMarvin W2020-01-212-17/+13
* Use system provided libsignal-protocol-c by defaultMarvin W2020-01-211-3/+6
* 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-096-48/+24
* Make TestCase protected for newer valaMaxime “pep” Buquet2019-09-111-1/+1
* fixup Fix some warningsfiaxh2019-09-101-6/+4
* Fix some warningshrxi2019-09-104-12/+22
* signal-protocol: Fix incorrect free()fiaxh2019-05-261-1/+1
* Do not use signal_protocol_internal.hMarvin W2019-02-124-5/+8
* Rewrite OMEMO crypt buffer logic to fix #474Marvin W2019-01-161-13/+43
* Bump libsignal-protocol-c dependency to 2.3.2Marvin W2019-01-024-12/+15
* 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
* Fix typos in comments and variable names (#269)linkmauve2018-01-101-2/+2
* Small fixes to signal-protocol-c helper functionsMarvin W2018-01-041-1/+2
* Use utc time everywherefiaxh2017-08-312-6/+6
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-265-100/+106
* signal-protocol: use proper types and fix memleak (#59)Marvin W2017-04-191-4/+5
* signal-protocol/omemo: fix null-pointer issuesMarvin W2017-04-186-31/+58
* Replace OpenSSL with GCryptMarvin W2017-04-153-368/+177
* Make FHS compliant, split RPMs, fix compilation on older GCCsMarvin W2017-04-031-1/+1
* Fix -Werror=format-security issuesMarvin W2017-03-301-1/+1
* Fetch libsignal-protocol-c when not a submodule (still using git)Marvin W2017-03-231-0/+0
* New CMakeMarvin W2017-03-231-21/+9
* Make compatible with OpenSSL 1.1Marvin W2017-03-131-22/+28
* Add OMEMO via PluginMarvin W2017-03-1118-0/+2935