openssl/crypto/rand
Richard Levitte a3327784d9 CRYPTO: Remove support for ex_data fields when building the FIPS module
These fields are purely application data, and applications don't reach
into the bowels of the FIPS module, so these fields are never used
there.

Fixes #10835

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10837)
2020-01-15 23:45:41 +01:00
..
build.info
drbg_ctr.c
drbg_hash.c
drbg_hmac.c
drbg_lib.c CRYPTO: Remove support for ex_data fields when building the FIPS module 2020-01-15 23:45:41 +01:00
rand_crng_test.c
rand_egd.c
rand_err.c
rand_lib.c rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failure 2019-12-12 07:41:00 +10:00
rand_local.h CRYPTO: Remove support for ex_data fields when building the FIPS module 2020-01-15 23:45:41 +01:00
rand_unix.c Move random-related defines to "crypto/rand.h" 2020-01-07 16:28:15 +01:00
rand_vms.c Fix some typos 2019-12-11 19:04:01 +01:00
rand_vxworks.c
rand_win.c Fix some typos 2019-12-11 19:04:01 +01:00
randfile.c