summaryrefslogtreecommitdiffstats
path: root/src/tests/hmac_drbg_test.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [test] Avoid using "static const" for test declarationsMichael Brown2012-03-071-4/+4
* [rng] Add NIST self-tests for HMAC_DRBG using SHA-256Michael Brown2012-03-061-0/+544
* [rng] Allow HMAC_DRBG to use multiple underlying hash algorithmsMichael Brown2012-03-061-171/+216
* [rng] Add missing #include <string.h>Michael Brown2012-02-211-0/+1
* [rng] Add NIST self-tests for HMAC_DRBGMichael Brown2012-01-231-0/+795