]> git.ipfire.org Git - thirdparty/openssl.git/history - test/drbgtest.c
Make sure we use the libctx when creating an EVP_PKEY_CTX in libssl
[thirdparty/openssl.git] / test / drbgtest.c
2020-02-07  Dr. Matthias St... tests/drbgtest: use new RAND_DRBG callback_data API...
2019-10-23  Rich SalzDocument "get/set-app-data" macros.
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-11  Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-07-02  Antoine CœurFix Typos
2019-06-28  Matt CaswellMake the RAND code available from inside the FIPS module
2019-06-07  Matt CaswellMake the rand_crng code OPENSSL_CTX aware
2019-05-10  Dr. Matthias St... Ignore entropy from RAND_add()/RAND_seed() in FIPS...
2019-04-30  PauliSquashed commit of the following:
2019-04-12  PauliAdd prediction resistance capability to the DRBG reseed...
2019-04-10  PauliReseeding without derivation function is not supported...
2019-03-29  PauliAdd the FIPS related continuous random number generator...
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-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
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-26  Dr. Matthias St... RAND_add()/RAND_seed(): fix failure on short input...
2018-10-16  Dr. Matthias St... DRBG: fix reseeding via RAND_add()/RAND_seed() with...
2018-10-03  Matt CaswellFix the drbgtest with randomized ordering
2018-09-27  Shane LontisAdded DRBG_HMAC & DRBG_HASH + Added defaults for settin...
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