.. |
include
|
include the C++ string library in unit tests
|
2019-04-22 13:14:39 -04:00 |
CMakeLists.txt
|
also add SAS to the tests cmake
|
2019-04-29 11:47:55 -04:00 |
test_base64.cpp
|
don't use variable length or zero-length arrays in test files
|
2019-04-22 10:12:42 -04:00 |
test_crypto.cpp
|
don't use variable length or zero-length arrays in test files
|
2019-04-22 10:12:42 -04:00 |
test_group_session.cpp
|
don't use variable length or zero-length arrays in test files
|
2019-04-22 10:12:42 -04:00 |
test_list.cpp
|
Fix bug in list where the wrong value was copied if an item was inserted at the beinging of the list
|
2015-07-15 16:31:45 +01:00 |
test_megolm.cpp
|
Fix an integer wrap around bug and add a couple more tests
|
2016-05-25 15:00:05 +01:00 |
test_message.cpp
|
don't use variable length or zero-length arrays in test files
|
2019-04-22 10:12:42 -04:00 |
test_olm.cpp
|
don't use variable length or zero-length arrays in test files
|
2019-04-22 10:12:42 -04:00 |
test_olm_decrypt.cpp
|
don't use variable length or zero-length arrays in test files
|
2019-04-22 10:12:42 -04:00 |
test_olm_sha256.cpp
|
don't use variable length or zero-length arrays in test files
|
2019-04-22 10:12:42 -04:00 |
test_olm_signature.cpp
|
Rename olm.hh to olm.h
|
2016-05-23 18:55:05 +01:00 |
test_olm_using_malloc.cpp
|
Rename olm.hh to olm.h
|
2016-05-23 18:55:05 +01:00 |
test_pk.cpp
|
don't use variable length or zero-length arrays in test files
|
2019-04-22 10:12:42 -04:00 |
test_ratchet.cpp
|
don't use variable length or zero-length arrays in test files
|
2019-04-22 10:12:42 -04:00 |
test_sas.cpp
|
initial implementation of short authentication string generation
|
2019-01-21 23:21:41 -05:00 |
test_session.cpp
|
Convert Ed25519 and Curve25519 functions to plain C
|
2016-09-05 10:40:39 +01:00 |