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: random-file |
| 4 | Arg: <file> |
| 5 | Help: File for reading random data from |
| 6 | Category: misc |
| 7 | Example: --random-file rubbish $URL |
| 8 | Added: 7.7 |
| 9 | See-also: egd-file |
| 10 | Multi: single |
| 11 | --- |
| 12 | Deprecated option. This option is ignored by curl since 7.84.0. Prior to that |
| 13 | it only had an effect on curl if built to use old versions of OpenSSL. |
| 14 | |
| 15 | Specify the path name to file containing what will be considered as random |
| 16 | data. The data may be used to seed the random engine for SSL connections. |