Frank Denis
|
d556a56c3c
|
Add extra assert() in tests allocating memory on the heap.
|
2014-11-25 16:19:20 -08:00 |
|
Frank Denis
|
d42634d466
|
Tests: use explicit casts when shortening types
|
2014-11-20 13:12:08 -08:00 |
|
Frank Denis
|
d311731bad
|
Revert "Fix integer narrowing warnings in tests."
This reverts commit 173ad74d3e .
|
2014-11-20 12:00:37 -08:00 |
|
evoskuil
|
173ad74d3e
|
Fix integer narrowing warnings in tests.
|
2014-11-02 22:35:36 -08:00 |
|
Frank Denis
|
18f4dd241e
|
C++ compat
|
2014-09-23 21:30:37 -07:00 |
|
Frank Denis
|
727f3993a1
|
lcov exclusion
|
2014-09-23 21:22:44 -07:00 |
|
Frank Denis
|
5a7782eb6e
|
Extra tests for invalid pwhash strings
|
2014-09-23 21:15:38 -07:00 |
|
Frank Denis
|
7670932918
|
test pwhash_str_verify() with an invalid character
|
2014-09-23 15:38:31 -07:00 |
|
Frank Denis
|
b07dfc5da3
|
The test for pwhash is too slow for some systems.
Stop checking alterations for every single character.
|
2014-09-23 15:18:06 -07:00 |
|
Frank Denis
|
7a54ba58e9
|
Test password verification with an empty password
|
2014-09-23 14:54:19 -07:00 |
|
Frank Denis
|
d6d539a0ce
|
Test crypto_pwhash_scryptsalsa208sha256_str_verify() with invalid input.
|
2014-09-23 13:58:59 -07:00 |
|
Frank Denis
|
46df8ea890
|
Test pwhash with opslimit < 32768
|
2014-09-23 13:19:03 -07:00 |
|
Frank Denis
|
fe4bbdc5ca
|
More crypto_pwhash() tests
|
2014-09-16 15:07:42 -07:00 |
|
Frank Denis
|
82bc039d6c
|
Consistent syle for the tests.
|
2014-09-14 11:32:55 -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
|
bd05b7d292
|
Rename scryptxsalsa208sha256 to scryptsalsa208sha256
|
2014-05-15 00:01:16 -07:00 |
|
Frank Denis
|
62e37fbfe4
|
crypto_pwhash_scryptxsalsa208sha256_str() test vectors
|
2014-05-14 23:46:15 -07:00 |
|
Frank Denis
|
eca5267df9
|
crypto_pwhash_scryptxsalsa208sha256 test vectors
|
2014-05-14 23:22:11 -07:00 |
|
Frank Denis
|
30c1e13f2a
|
Switch opslimit and memlimit in pwhash, to be closer to PHC's proposed API.
|
2014-05-12 12:34:41 -07:00 |
|
Frank Denis
|
37d73684b8
|
More crypto_pwhash tests
|
2014-05-12 11:26:39 -07:00 |
|
Frank Denis
|
42d87bf926
|
The pwhash test requires a 32 bytes salt.
|
2014-05-08 20:39:14 -07:00 |
|
Frank Denis
|
e48b1e6b75
|
Remove extra puts() in pwhash test.
|
2014-05-08 19:09:43 -07:00 |
|
Frank Denis
|
299ff0ceb3
|
Add a minimal test for crypto_pwhash
|
2014-05-07 23:54:55 -07:00 |
|