engine.d 467 B

1234567891011121314
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: engine
  4. Arg: <name>
  5. Help: Crypto engine to use
  6. Protocols: TLS
  7. Category: tls
  8. Example: --engine flavor $URL
  9. Added: 7.9.3
  10. See-also: ciphers curves
  11. ---
  12. Select the OpenSSL crypto engine to use for cipher operations. Use --engine
  13. list to print a list of build-time supported engines. Note that not all (and
  14. possibly none) of the engines may be available at runtime.