olm/tests
Mark Haines b318055185 Replace hard coded references to the 32-byte key length with a constant, add utilities for copying data to and from fixed sized arrays 2015-08-19 17:32:06 +01:00
..
include Add a test for the axolotl API 2015-06-16 15:15:40 +01:00
test_base64.cpp Replace hard coded references to the 32-byte key length with a constant, add utilities for copying data to and from fixed sized arrays 2015-08-19 17:32:06 +01:00
test_crypto.cpp Replace hard coded references to the 32-byte key length with a constant, add utilities for copying data to and from fixed sized arrays 2015-08-19 17:32:06 +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_message.cpp Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and Axolotl-the-OWS-libraries at moxie's request 2015-06-27 01:15:23 +02:00
test_olm.cpp Add method getting a session id. Update the python and javascript bindings 2015-07-16 11:45:20 +01:00
test_olm_decrypt.cpp Fix crash where the message length was shorter than the length of the mac 2015-08-07 19:33:48 +01:00
test_olm_sha256.cpp Add methods for computing sha256 hashes and validating ed25519 signatures 2015-07-24 14:29:52 +01:00
test_olm_signature.cpp Add methods for computing sha256 hashes and validating ed25519 signatures 2015-07-24 14:29:52 +01:00
test_olm_using_malloc.cpp Add a test of olm which uses malloc to create it's buffers so that it is possible to check of out of bounds reads and writes using valgrind 2015-07-15 17:34:48 +01:00
test_ratchet.cpp Rename generate_key to curve25519_generate_key 2015-07-07 09:03:12 +01:00