egd-file.d 549 B

12345678910111213141516
  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. ---
  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 the Entropy Gathering Daemon socket. The socket is
  15. used to seed the random engine for SSL connections.