egd-file.d 523 B

1234567891011121314151617
  1. c: Copyright (C) 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 (added in 7.84.0). Prior to that it only had an effect on
  14. curl if built to use old versions of OpenSSL.
  15. Specify the path name to the Entropy Gathering Daemon socket. The socket is
  16. used to seed the random engine for SSL connections.