signature: add FIPS error state handling
[openssl.git] / providers / implementations / rands /
2020-09-12 Paulirand: add FIPS error state handling
2020-08-27 Paulirand: add a note about a potentially misleading code...
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-07 Paulirand_drbg: remove RAND_DRBG.
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-07-22 Vitezslav CizekFix DRBG reseed counter condition.
2020-07-17 Paulirand: detect if FIPS approved randomness sources are...
2020-07-16 Richard LevitteDRBG: Fix the renamed functions after the EVP_MAC name...
2020-07-05 Paulicoverity 1464983: null pointer dereference
2020-07-05 Paulicoverity: CID 1464987: USE AFTER FREE
2020-06-29 Paulirand: fix CPU and timer sources.
2020-06-25 Matt CaswellUpdate copyright year
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 Dr. Matthias St... rand: move drbg_{ctr,hash,hmac}.c without change to...
2020-06-24 Paulishare rand_pool between libcrypto and providers
2020-06-24 Paulirand: add seeding sources to providers.
2020-06-24 Dr. Matthias St... rand: move rand_{unix,vms,vxworks,win}.c without change...
2020-06-24 Paulitest: add a test RNG.
2020-06-24 PauliCRNGT: continuous DRBG tests for providers
2020-06-24 Paulirand: set up EVP and DRBG infrastructure for RAND from...
2020-06-24 PauliMove CRNG test to providers