random-file.d 527 B

12345678910111213141516
  1. c: Copyright (C) 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 (added in 7.84.0). Prior to that it
  13. only had an effect on curl if built to use old versions of OpenSSL.
  14. Specify the path name to file containing random data. The data may be used to
  15. seed the random engine for SSL connections.