mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:43:38 +03:00
curl: deprecate --random-file and --egd-file
As libcurl no longer has any functionality for them, the tool now does nothing with them. Closes #8670
This commit is contained in:
parent
8d86718f3f
commit
84052154f7
6 changed files with 7 additions and 10 deletions
|
|
@ -7,5 +7,8 @@ Category: tls
|
|||
Example: --egd-file /random/here $URL
|
||||
Added: 7.7
|
||||
---
|
||||
Deprecated option. This option is ignored by curl since 7.84.0. Prior to that
|
||||
it only had an effect on curl if built to use old versions of OpenSSL.
|
||||
|
||||
Specify the path name to the Entropy Gathering Daemon socket. The socket is
|
||||
used to seed the random engine for SSL connections.
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ Example: --random-file rubbish $URL
|
|||
Added: 7.7
|
||||
See-also: egd-file
|
||||
---
|
||||
Deprecated option. This option is ignored by curl since 7.84.0. Prior to that
|
||||
it only had an effect on curl if built to use old versions of OpenSSL.
|
||||
|
||||
Specify the path name to file containing what will be considered as random
|
||||
data. The data may be used to seed the random engine for SSL connections. See
|
||||
also the --egd-file option.
|
||||
data. The data may be used to seed the random engine for SSL connections.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue