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