summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/poly1305 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing $OpenBSD$ markers.tb2018-07-171-0/+1
|
* Include -DLIBRESSL_INTERNAL in regress makefiles.jsing2014-07-081-2/+2
| | | | ok miod@
* Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod2014-06-011-1/+3
| | | | fixes to keep building.
* KNF.jsing2014-05-151-41/+43
|
* Add poly1305 to libcrypto utilising Andrew Moon's public domainjsing2014-05-142-0/+173
implementation. ok miod@