summaryrefslogtreecommitdiffstats
path: root/fips/rand/fips_drbgvs.c
AgeCommit message (Expand)Author
2014-12-08Remove fipscanister from Configure, delete fips directoryDr. Stephen Henson
2011-12-10Updates from fips2 branch: close streams in test utilities, use cofactor ECDHDr. Stephen Henson
2011-11-02Add fips_algvs utility (from FIPS 2.0 stable branch).Dr. Stephen Henson
2011-09-12Delete strength parameter from FIPS_drbg_generate. It isn't very usefulDr. Stephen Henson
2011-09-12Check we recognise DRBG type in fips_drbgvs.c initialised DRBG_CTX if weDr. Stephen Henson
2011-09-09Add support for Dual EC DRBG from SP800-90. Include updates to algorithmDr. Stephen Henson
2011-08-08Add HMAC DRBG from SP800-90Dr. Stephen Henson
2011-07-25Fix warnings.Dr. Stephen Henson
2011-04-21Add continuous RNG test to entropy source. Entropy callbacks now needDr. Stephen Henson
2011-03-31Reorganise DRBG API so the entropy and nonce callbacks can return aDr. Stephen Henson
2011-03-25Have all algorithm test programs call fips_algtest_init() at startup:Dr. Stephen Henson
2011-03-25Allow setting of get_entropy and get_nonce callbacks outside test mode.Dr. Stephen Henson
2011-03-17Implement health checks needed by SP800-90.Dr. Stephen Henson
2011-03-11Check requested security strength in DRBG. Add function to retrieve theDr. Stephen Henson
2011-03-08Add file I/O to fips_drbgvs program.Dr. Stephen Henson
2011-03-07Uninstantiate and free functions for DRBG.Dr. Stephen Henson
2011-03-06Updates to DRBG: fix bugs in infrastructure. Add initial experimentalDr. Stephen Henson