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
/
javascript
/
olm_post.js
Age
Commit message (
Expand
)
Author
2018-10-16
zero buffers in the JavaScript bindings
Hubert Chathi
2018-10-04
Dual-build wasm and asm.js olm
David Baker
2018-09-25
Another day, another interface
David Baker
2018-09-21
WebAssembly support!
David Baker
2018-06-27
add initial implementation of basic private key encryption functionality
Hubert Chathi
2018-01-09
patch for libolm: fix some typos in JavaScript library
Hubert Chathi
2016-12-16
Avoid buffer overrun on encryption
Richard van der Hoff
2016-12-15
Merge pull request #39 from matrix-org/rav/messages_on_heap
Richard van der Hoff
2016-12-15
typo
Richard van der Hoff
2016-12-15
zero out plaintext buffers
Richard van der Hoff
2016-12-14
Allocate memory for message blobs on the heap
Richard van der Hoff
2016-12-12
Better handling of exceptions during loading
Richard van der Hoff
2016-09-05
Merge pull request #15 from matrix-org/rav/has_received_message
Richard van der Hoff
2016-09-05
Fix megolm decryption of UTF-8
Richard van der Hoff
2016-09-04
OlmSession.has_received_message
Richard van der Hoff
2016-09-01
Fix Ed25519 keypair generation
Richard van der Hoff
2016-07-06
JS: make sure returned strings are null-terminated
Richard van der Hoff
2016-05-16
Remove vestiges of logging
Richard van der Hoff
2016-04-26
Add a basic logging implementation
Richard van der Hoff
2015-08-04
Add sha256 and ed25519_verify methods to javascript bindings
Mark Haines
2015-07-21
Fix javascript bindings: matches_inbound doesn't take an account argument
Mark Haines
2015-07-17
Add remove_one_time_keys to the javascript bindings
Mark Haines
2015-07-16
Add method getting a session id. Update the python and javascript bindings
Mark Haines
2015-07-14
Tweak the javascript bindings so that they will work with Node.js
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
Don't pass a key id when creating a new outbound session
Mark Haines
2015-07-08
Update the javascript bindings and demo to match the format of the identity k...
Mark Haines
2015-06-27
Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and Axolotl-...
Matthew Hodgson