Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the tests VarMap an actual type instead of a hashmap typedef. | Jack Lloyd | 2018-05-29 | 1 | -2/+2 |
| | |||||
* | Add final annotations as appropriate in the test code | Jack Lloyd | 2017-09-22 | 1 | -2/+2 |
| | |||||
* | More include header cleanups | Jack Lloyd | 2017-09-21 | 1 | -1/+0 |
| | |||||
* | Reformat code with astyle + fix code style | Tomasz Frydrych | 2017-05-01 | 1 | -12/+18 |
| | |||||
* | Minor refactoring of Text_Based_Test | Jack Lloyd | 2016-12-19 | 1 | -2/+2 |
| | | | | | | Turns out astyle has some bugs wrt C++11 initialize lists. Rather than having astyle mangle all of the tests, convert to using a string which is split once at the start instead of a vector of keys. | ||||
* | Test PK key creation via create_private_key API | Jack Lloyd | 2016-10-31 | 1 | -8/+1 |
| | |||||
* | Added test vectors ecdh_kat and ecdh_keygen for frp256v1 | Simon Cogliani | 2016-07-31 | 1 | -1/+1 |
| | |||||
* | Add ECDH tests | Jack Lloyd | 2016-01-03 | 1 | -0/+74 |
| | | | | Only has vectors for NIST curves (data taken from NIST CAVS file) | ||||
* | Split up public key tests and data, use new test framework | lloyd | 2014-01-05 | 1 | -132/+0 |
| | |||||
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -0/+132 |