Hanno Becker
|
af5d8abf26
|
Don't call memset on NULL pointer in NIST KW test suite
Note: There's no need to call `memset()` after `calloc()`
because `calloc()` includes zeroization.
|
2019-07-22 11:15:12 +01:00 |
|
Antonin Décimo
|
d5f4759594
|
Fix #2370, minor typos and spelling mistakes
|
2019-02-18 14:50:57 +00:00 |
|
Ron Eldor
|
6b13afe1a5
|
Fix indentation
Fix indentation in the test.
|
2018-08-21 16:11:13 +03:00 |
|
Ron Eldor
|
9434713368
|
Move the assertion
Move the assertion for checking the heap allocatino succeeded.
|
2018-08-20 14:59:33 +03:00 |
|
Ron Eldor
|
446227a1bd
|
Enhance nist_kw with some NULL buffers tests
Enhance the nist_kw test suite, with setting zero length input\output
buffers. Resolves #1882.
|
2018-08-13 14:46:45 +03:00 |
|
Ron Eldor
|
8dd03cd1aa
|
Add tests for the nist key wrapping feature
Add tests for Key wrapping.
Test vectors taken from the standards.
|
2018-07-24 16:43:20 +01:00 |
|