summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/aeswrap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod2014-06-012-2/+7
| | | | fixes to keep building.
* Move the AES wrap test code into regress.jsing2014-05-302-6/+182
|
* When compiling with AES_WRAP_TEST, make main() return a meaningful valuemiod2014-04-221-0/+12
instead of garbage, and add this to the libcrypto regress. Note these tests are incomplete, as they always use the default IV.