curl/docs/cmdline-opts/engine.d

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
467 B
D
Raw Normal View History

c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: engine
Arg: <name>
Help: Crypto engine to use
Protocols: TLS
Category: tls
Example: --engine flavor $URL
Added: 7.9.3
See-also: ciphers curves
---
2016-12-18 06:56:50 +08:00
Select the OpenSSL crypto engine to use for cipher operations. Use --engine
2021-07-16 15:34:18 +08:00
list to print a list of build-time supported engines. Note that not all (and
possibly none) of the engines may be available at runtime.