aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/hmac_drbg.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-10[crypto] Simplify internal HMAC APIMichael Brown1-10/+6
2015-12-31[crypto] Dual-license selected DRBG filesMichael Brown1-0/+12
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-03-06[rng] Allow HMAC_DRBG to use multiple underlying hash algorithmsMichael Brown1-59/+73
2012-03-04[rng] Add missing #include <assert.h>Michael Brown1-0/+1
2012-02-21[rng] Add missing #include <string.h>Michael Brown1-0/+1
2012-01-23[rng] Add ANS X9.82 Approved HMAC_DRBG algorithmMichael Brown1-0/+342