prov: add extra params argument to KDF implementations
[openssl.git] / providers / implementations / rands /
2021-02-28 Pauliprov: use new MAC_init arguments in HMAC-DRBG
2021-02-26 Pauliprov: update RNGs to support modified gettable/settable...
2021-02-18 Richard LevitteAdjust the few places where the string length was confused
2021-02-18 Matt CaswellUpdate copyright year
2021-02-17 Paulirand: update DRBGs to use the get_entropy call for...
2021-02-17 PauliRNG test: add get_entropy hook for testing.
2021-02-17 PauliRNG seed: add get_entropy hook for seeding.
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2020-12-09 Paulirand: don't leak memory
2020-12-09 Paulirand seed: include lock and unlock functions.
2020-12-09 Paulirand: add a provider side seed source.
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-19 Paulidoc: Documentation changes for moving the entropy sourc...
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-11-17 David CarlierNetBSD build fix.
2020-11-13 David CarlierDragonFlyBSD build fix and update.
2020-11-11 Richard LevitteConvert all {NAME}err() in providers/ to their correspo...
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-14 Yury Issyscall_random(): don't fail if the getentropy() functi...
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-28 Paulirand: declare get_hardware_random_value() before use.
2020-09-25 Randall S. BeckerModified rand_cpu_x86.c to support builtin hardware...
2020-09-23 Dr. Matthias St... drbg: revert renamings of the generate and reseed counter
2020-09-23 Paulidrbg: gettable parameters for cipher/digest/mac type.
2020-09-17 Shane LontisAdd selftest callback to CRNG output test
2020-09-14 Dr. Matthias St... prov/drbg: cleanup some RAND_DRBG leftovers
2020-09-14 Dr. Matthias St... prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'
2020-09-12 Shane Lontiskeygen: add FIPS error state management to conditional...
2020-09-12 PauliCRNGT: enter FIPS error state if the test fails
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