Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / providers / implementations / rands / test_rng.c
2023-10-02 PauliCoverity 1545174: calling risky function
2023-09-27 Paulifips selftest: avoid relying on a real RNG for self...
2023-09-07 Matt CaswellCopyright year updates
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2021-10-26 Paulitest-rand: return failure on not enough data, allow...
2021-03-11 Pauliupdate set_ctx_param DRBG calls to return 1 for a NULL...
2021-02-28 Pauliprov: update rand implementations to have a params...
2021-02-26 Pauliprov: update RNGs to support modified gettable/settable...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-17 PauliRNG test: add get_entropy hook for testing.
2020-11-19 Paulitest RNG: set state to uninitialised as part of uninsta...
2020-11-19 Paulidisassociate test RNG from the DRBGs
2020-11-19 Pauliprov: move the entropy source out of the FIPS provider
2020-11-18 PauliRename internal drbg_ functions so they have an ossl_...
2020-11-18 PauliProvide side RNG functions renamed to have an ossl_...
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-23 Dr. Matthias St... drbg: revert renamings of the generate and reseed counter
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-08 Dr. Matthias St... rand: fix typo in parameter name
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24 Paulitest: add a test RNG.