random-file.d 570 B

12345678910111213141516
  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. Specify the path name to file containing what will be considered as random
  15. data. The data may be used to seed the random engine for SSL connections.