Add an Apple privacy info file for OpenSSL
[openssl.git] / test / drbgtest.c
2 days ago Randall S. BeckerRemove all references to FLOSS for NonStop Builds.
2023-09-28 Matt CaswellCopyright year updates
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2022-10-24 Tomas MrazWorkaround egd rand source deficiencies
2022-09-21 PauliRuntime detect FIPS RNG usage in test
2022-06-02 Peiwei HuFix the checks of RAND_bytes
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-24 Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-04-17 PauliFix naming for EVP_RAND_CTX_gettable functions.
2021-02-28 Paulitest: update tests to allow for params argument for...
2021-02-23 Paulitest: make the DRBG test work without RAND_METHOD support.
2021-02-23 PauliRAND_METHOD deprecation: tests
2021-01-28 Richard LevitteUpdate copyright year
2021-01-15 PauliRemove unused DRBG tests.
2020-09-14 Dr. Matthias St... prov/drbg: cleanup some RAND_DRBG leftovers
2020-09-12 Randall S. BeckerNonStop port updates for 3.0.0.
2020-09-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-09-05 Dr. Matthias St... test/drbgtest: improve the reseed after fork test
2020-08-10 Shane LontisFix memory leak in drbgtest
2020-08-07 Paulidrbgtest: avoid a memory leak
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
2020-07-22 Dr. Matthias St... test/drbgtest.c: set the correct counter to trigger...
2020-07-22 Dr. Matthias St... test/drbgtest.c: Remove error check for large generate...
2020-07-22 Vitezslav CizekFix DRBG reseed counter condition.
2020-07-22 Vitezslav Cizektest/drbgtest.c: Fix error check test
2020-07-14 PauliDRBG: rename the DRBG taxonomy.
2020-06-24 Pauliupdate drbgtest to the provider model
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
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