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
/
tests
/
test_group_session.cpp
Age
Commit message (
Expand
)
Author
2019-04-22
don't use variable length or zero-length arrays in test files
Hubert Chathi
2017-01-10
Add some tests for inbound session import/export
Richard van der Hoff
2016-10-24
Return the base64-encoded length of pickles
Richard van der Hoff
2016-10-20
Check the message index in the tests
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 test to check the equivalence of session ids for inbound and outbound s...
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-24
Support for pickling inbound group sessions
Richard van der Hoff
2016-05-24
Implement decrypting inbound group messages
Richard van der Hoff
2016-05-24
Implement pickling/unpickling for outbound group sessions
Richard van der Hoff
2016-05-24
Implementation of an outbound group session
Richard van der Hoff