xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Long: egd-file |
| 4 | Arg: <file> |
| 5 | Help: EGD socket path for random data |
| 6 | Protocols: TLS |
| 7 | See-also: random-file |
| 8 | Category: tls |
| 9 | Example: --egd-file /random/here $URL |
| 10 | Added: 7.7 |
| 11 | Multi: single |
| 12 | --- |
| 13 | Deprecated option. This option is ignored by curl since 7.84.0. Prior to that |
| 14 | it only had an effect on curl if built to use old versions of OpenSSL. |
| 15 | |
| 16 | Specify the path name to the Entropy Gathering Daemon socket. The socket is |
| 17 | used to seed the random engine for SSL connections. |