aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-04-29avoid variable length arrays in SAS testHubert Chathi
2019-04-29disable test_ratchet on dynamically-linked Windows buildsHubert Chathi
2019-04-29also add SAS to the tests cmakeHubert Chathi
2019-04-22include the C++ string library in unit testsHubert Chathi
2019-04-22don't use variable length or zero-length arrays in test filesHubert Chathi
2019-04-22remove some debugging output from testsHubert Chathi
2019-03-28update unit test to match function name changeHubert Chathi
2019-01-29Add signing class to the pk moduleDavid Baker
2019-01-21initial implementation of short authentication string generationHubert Chathi
2018-10-12add pk files to cmake, avoid some duplication, and update documentationHubert Chathi
2018-10-12Add CMake supportKonstantinos Sideris
2018-10-02Work with PkDecryption keys by their private keysDavid Baker
2018-10-01Remove trailing letter 'K's from the test pubkeysDavid Baker
2018-06-28add functions for pickling/unpickling a decryption objectHubert Chathi
2018-06-28improve public key encryption unit testHubert Chathi
2018-06-27add initial implementation of basic private key encryption functionalityHubert Chathi
2017-01-10Add some tests for inbound session import/exportRichard van der Hoff
2016-10-25Document the return values for olm_matches_inbound_sessionMark Haines
2016-10-24Return the base64-encoded length of picklesRichard van der Hoff
2016-10-20Check the message index in the testsMark Haines
2016-10-20Return the message index when decrypting group messages.Mark Haines
2016-09-13Merge pull request #23 from matrix-org/markjh/remove_message_indexMark Haines
2016-09-13Remove the messsage index from olm_init_inbound_group_session since it is rea...Mark Haines
2016-09-13Add a test to check the equivalence of session ids for inbound and outbound s...Mark Haines
2016-09-13Use the ed22519 public key as the group session id.Mark Haines
2016-09-06Sign megolm messagesRichard van der Hoff
2016-09-05Convert AES functions to plain CRichard van der Hoff
2016-09-05Convert Ed25519 and Curve25519 functions to plain CRichard van der Hoff
2016-09-02Create new constants for key lengths, etcRichard van der Hoff
2016-09-01Fix Ed25519 keypair generationRichard van der Hoff
2016-06-30PR feedbackRichard van der Hoff
2016-06-30Make space in the session pickle for chain indexRichard van der Hoff
2016-06-30Remove unused 'chain_index' from RatchetRichard van der Hoff
2016-05-25Remove session_id from group messagesRichard van der Hoff
2016-05-25Fix an integer wrap around bug and add a couple more testsMark Haines
2016-05-24Fix handling of integer wraparound in megolm.cRichard van der Hoff
2016-05-24Fix up some names, and protobuf tagsRichard van der Hoff
2016-05-24Support for pickling inbound group sessionsRichard van der Hoff
2016-05-24Implement decrypting inbound group messagesRichard van der Hoff
2016-05-24Implement pickling/unpickling for outbound group sessionsRichard van der Hoff
2016-05-24Implementation of an outbound group sessionRichard van der Hoff
2016-05-24Implementation of the megolm ratchetRichard van der Hoff
2016-05-24Rewrite _olm_cipher_aes_sha_256 initialisationRichard van der Hoff
2016-05-23Prefix for internal symbolsRichard van der Hoff
2016-05-23C bindings for base64 functionsRichard van der Hoff
2016-05-23Convert cipher.hh to plain CRichard van der Hoff
2016-05-23Give SHA256 functions C bindingsRichard van der Hoff
2016-05-23Rename olm.hh to olm.hRichard van der Hoff
2016-05-23Fix warnings and set -WerrorRichard van der Hoff
2015-08-19Replace hard coded references to the 32-byte key length with a constant, add ...Mark Haines