aboutsummaryrefslogtreecommitdiff
path: root/src/tests/digest_test.c
AgeCommit message (Collapse)AuthorFilesLines
2015-04-12[test] Simplify digest algorithm self-testsMichael Brown1-11/+52
Update the digest self-tests to use okx(), and centralise concepts and data shared between tests for multiple algorithms to reduce duplicated code. Signed-off-by: Michael Brown <mcb30@ipxe.org>
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
Relicense files for which I am the sole author (as identified by util/relicense.pl). Signed-off-by: Michael Brown <mcb30@ipxe.org>
2014-04-27[profile] Add generic profiling infrastructureMichael Brown1-9/+18
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-09-26[test] Add speed tests for digest algorithmsMichael Brown1-0/+35
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
Suggested-by: Daniel P. Berrange <berrange@redhat.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-01-11[test] Add self-tests for SHA-1 algorithmMichael Brown1-0/+69
Signed-off-by: Michael Brown <mcb30@ipxe.org>