about summary refs log tree commit diff stats
path: root/src/omemo/omemo.c
Commit message (Expand)AuthorAgeFilesLines
...
* Replace used prekey in bundlePaul Fariello2019-04-101-1/+16
* Start new session upon prekey receptionPaul Fariello2019-04-101-0/+1
* Randomly choose a prekey on session buildPaul Fariello2019-04-101-8/+26
* Check received gcm tagPaul Fariello2019-04-101-1/+11
* Follow xep by putting gcm tag on encrypted keyPaul Fariello2019-04-101-7/+17
* Get rid of libsodiumPaul Fariello2019-04-101-9/+11
* Add log on OMEMO session startPaul Fariello2019-04-101-0/+2
* Use profanity logs for OMEMO logsPaul Fariello2019-04-101-1/+15
* Add support for encrypted carbonPaul Fariello2019-04-101-24/+79
* Handle requested device list for session startPaul Fariello2019-04-101-7/+41
* Add OMEMO identity materials long term storagePaul Fariello2019-04-101-4/+93
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-7/+165
* Create signal sessionPaul Fariello2019-04-101-2/+17
* Add signal store backend and OMEMO start commandPaul Fariello2019-04-101-2/+78
* Request for device list when OMEMO is readyPaul Fariello2019-04-101-7/+3
* Ensure received devicelist contains our own device idPaul Fariello2019-04-101-2/+11
* Fix devicelist subscription and handle pubsub eventPaul Fariello2019-04-101-10/+22
* Add devicelist and bundle publicationPaul Fariello2019-04-101-19/+115
* Move OMEMO initialization to profanity intializationPaul Fariello2019-04-101-4/+20
* Add signal-protocol lockingPaul Fariello2019-04-081-4/+34
* Add crypto backend for signal-protocolPaul Fariello2019-04-081-2/+32
* Link against libsignal-protocol-cPaul Fariello2019-04-081-0/+10