index
:
libolm
master
Implementation of the olm and megolm cryptographic ratchets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-09-23
also check that the pubkey is set when calculating the MAC
Hubert Chathi
2020-09-23
set their_key_set flag explicitly on init
Hubert Chathi
2020-09-23
SAS: add olm_sas_is_their_key_set
Saúl Ibarra Corretgé
2020-09-17
partially unindent R_{i,j} derivation
Hubert Chathi
2020-09-17
fix exponents in megolm spec
Hubert Chathi
2020-09-17
Merge branch 'uhoreg/fallback' into 'master'
Hubert Chathi
2020-09-16
fix style
Hubert Chathi
2020-09-01
Merge branch 'master' into uhoreg/fallback
Hubert Chathi
2020-08-31
allow some things to be Uint8Array, and fix some TypeScript declarations
Hubert Chathi
2020-08-14
add support for fallback keys
Hubert Chathi
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-06-11
changelog for release
Hubert Chathi
2020-06-11
update release instructions
Hubert Chathi
2020-06-11
add list of bindings
Hubert Chathi
2020-05-19
move -o option before source files, for better compatibility with LLVM
Hubert Chathi
2020-05-19
Merge branch 'matthew/js-fixes' into 'master'
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-16
fix build on latest emscripten
Matthew Hodgson
2020-05-15
remove overzealous -D param to install which breaks build on macOS
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-05-07
Add wasm target to Makefile
stoically
2020-04-29
Merge branch 'uhoreg/typescript' into 'master'
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-11-08
Update signing.md to use operatorname
Richard van der Hoff
2019-11-08
Merge branch 'rav/fix_math' into 'master'
Richard van der Hoff
2019-11-08
Update olm.md
Richard van der Hoff
2019-11-08
Update signing.md
Richard van der Hoff
2019-11-08
Update megolm.md
Richard van der Hoff
2019-10-23
CMakeLists.txt: export include directories in install(TARGETS)
Alexey Rusakov
2019-10-09
release 3.1.4
3.1.4
Hubert Chathi
2019-10-09
Merge branch 'dbkr/olm_session_describe' into 'master'
Hubert Chathi
2019-10-08
check return value of snprintf, fix typo, add clarification
Hubert Chathi
2019-10-04
Pass in a buffer to olm_session_describe
David Baker
2019-10-01
doc string
David Baker
2019-10-01
Add olm_session_describe
David Baker
2019-09-30
Merge branch 'dbkr/emscripten_is_picky_about_pic' into 'master'
Hubert Chathi
2019-09-30
Merge branch 'dbkr/wrong_comment_breaks_everything' into 'master'
Hubert Chathi
2019-09-30
Build the js objects without PIC
David Baker
2019-09-30
Fix comment and also js build
David Baker
2019-08-22
Merge branch 'rav/megolm_doc_format' into 'master'
Hubert Chathi
2019-08-22
Update megolm.md
Richard van der Hoff
2019-08-08
Makefile: Overwrite symlinks in install and install-debug
Trygve Aaberge
2019-07-03
Merge branch 'python/drop-hypothesis' into 'master'
Hubert Chathi
2019-07-03
CMakeLists.txt: add env vars to target_include_directories
Alexey Andreyev
[next]