Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-04Refactored the testcase setup to include the suite name as a tag.Ladar Levison
2017-03-04Fixed the virus scanner unit test. Recreated the scan spool directory.Ladar Levison
2017-03-02dirty end-of-day commit. added smtp/pop/imap network testsjpadkins
2017-02-22Added regression test suite and reverted tests to say "MULTI THREADED"jpadkins
2017-02-22Quick syntax fix to virus_check.cJacob Adkins
2017-02-22Fixed the dspam test that was broken.Jacob Adkins
2017-02-22Refactored tank, virus, and dspam tests to use function interface for the cor...Jacob Adkins
2017-02-21Finished updating tests to new paradigmJacob Adkins
2017-02-18Fixed more tests to follow the new paradigmJacob Adkins
2017-02-09Major code cleanup to allow smoother gcc compilation using alt options.Ladar Levison
2017-01-24File headers cleaned up. Unused lines leftover from Mercurial removed.Ladar Levison
2017-01-24File headers updated.Ladar Levison
2017-01-24Added deprecated.h to deprecated C files, so they compile w/o error.Ladar Levison
2017-01-22Deprecated the ECIES crypto functions. Broken build. Ladar Levison
2017-01-15Updated the rand choices function. Encrypted check tests are a WIP.Ladar Levison
2017-01-12Fixed PRIME signature serialization. All PRIME unit tests passing.Ladar Levison
2017-01-04Updated unit tests to use log_unit() for consistency.Ladar Levison
2016-12-31CRC24 troubleshooting, in progress.Ladar Levison
2016-12-30Made mm_cleanup a variadic function, and fixed a dkim check memory leak.Ladar Levison
2016-12-30Added a hard coded public key so the dkim verify check will work offline. Ladar Levison
2016-12-27Fixed the DKIM signing check, and then added a DKIM verify check.Ladar Levison
2016-11-26Boolean fix inside DKIM check, waS skipping when enabled vs disabled.Ladar Levison
2016-11-22Added a unit test for the DKIM provider. Checks signature creation.Ladar Levison
2016-11-04Updated project settings whitespace cleanup.Ladar Levison
2016-11-03Cleaned up the provider test case formatting. Ladar Levison
2016-11-01Flushed out the ed25519 interfaces. Fixed donna naming collision.Ladar Levison
2016-11-01Moving the PRIME checks into their own test suite.Ladar Levison
2016-11-01Created PRIME object header primitives for writing.Ladar Levison
2016-10-28Added PRIME key allocators.Ladar Levison
2016-10-26Unit test formatting/output cleanup.Ladar Levison
2016-10-26Fixed a memleak in check_symbols_s.Ladar Levison
2016-10-26Finished writing the secp256k1 parameter checks.Ladar Levison
2016-10-26Replaced calls to ERR_error_string_d with thread-safe ssl_error_string(). Ladar Levison
2016-10-26Adding the initial batch of secp256k1 parameter checks.Ladar Levison
2016-10-25Added a kek computation function to the secp256k1 interface.Ladar Levison
2016-10-24Public key setup function added to secp256k1, plus more prime key checks.Ladar Levison
2016-10-24Fixed the private key padding problem.Ladar Levison
2016-10-22Unit test cleanup. Memory leaks fixed by using stack'ed buf for errors.Ladar Levison
2016-10-19Started adding unit tests for the secp256k1 functions.Ladar Levison
2016-10-13Register function generates a shard for the mail realm.Ladar Levison
2016-10-10STACIE bitflip test added.Ladar Levison
2016-10-07The STACIE crypto functions are working and a unit tests has been added.Ladar Levison
2016-10-07Working realm encryption/decryption in stacie.py.Ladar Levison
2016-10-07Changed the way vector keys are derived.Ladar Levison
2016-10-07Renamed stacie_realm_init_vector to stacie_realm_init_vector_key.Ladar Levison
2016-06-28Rearranged the magma chceks, and added gtest to the bundled deps.Ladar Levison