Searched refs:engine (Results 1 – 25 of 40) sorted by relevance
12
/curl/docs/cmdline-opts/ |
H A D | engine.md | 4 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 D | key.md | 24 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 D | cert.md | 24 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 D | egd-file.md | 23 used to seed the random engine for SSL connections.
|
H A D | random-file.md | 22 seed the random engine for SSL connections.
|
H A D | proxy-cert.md | 22 PEM format if using any other engine. If the optional password is not
|
H A D | cookie.md | 36 cookie engine which makes curl record incoming cookies, which may be handy if 42 activates the cookie engine without any cookies.
|
H A D | cookie-jar.md | 33 This command line option activates the cookie engine that makes curl record
|
/curl/tests/data/ |
H A D | test308 | 21 simple HTTPS GET with invalid crypto engine 24 --engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/%TESTNUMBER
|
H A D | test1202 | 15 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 D | test307 | 36 simple HTTPS GET with openssl engine 39 --engine openssl -k https://%HOSTIP:%HTTPSPORT/%TESTNUMBER
|
H A D | test1538 | 88 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 D | CURLOPT_COOKIE.md | 46 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 D | CURLOPT_SSLENGINE.md | 20 CURLOPT_SSLENGINE - SSL engine identifier 33 identifier for the crypto engine you want to use for your private key. 70 engine support.
|
H A D | CURLOPT_SSLKEYTYPE.md | 37 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 D | CURLOPT_COOKIEFILE.md | 35 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 D | CURLOPT_SSLENGINE_DEFAULT.md | 19 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 D | CURLOPT_SHARE.md | 38 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 D | CURLINFO_COOKIELIST.md | 52 /* enable the cookie engine */
|
H A D | CURLOPT_ALTSVC_CTRL.md | 52 Setting any bit enables the alt-svc engine.
|
/curl/lib/vtls/ |
H A D | vtls_int.h | 170 CURLcode (*set_engine)(struct Curl_easy *data, const char *engine); 204 CURLcode Curl_none_set_engine(struct Curl_easy *data, const char *engine);
|
H A D | openssl.c | 1374 if(data->state.engine) { in cert_stuff() 1581 if(data->state.engine) { in cert_stuff() 1804 e = ENGINE_by_id(engine); in ossl_set_engine() 1809 if(!strcmp(engine, e_id)) in ossl_set_engine() 1819 if(data->state.engine) { in ossl_set_engine() 1822 data->state.engine = NULL; in ossl_set_engine() 1832 data->state.engine = e; in ossl_set_engine() 1835 (void)engine; in ossl_set_engine() 1846 if(data->state.engine) { in ossl_set_engine_default() 2038 if(data->state.engine) { in ossl_close_all() [all …]
|
H A D | vtls.h | 128 CURLcode Curl_ssl_set_engine(struct Curl_easy *data, const char *engine);
|
/curl/packages/vms/ |
H A D | curlmsg.msg | 101 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 D | tool_cfgable.h | 162 char *engine; member
|
Completed in 43 milliseconds
12