olm/tests
Richard van der Hoff 8dd3c182ee Make space in the session pickle for chain index
Keeping track of the chain index is a useful thing to do, but is only required
if we've enabled diagnostics. Extend the session pickle format to make a space
for it, so that pickles can be transferred between the logging_enabled branch
and the master branch without loss of information.

Also add some tests for session pickling which explicitly check that we can
unpickle both formats of pickle.
2016-06-30 11:38:01 +01:00
..
include Add a test for the axolotl API 2015-06-16 15:15:40 +01:00
test_base64.cpp Prefix for internal symbols 2016-05-23 18:55:06 +01:00
test_crypto.cpp Prefix for internal symbols 2016-05-23 18:55:06 +01:00
test_group_session.cpp Support for pickling inbound group sessions 2016-05-24 13:40:21 +01: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 Remove session_id from group messages 2016-05-25 17:42:32 +01:00
test_olm.cpp Rename olm.hh to olm.h 2016-05-23 18:55:05 +01:00
test_olm_decrypt.cpp Remove unused 'chain_index' from Ratchet 2016-06-30 11:31:36 +01:00
test_olm_sha256.cpp Rename olm.hh to olm.h 2016-05-23 18:55:05 +01: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_ratchet.cpp Rewrite _olm_cipher_aes_sha_256 initialisation 2016-05-24 12:06:47 +01:00
test_session.cpp Make space in the session pickle for chain index 2016-06-30 11:38:01 +01:00