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_olm.cpp
Age
Commit message (
Expand
)
Author
2019-04-22
don't use variable length or zero-length arrays in test files
Hubert Chathi
2016-10-25
Document the return values for olm_matches_inbound_session
Mark Haines
2016-10-24
Return the base64-encoded length of pickles
Richard van der Hoff
2016-09-01
Fix Ed25519 keypair generation
Richard van der Hoff
2016-05-23
Rename olm.hh to olm.h
Richard van der Hoff
2015-07-16
Add method getting a session id. Update the python and javascript bindings
Mark Haines
2015-07-14
Add a test for pickling and unpickling sessions, fix off by one error when un...
Mark Haines
2015-07-10
Output simpler JSON for the account keys, don't sign the JSON but instead pro...
Mark Haines
2015-07-09
Add c bindings for the methods for managing one time keys
Mark Haines
2015-07-08
Change the JSON format for one time keys to include what algorithm they are for
Mark Haines
2015-07-08
Send the public part of the one time key rather than passing an identifier
Mark Haines
2015-07-07
Encode the account keys as a signed JSON object
Mark Haines
2015-06-27
Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and Axolotl-...
Matthew Hodgson