Age | Commit message (Expand) | Author |
2018-06-27 | Fix warnings reported by LLVM | manuroe |
2017-01-10 | Add some tests for inbound session import/export | Richard van der Hoff |
2017-01-10 | Store a flag indicating if the sender key is verified | Richard van der Hoff |
2017-01-09 | Implement importing group session data | Richard van der Hoff |
2017-01-06 | Enable exporting inbound group session keys | Richard van der Hoff |
2016-10-20 | Add NULL check for message_index pointer | Mark Haines |
2016-10-20 | Return the message index when decrypting group messages. | Mark Haines |
2016-09-13 | Merge pull request #23 from matrix-org/markjh/remove_message_index | Mark Haines |
2016-09-13 | Remove the messsage index from olm_init_inbound_group_session since it is rea... | Mark Haines |
2016-09-13 | Add a olm_inbound_group_session_id method | Mark Haines |
2016-09-13 | Comment on the encoding of the message counter. | Mark Haines |
2016-09-13 | Use the ed22519 public key as the group session id. | Mark Haines |
2016-09-06 | Sign megolm messages | Richard van der Hoff |
2016-05-25 | Remove session_id from group messages | Richard van der Hoff |
2016-05-24 | Separate base64ing from the rest of msg encoding | Richard van der Hoff |
2016-05-24 | Update megolm_cipher as a global struct | Richard van der Hoff |
2016-05-24 | Use _olm_unset instead of memset | Richard van der Hoff |
2016-05-24 | Avoid relying on uint -> int casting behaviour | Richard van der Hoff |
2016-05-24 | Fix up some names, and protobuf tags | Richard van der Hoff |
2016-05-24 | Support for pickling inbound group sessions | Richard van der Hoff |
2016-05-24 | Implement decrypting inbound group messages | Richard van der Hoff |