aboutsummaryrefslogtreecommitdiff
path: root/src/inbound_group_session.c
AgeCommit message (Expand)Author
2018-06-27Fix warnings reported by LLVMmanuroe
2017-01-10Add some tests for inbound session import/exportRichard van der Hoff
2017-01-10Store a flag indicating if the sender key is verifiedRichard van der Hoff
2017-01-09Implement importing group session dataRichard van der Hoff
2017-01-06Enable exporting inbound group session keysRichard van der Hoff
2016-10-20Add NULL check for message_index pointerMark Haines
2016-10-20Return the message index when decrypting group messages.Mark Haines
2016-09-13Merge pull request #23 from matrix-org/markjh/remove_message_indexMark Haines
2016-09-13Remove the messsage index from olm_init_inbound_group_session since it is rea...Mark Haines
2016-09-13Add a olm_inbound_group_session_id methodMark Haines
2016-09-13Comment on the encoding of the message counter.Mark Haines
2016-09-13Use the ed22519 public key as the group session id.Mark Haines
2016-09-06Sign megolm messagesRichard van der Hoff
2016-05-25Remove session_id from group messagesRichard van der Hoff
2016-05-24Separate base64ing from the rest of msg encodingRichard van der Hoff
2016-05-24Update megolm_cipher as a global structRichard van der Hoff
2016-05-24Use _olm_unset instead of memsetRichard van der Hoff
2016-05-24Avoid relying on uint -> int casting behaviourRichard van der Hoff
2016-05-24Fix up some names, and protobuf tagsRichard van der Hoff
2016-05-24Support for pickling inbound group sessionsRichard van der Hoff
2016-05-24Implement decrypting inbound group messagesRichard van der Hoff