summaryrefslogtreecommitdiffstats
path: root/fips/rand/fips_drbgvs.c
AgeCommit message (Expand)Author
2011-11-09fclose streams in fips_drbvs.cOpenSSL-fips-2_0-rc2Dr. Stephen Henson
2011-11-01Add support for multicall fips_algvs utility combining functionalityDr. 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