- Oct 06, 2016
-
-
pedroGitt authored
- new file olm_utility.cpp to have a stand alone function to initialize/alloc a random buffer - new class OlmMessage - complete OlmSession API with encryptMessage() - comments review - OlmAccount unit tests are green - new gradle to compile the shared lib according to debug mode
-
pedroGitt authored
-
pedroGitt authored
-
- Oct 05, 2016
- Sep 23, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Sep 22, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Split ratchet algorithm out to a separate section. Also clean up some phrasing and correct a typo or two.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Sep 16, 2016
-
-
Mark Haines authored
Fix jenkins.sh
-
Mark Haines authored
-
Richard van der Hoff authored
Update comment on olm_account_one_time_keys
-
Richard van der Hoff authored
Document what it actually returns.
-
- Sep 14, 2016
-
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
- Sep 13, 2016
-
-
Mark Haines authored
-
Mark Haines authored
Remove the messsage index from olm_init_inbound_group_session
-
Mark Haines authored
Add a olm_inbound_group_session_id method
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
Use the ed25519 public key as the group session id.
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
Some clients expect the session id to be globally unique, so allowing the end devices to pick the session id will cause problems. Include the current ratchet index with the initial keys, this decreases the risk that the client will supply the wrong index causing problems. Sign the initial keys with the ratchet ed25519 key, this reduces the risk of a client claiming a session that they didn't create.
-
- Sep 06, 2016
-
-
Matthew Hodgson authored
-
Richard van der Hoff authored
Prepare changelog for v1.2.0
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Sign megolm messages
-
Richard van der Hoff authored
Add ed25519 keys to the inbound and outbound sessions, and use them to sign and verify megolm messages. We just stuff the ed25519 public key in alongside the megolm session key (and add a version byte), to save adding more boilerplate to the JS/python/etc layers.
-
Richard van der Hoff authored
Remove redundant args from some js funcs, and fix a comment typo
-