Commit Graph
17 Commits
Author SHA1 Message Date
Frank Denis e1fa9cc90c Add *_messagebytes_max() wrappers 2017-08-03 13:34:31 +02:00
Frank Denis 4037465983 Indent 2017-02-23 11:26:24 +01:00
Frank Denis 0a18d18daf Consistent comment style 2016-03-18 09:56:21 +01:00
Frank Denis bb596e8eb7 Trim/untab/indent 2016-02-27 13:26:42 +01:00
Frank Denis 2f1cec7352 Test crypto_box_beforenm() with a small order pk 2015-12-25 02:00:01 +01:00
Frank Denis b80d037b4d Check that crypto_box[_beforenm] fails with a small order pk 2015-12-24 19:35:05 +01:00
Frank Denis 60d05339fd Constify 2015-12-24 19:00:42 +01:00
Frank Denis d8b9b395a3 Mark everything as static in tests 2015-11-23 16:07:13 +01:00
Frank Denis 2bc5874874 Check that the output of X25519 is not the all-zero value
Return -1 if this happens, and mark crypto_scalarmult() as warn_unused_result
Mark dependent functions with warn_unused_result as well
2015-11-17 11:07:33 +01:00
Frank Denis 51d9b223aa Test crypto_box_(before|after)nm 2014-09-16 20:01:58 -07:00
Frank Denis 82bc039d6c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
Frank Denis 0e559b94d5 Make the tests a little bit more readable 2014-09-14 10:34:16 -07:00
Frank Denis 2c1b507045 More constant tests 2014-09-13 14:29:59 -07:00
Frank Denis 4d276a81e7 Include header files commonly used by the tests to cmptest.h 2014-09-13 14:11:12 -07:00
Frank Denis 3b680e0a52 Use high-level APIs in tests 2014-09-13 13:56:41 -07:00
Frank Denis faa399c3df Only include sodium.h in tests.
Tests should always be passing by just including that.
2013-04-21 17:32:04 -07:00
Frank Denis 5c946f9c61 Move tests to test/default and windows to quirks/windows.
test/default contains only tests using the default primitives
for a given operation. We need to add other tests as well.
2013-02-09 04:21:32 +08:00