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
/
tests
Age
Commit message (
Expand
)
Author
2019-04-29
avoid variable length arrays in SAS test
Hubert Chathi
2019-04-29
disable test_ratchet on dynamically-linked Windows builds
Hubert Chathi
2019-04-29
also add SAS to the tests cmake
Hubert Chathi
2019-04-22
include the C++ string library in unit tests
Hubert Chathi
2019-04-22
don't use variable length or zero-length arrays in test files
Hubert Chathi
2019-04-22
remove some debugging output from tests
Hubert Chathi
2019-03-28
update unit test to match function name change
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-12
add pk files to cmake, avoid some duplication, and update documentation
Hubert Chathi
2018-10-12
Add CMake support
Konstantinos Sideris
2018-10-02
Work with PkDecryption keys by their private keys
David Baker
2018-10-01
Remove trailing letter 'K's from the test pubkeys
David Baker
2018-06-28
add functions for pickling/unpickling a decryption object
Hubert Chathi
2018-06-28
improve public key encryption unit test
Hubert Chathi
2018-06-27
add initial implementation of basic private key encryption functionality
Hubert Chathi
2017-01-10
Add some tests for inbound session import/export
Richard van der Hoff
2016-10-25
Document the return values for olm_matches_inbound_session
Mark Haines
2016-10-24
Return the base64-encoded length of pickles
Richard van der Hoff
2016-10-20
Check the message index in the tests
Mark Haines
2016-10-20
Return the message index when decrypting group messages.
Mark Haines
2016-09-13
Merge pull request #23 from matrix-org/markjh/remove_message_index
Mark Haines
2016-09-13
Remove the messsage index from olm_init_inbound_group_session since it is rea...
Mark Haines
2016-09-13
Add a test to check the equivalence of session ids for inbound and outbound s...
Mark Haines
2016-09-13
Use the ed22519 public key as the group session id.
Mark Haines
2016-09-06
Sign megolm messages
Richard van der Hoff
2016-09-05
Convert AES functions to plain C
Richard van der Hoff
2016-09-05
Convert Ed25519 and Curve25519 functions to plain C
Richard van der Hoff
2016-09-02
Create new constants for key lengths, etc
Richard van der Hoff
2016-09-01
Fix Ed25519 keypair generation
Richard van der Hoff
2016-06-30
PR feedback
Richard van der Hoff
2016-06-30
Make space in the session pickle for chain index
Richard van der Hoff
2016-06-30
Remove unused 'chain_index' from Ratchet
Richard van der Hoff
2016-05-25
Remove session_id from group messages
Richard van der Hoff
2016-05-25
Fix an integer wrap around bug and add a couple more tests
Mark Haines
2016-05-24
Fix handling of integer wraparound in megolm.c
Richard van der Hoff
2016-05-24
Fix up some names, and protobuf tags
Richard van der Hoff
2016-05-24
Support for pickling inbound group sessions
Richard van der Hoff
2016-05-24
Implement decrypting inbound group messages
Richard van der Hoff
2016-05-24
Implement pickling/unpickling for outbound group sessions
Richard van der Hoff
2016-05-24
Implementation of an outbound group session
Richard van der Hoff
2016-05-24
Implementation of the megolm ratchet
Richard van der Hoff
2016-05-24
Rewrite _olm_cipher_aes_sha_256 initialisation
Richard van der Hoff
2016-05-23
Prefix for internal symbols
Richard van der Hoff
2016-05-23
C bindings for base64 functions
Richard van der Hoff
2016-05-23
Convert cipher.hh to plain C
Richard van der Hoff
2016-05-23
Give SHA256 functions C bindings
Richard van der Hoff
2016-05-23
Rename olm.hh to olm.h
Richard van der Hoff
2016-05-23
Fix warnings and set -Werror
Richard van der Hoff
2015-08-19
Replace hard coded references to the 32-byte key length with a constant, add ...
Mark Haines
[next]