Home
last modified time | relevance | path

Searched refs:engine (Results 1 – 25 of 40) sorted by relevance

12

/curl/docs/cmdline-opts/
H A Dengine.md4 Long: engine
6 Help: Crypto engine to use
15 - --engine flavor $URL
18 # `--engine`
20 Select the OpenSSL crypto engine to use for cipher operations. Use --engine
H A Dkey.md24 If curl is built against OpenSSL library, and the engine pkcs11 is available,
27 PKCS#11 URI. If a PKCS#11 URI is provided, then the --engine option is set as
H A Dcert.md24 using Secure Transport, or PEM format if using any other engine. If the
35 If curl is built against OpenSSL library, and the engine pkcs11 is available,
38 PKCS#11 URI. If a PKCS#11 URI is provided, then the --engine option is set as
H A Drandom-file.md22 seed the random engine for SSL connections.
H A Degd-file.md23 used to seed the random engine for SSL connections.
H A Dproxy-cert.md22 PEM format if using any other engine. If the optional password is not
H A Dcookie.md36 cookie engine which makes curl record incoming cookies, which may be handy if
42 activates the cookie engine without any cookies.
H A Dcookie-jar.md33 This command line option activates the cookie engine that makes curl record
/curl/tests/data/
H A Dtest30821 simple HTTPS GET with invalid crypto engine
24 --engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/%TESTNUMBER
H A Dtest120215 0Selector /the/search/engine /bar bar.foo.invalid 70
29 "gopher://%HOSTIP:%GOPHERPORT/7/the/search/engine%09query%20succeeded/%TESTNUMBER"
37 /the/search/engine query succeeded/%TESTNUMBER
H A Dtest30736 simple HTTPS GET with openssl engine
39 --engine openssl -k https://%HOSTIP:%HTTPSPORT/%TESTNUMBER
H A Dtest153888 e53: SSL crypto engine not found
89 e54: Can not set SSL crypto engine as default
101 e66: Failed to initialise SSL crypto engine
/curl/docs/libcurl/opts/
H A DCURLOPT_COOKIE.md46 held by the cookie engine and they are not be modified by it. If you enable
47 the cookie engine and either you have imported a cookie of the same name (e.g.
49 here. A request to the server sends both the 'foo' held by the cookie engine
51 cookie engine and can be modified by the server use CURLOPT_COOKIELIST(3).
54 cookies set by the cookie engine, there is a risk that the header ends up too
63 This option does not enable the cookie engine. Use CURLOPT_COOKIEFILE(3) or
H A DCURLOPT_SSLENGINE.md20 CURLOPT_SSLENGINE - SSL engine identifier
33 identifier for the crypto engine you want to use for your private key.
70 engine support.
H A DCURLOPT_SSLKEYTYPE.md37 The format "ENG" enables you to load the private key from a crypto engine. In
38 this case CURLOPT_SSLKEY(3) is used as an identifier passed to the engine. You
39 have to set the crypto engine with CURLOPT_SSLENGINE(3). "DER" format key file
H A DCURLOPT_COOKIEFILE.md35 It also enables the cookie engine, making libcurl parse and send cookies on
38 By passing the empty string ("") to this option, you enable the cookie engine
55 from. Setting this option to NULL disables the cookie engine and clears the
61 enable the cookie engine. While true, we strongly advise against using that
H A DCURLOPT_SSLENGINE_DEFAULT.md19 CURLOPT_SSLENGINE_DEFAULT - make SSL engine default
31 Pass a long set to 1 to make the already specified crypto engine the default
H A DCURLOPT_SHARE.md38 cookie cache and get the cookie engine enabled. If you stop sharing an object
40 cookies), the easy handle gets its cookie engine disabled.
H A DCURLINFO_COOKIELIST.md52 /* enable the cookie engine */
H A DCURLOPT_ALTSVC_CTRL.md52 Setting any bit enables the alt-svc engine.
/curl/lib/vtls/
H A Dvtls_int.h145 CURLcode (*set_engine)(struct Curl_easy *data, const char *engine);
179 CURLcode Curl_none_set_engine(struct Curl_easy *data, const char *engine);
H A Dopenssl.c1374 if(data->state.engine) { in cert_stuff()
1581 if(data->state.engine) { in cert_stuff()
1810 e = ENGINE_by_id(engine); in ossl_set_engine()
1815 if(!strcmp(engine, e_id)) in ossl_set_engine()
1825 if(data->state.engine) { in ossl_set_engine()
1828 data->state.engine = NULL; in ossl_set_engine()
1838 data->state.engine = e; in ossl_set_engine()
1841 (void)engine; in ossl_set_engine()
1852 if(data->state.engine) { in ossl_set_engine_default()
2040 if(data->state.engine) { in ossl_close_all()
[all …]
H A Dvtls.h125 CURLcode Curl_ssl_set_engine(struct Curl_easy *data, const char *engine);
/curl/packages/vms/
H A Dcurlmsg.msg101 SSL_ENGINE_NOTFOUND <SSL crypto engine not found>
102 SSL_ENGINE_SETFAILED <SSL can not set SSL crypto engine as default>
/curl/src/
H A Dtool_cfgable.h162 char *engine; member

Completed in 43 milliseconds

12