index
:
libolm
master
Implementation of the olm and megolm cryptographic ratchets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
message.cpp
Age
Commit message (
Collapse
)
Author
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
the message is invalid, fixes a crash where the message was too short
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 ↵
Matthew Hodgson
Axolotl-the-OWS-libraries at moxie's request
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 ↵
Mark Haines
messages
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 ↵
Mark Haines
since they supplied it
2015-02-25
Add a message encoder/decoder
Mark Haines