Age | Commit message (Expand) | Author |
2016-10-19 | Fix a buffer bounds check when decoding group messages | Richard van der Hoff |
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 | Fix up some names, and protobuf tags | Richard van der Hoff |
2016-05-24 | Implement decrypting inbound group messages | Richard van der Hoff |
2016-05-24 | Implementation of an outbound group session | Richard van der Hoff |
2016-05-23 | Fix bug in bounds check when parsing | Mark Haines |
2016-05-16 | Remove logging functionality | Richard van der Hoff |
2016-05-16 | translate logging.cpp to C | Richard van der Hoff |
2016-04-26 | Fix a bunch of compiler warnings, and turn on warnings. | Richard van der Hoff |
2016-04-26 | Add some logging to help understand what's going on | Richard van der Hoff |
2015-08-18 | Make the internal functions static, remove some unused internal functions | Mark Haines |
2015-08-07 | Fix crash where the message length was shorter than the length of the mac | Mark Haines |
2015-08-07 | Initialise the length fields of the reader struct in decode_message, even if ... | Mark Haines |
2015-08-07 | Fix a crash when decoding messages that are too short | Mark Haines |
2015-07-08 | Send the public part of the one time key rather than passing an identifier | Mark Haines |
2015-06-27 | Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and Axolotl-... | Matthew Hodgson |
2015-06-23 | Fix bug encoding integers larger than 128 | Mark Haines |
2015-06-23 | Add missing include, fix bug in handling unknown message fields | Mark Haines |
2015-06-23 | This field isn't being used anywhere so don't bother including it in the mess... | Mark Haines |
2015-06-12 | Implement the session key exchange | Mark Haines |
2015-06-11 | Add encoder and decoder for PreKey messages | Mark Haines |
2015-06-11 | Move AES specific details behind a cipher interface | Mark Haines |
2015-02-26 | Copyright notices and a license | Mark Haines |
2015-02-25 | Don't bother passing through the mac_length, the caller already knows it sinc... | Mark Haines |
2015-02-25 | Add a message encoder/decoder | Mark Haines |