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
Age
Commit message (
Expand
)
Author
2020-07-04
Fix group demo to work with > 2 users
Saúl Ibarra Corretgé
2020-06-11
bump version info for release
3.1.5
Hubert Chathi
2020-05-16
fix group demo to work with Olm.init()
Matthew Hodgson
2020-05-16
fix 1:1 demo to work with Olm.init()
Matthew Hodgson
2020-05-16
spell out error msg if you don't Olm.init
Matthew Hodgson
2020-05-13
add a note about calling Olm.init
Hubert Chathi
2020-05-07
fix type signature of unpickle in Inbound/OutboundGroupSession
Hubert Chathi
2020-04-29
add missing declaration for PkDecryption#decrypt and SAS class
Hubert Chathi
2020-04-24
add declarations for Inbound/OutboundGroupSession
Hubert Chathi
2020-04-24
initial TypeScript definition file
Hubert Chathi
2019-10-09
release 3.1.4
3.1.4
Hubert Chathi
2019-10-04
Pass in a buffer to olm_session_describe
David Baker
2019-10-01
Add olm_session_describe
David Baker
2019-06-24
release 3.1.3
3.1.3
Hubert Chathi
2019-04-30
release 3.1.2
3.1.2
Hubert Chathi
2019-04-29
bump version number for 3.1.1
3.1.1
Hubert Chathi
2019-04-17
prepare for 3.1.0 release
Hubert Chathi
2019-04-08
re-add null termination in javascript
Hubert Chathi
2019-04-08
javascript: Switch from deprecated Pointer_stringify() to UTF8toString().
Damir Jelić
2019-04-02
add support for an incorrect KDF that snuck into Riot 1.0
Hubert Chathi
2019-03-13
rename functions to be more consistent
Hubert Chathi
2019-02-01
call the right function and remove unnecessary include
Hubert Chathi
2019-01-29
Add signing class to the pk module
David Baker
2019-01-21
initial implementation of short authentication string generation
Hubert Chathi
2018-10-23
prepare release 3.0.0
Hubert Chathi
2018-10-23
include the non-wasm version in the package
Hubert Chathi
2018-10-16
zero buffers in the JavaScript bindings
Hubert Chathi
2018-10-16
also ignore the non-wasm JS file
Hubert Chathi
2018-10-10
Merge remote-tracking branch 'origin/master' into dbkr/pk_private_export_import
David Baker
2018-10-05
Merge branch 'master' into dbkr/pk_private_export_import
Hubert Chathi
2018-10-05
Merge branch 'master' into dbkr/wasm
Hubert Chathi
2018-10-05
remove unneeded polyfill
Hubert Chathi
2018-10-05
fix some code style issues and typos
Hubert Chathi
2018-10-04
Dual-build wasm and asm.js olm
David Baker
2018-10-02
Add an export for the length of a private key
David Baker
2018-10-02
Work with PkDecryption keys by their private keys
David Baker
2018-10-01
Call appropriate wrapper function
David Baker
2018-09-26
Support passing olm options into init()
David Baker
2018-09-25
Return same promise if init() called many times
David Baker
2018-09-25
Another day, another interface
David Baker
2018-09-21
Also ship the wasm file
David Baker
2018-09-21
Make OLM_OPTIONS work again
David Baker
2018-09-21
WebAssembly support!
David Baker
2018-07-04
prepare 2.3.0
2.3.0
Hubert Chathi
2018-06-28
add functions for pickling/unpickling a decryption object
Hubert Chathi
2018-06-28
add termination
Hubert Chathi
2018-06-27
use the correct method to get the random length
Hubert Chathi
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
2017-03-01
prepare v2.2.2
2.2.2
Richard van der Hoff
[next]