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
/
include
/
olm
/
olm.h
Age
Commit message (
Expand
)
Author
2020-08-14
add support for fallback keys
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-06-12
use the right error in the comment
Hubert Chathi
2018-10-16
document a couple more places where olm clobbers things
Hubert Chathi
2018-06-27
fix some comments
Hubert Chathi
2018-06-27
Fix warnings reported by LLVM
manuroe
2016-10-25
Document the return values for olm_matches_inbound_session
Mark Haines
2016-09-16
Update comment on olm_account_one_time_keys
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-05-24
Implement decrypting inbound group messages
Richard van der Hoff
2016-05-24
Implementation of an outbound group session
Richard van der Hoff
2016-05-23
Rename olm.hh to olm.h
Richard van der Hoff