]> git.ipfire.org Git - thirdparty/openssl.git/history - test/drbgtest.c
Don't store an HMAC key for longer than we need
[thirdparty/openssl.git] / test / drbgtest.c
2019-09-27  Dr. Matthias St... Reorganize local header files
2019-09-27  Dr. Matthias St... Reorganize private crypto header files
2019-09-09  Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-07-31  Antoine CœurFix Typos
2019-02-26  Matt CaswellUpdate copyright year
2019-02-08  PauliAddress a bug in the DRBG tests where the reseeding...
2019-02-07  Richard Levittetest/drbgtest.c: call OPENSSL_thread_stop() explicitly
2018-11-08  Dr. Matthias St... Test: link drbgtest statically against libcrypto
2018-11-05  Bernd EdlingerFix a race condition in drbgtest.c
2018-11-05  Bernd EdlingerFix error handling in drbgtest.c
2018-10-27  Dr. Matthias St... RAND_add()/RAND_seed(): fix failure on short input...
2018-10-26  Dr. Matthias St... Backport some DRBG renamings and typo fixes
2018-10-16  Dr. Matthias St... DRBG: fix reseeding via RAND_add()/RAND_seed() with...
2018-05-11  Kurt RoeckxUse void in all function definitions that do not take...
2018-04-17  Dr. Matthias St... DRBG: fix coverity issues
2018-04-01  Kurt RoeckxMake sure we use a nonce when a nonce is required
2018-03-19  Dr. Matthias St... Fix: drbgtest fails when tests are executed in random...
2018-03-19  Kurt RoeckxAdd a multithread rand test
2018-03-17  Kurt RoeckxPropagate the request for prediction resistance to...
2018-02-13  Dr. Matthias St... DRBG: make the derivation function the default for...
2018-01-19  Richard LevitteCopyright update of more files that have changed this...
2018-01-04  Dr. Matthias St... crypto/rand: restore the generic DRBG implementation
2017-12-17  Dr. Matthias St... Implement automatic reseeding of DRBG after a specified...
2017-12-17  Dr. Matthias St... Add master DRBG for reseeding
2017-10-18  Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-08-28  Dr. Matthias St... DRBG: clarify difference between entropy counts and...
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2017-08-17  PauliRemove tests dependence on e_os.h
2017-08-16  FdaSilvaYY[Win] Fix some test method signatures ...
2017-08-03  Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-26  PauliUpdate the test framework so that the need for test_mai...
2017-07-20  Benjamin KadukRemove trailing whitespace from drbgtest.c
2017-07-19  Rich SalzAdd DRBG random method