aboutsummaryrefslogtreecommitdiff
path: root/plugins/signal-protocol/src/signal_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge `signal-protocol` into `omemo` pluginhrxi2023-10-061-377/+0
| | | | Same reasoning as for the `openpgp` plugin.
* Send OMEMO-encrypted messages and files using 12 byte IVMarvin W2020-09-141-4/+0
|
* 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-091-18/+5
|
* signal-protocol: Fix incorrect free()fiaxh2019-05-261-1/+1
| | | | fixes #562
* Do not use signal_protocol_internal.hMarvin W2019-02-121-2/+4
|
* Rewrite OMEMO crypt buffer logic to fix #474Marvin W2019-01-161-13/+43
|
* Allow 12 for the size of the IVTim Henkes2018-11-201-2/+2
|
* Small fixes to signal-protocol-c helper functionsMarvin W2018-01-041-1/+2
| | | | ref #253
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-261-1/+1
|
* signal-protocol: use proper types and fix memleak (#59)Marvin W2017-04-191-4/+5
|
* signal-protocol/omemo: fix null-pointer issuesMarvin W2017-04-181-4/+34
| | | | 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-111-0/+506