Remove RANDFILE settings from configuration files
OpenSSL 1.1.1 introduced a new CSPRNG with an improved seeding mechanism, which makes it dispensable to define a RANDFILE for saving and restoring randomness. This commit removes the RANDFILE declarations from our own configuration files and adds documentation that this option is not needed anymore and retained mainly for compatibility reasons. Fixes #10433 Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10436)
This commit is contained in:
parent
0c080f73e8
commit
23f3993127
23 changed files with 25 additions and 55 deletions
|
@ -5,7 +5,6 @@
|
|||
# This definition stops the following lines choking if HOME or CN
|
||||
# is undefined.
|
||||
HOME = .
|
||||
RANDFILE = $ENV::HOME/.rnd
|
||||
CN = "Not Defined"
|
||||
|
||||
####################################################################
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
# This definition stops the following lines choking if HOME or CN
|
||||
# is undefined.
|
||||
HOME = .
|
||||
RANDFILE = $ENV::HOME/.rnd
|
||||
CN = "Not Defined"
|
||||
default_ca = ca
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue