summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/gcm128/gcm128test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert from %i to %dtb2022-09-051-5/+5
* Add missing $OpenBSD$ markers.tb2018-07-171-0/+1
* Do not rely upon malloc(0) not returning NULL. Not all malloc implementationsmiod2015-02-111-6/+10
* use C rather than C++ array initialization syntaxbcook2014-08-161-37/+37
* Rewrite gcm128test as a table-driven regress instead of using defines.jsing2014-07-091-287/+849
* Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod2014-06-011-1/+2
* Move the cts128 and gcm128 tests to regress.jsing2014-05-311-0/+358