aboutsummaryrefslogtreecommitdiff
path: root/src/tests/hmac_drbg_test.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-03-07[test] Avoid using "static const" for test declarationsMichael Brown1-4/+4
2012-03-06[rng] Add NIST self-tests for HMAC_DRBG using SHA-256Michael Brown1-0/+544
2012-03-06[rng] Allow HMAC_DRBG to use multiple underlying hash algorithmsMichael Brown1-171/+216
2012-02-21[rng] Add missing #include <string.h>Michael Brown1-0/+1
2012-01-23[rng] Add NIST self-tests for HMAC_DRBGMichael Brown1-0/+795