mirror of
https://github.com/openssl/openssl.git
synced 2024-12-27 06:21:43 +08:00
81aef6ba72
This allows the operating system sources that OpenSSL supports to be used directly as RNGs. It also allows DRBG seeding to be explicitly specified rather than being left to a fall back case. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13455)
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
SUBDIRS=seeding
|
|
|
|
$COMMON=drbg.c test_rng.c drbg_ctr.c drbg_hash.c drbg_hmac.c crngt.c
|
|
|
|
SOURCE[../../libfips.a]=$COMMON
|
|
SOURCE[../../libnonfips.a]=$COMMON seed_src.c
|