| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rewrite gcm128test as a table-driven regress instead of using defines. | jsing | 2014-07-09 | 1 | -6/+3 |
| | | | | | | | This avoids compiler warnings for always true/false conditionals and makes the code readable. Also avoid pulling in modes_lcl.h, which should not be used outside the library. | ||||
| * | Include -DLIBRESSL_INTERNAL in regress makefiles. | jsing | 2014-07-08 | 1 | -2/+2 |
| | | | | | ok miod@ | ||||
| * | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | miod | 2014-06-01 | 1 | -1/+3 |
| | | | | | fixes to keep building. | ||||
| * | Move the cts128 and gcm128 tests to regress. | jsing | 2014-05-31 | 1 | -5/+3 |
| | | |||||
| * | crypto/modes/gcm128.c can be used as its own selftest. Add it to regress, | miod | 2014-04-17 | 1 | -0/+12 |
| conveniently leaving the benchmark code not compiled in the test. | |||||
