Home
last modified time | relevance | path

Searched refs:secure (Results 1 – 25 of 27) sorted by relevance

12

/curl/tests/data/
H A Dtest3127 Set-Cookie: foobar=name; domain=anything.com; path=/ ; secure
31 Set-Cookie: sec1value=secure1 ; domain=test31.curl; path=/secure1/ ; secure
32 Set-Cookie: sec2value=secure2 ; domain=test31.curl; path=/secure2/ ; secure=
33 Set-Cookie: sec3value=secure3 ; domain=test31.curl; path=/secure3/ ; secure=
34 Set-Cookie: sec4value=secure4 ; secure=; domain=test31.curl; path=/secure4/ ;
35 Set-Cookie: sec5value=secure5 ; secure; domain=test31.curl; path=/secure5/ ;
39 Set-Cookie: secure=very1 ; secure=; domain=test31.curl; path=/secure9/;
74 Set-Cookie: securewithspace=after ; secure =
76 Set-Cookie: foobar=name; domain=anything.com; path=/ ; secure
88 Set-Cookie: secure=very1 ; secure=; domain=test31.curl; path=/secure9/;
[all …]
H A Dtest3927 secure
19 Set-Cookie: foobar=name; path=/; secure
31 HTTP secure cookies over localhost
H A Dtest156218 Set-Cookie: foo=123; path=/; secure;
44 Expire secure cookies over HTTPS
H A Dtest156119 Set-Cookie: super=secret; domain=example.com; path=/%TESTNUMBER; secure;
20 Set-Cookie: supersuper=secret; domain=example.com; path=/%TESTNUMBER/login/; secure;
44 Set-Cookie: secureoverhttp=yes; domain=example.com; path=/%TESTNUMBER; secure;
72 Cookies set over HTTP can't override secure ones
H A Dtest6127 Set-Cookie: test3=maybe; domain=foo.com; path=/moo; secure
28 Set-Cookie: test4=no; domain=nope.foo.com; path=/moo; secure
29 Set-Cookie: test5=name; domain=anything.com; path=/ ; secure
H A Dtest41418 Set-Cookie: SESSIONID=originaltoken; secure
19 Set-Cookie: second=originaltoken; secure; path=/a
/curl/lib/
H A Dcookie.h39 bool secure; /* whether the 'secure' keyword was used */ member
113 bool secure);
117 const char *path, bool secure);
H A Dcookie.c640 if(secure || !c->running) { in Curl_cookie_add()
641 co->secure = TRUE; in Curl_cookie_add()
934 co->secure = FALSE; in Curl_cookie_add()
936 if(secure || c->running) in Curl_cookie_add()
937 co->secure = TRUE; in Curl_cookie_add()
987 if(!co->secure) { in Curl_cookie_add()
1082 clist->secure && !co->secure && !secure) { in Curl_cookie_add()
1357 d->secure = src->secure; in dup_cookie()
1381 bool secure) in Curl_cookie_getlist() argument
1403 if(co->secure ? secure : TRUE) { in Curl_cookie_getlist()
[all …]
/curl/docs/cmdline-opts/
H A Dinsecure.md21 By default, every secure connection curl makes is verified to be secure before
38 When curl uses secure protocols it trusts responses and allows for example
H A Dproxy-insecure.md20 Every secure connection curl makes is verified to be secure before the
H A Dssl.md21 instead to be sure curl upgrades to a secure connection.
24 because of the involved commands. Reverts to a non-secure connection if the
H A Dftp-ssl-control.md18 Require SSL/TLS for the FTP login, clear for transfer. Allows secure
H A Ddoh-insecure.md20 secure before the transfer takes place. This option tells curl to skip the
H A Danyauth.md20 Figure out authentication method automatically, and use the most secure one
/curl/docs/libcurl/opts/
H A DCURLOPT_HTTPAUTH.md52 is a more secure way to do authentication over public networks than the
58 in RFC 2617 and is a more secure way to do authentication over public networks
72 in RFC 4559 and is the most secure way to perform authentication over HTTP.
106 it finds suitable. libcurl automatically selects the one it finds most secure.
112 finds most secure.
H A DCURLOPT_SSL_VERIFYPEER.md67 When libcurl uses secure protocols it trusts responses and allows for example
H A DCURLOPT_SSLVERSION.md37 version to be more and more secure in this order through history: SSL v2,
H A DCURLOPT_SSL_VERIFYHOST.md60 When libcurl uses secure protocols it trusts responses and allows for example
/curl/m4/
H A Dcurl-sectransp.m434 test secure-transport != "$DEFAULT_SSL_BACKEND" || VALID_DEFAULT_SSL_BACKEND=yes
/curl/.github/workflows/
H A Dmacos.yml113 …configure: --enable-debug --with-secure-transport --enable-websockets --with-libssh2=$(brew --pref…
117 …configure: --enable-debug --with-secure-transport --enable-websockets --with-libssh2=$(brew --pref…
122 …configure: --enable-debug --with-secure-transport --enable-websockets --with-libssh2=$(brew --pref…
211 if: contains(matrix.configure, '--with-secure-transport')
239 if [[ '${{ matrix.configure }}' = *'--with-secure-transport'* ]]; then
246 if [[ '${{ matrix.configure }}' = *'--with-secure-transport'* ]]; then
608 [ '${{ matrix.config }}' = 'SecureTransport' ] && options+=' --with-secure-transport'
/curl/packages/OS400/
H A DREADME.OS400237 _ FTP with secure transmission
243 _ IMAP with secure transmission
247 _ POP3 with secure transmission
253 _ SMTP with secure transmission
/curl/
H A Dconfigure.ac152 …curl_ssl_msg="no (--with-{openssl,gnutls,mbedtls,wolfssl,schannel,secure-transport,amissl,bea…
222 AC_ARG_WITH(secure-transport,dnl
223 AS_HELP_STRING([--with-secure-transport],[enable Apple OS native SSL/TLS]),[
424 --with-secure-transport
2134 Use --with-openssl, --with-gnutls, --with-wolfssl, --with-mbedtls, --with-schannel, --with-secure-t…
2147 (e.g. --with-openssl, --with-gnutls, --with-wolfssl, --with-mbedtls, --with-schannel, --with-secure
5443 [non13=`echo "$TLSCHOICE" | $AWK '{split("bearssl secure-transport", a); for (i in a) if(match(tolo…
H A DCMakeLists.txt569 if(CURL_DEFAULT_SSL_BACKEND AND CURL_DEFAULT_SSL_BACKEND STREQUAL "secure-transport")
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md413 you are using an SSL private key for secure transfers.
446 to make libcurl pick the most secure one out of the types the server/proxy
888 SSL is for secure point-to-point connections. This involves strong encryption
H A Dlibcurl-security.md415 A secure application should never use the CURLOPT_SSL_VERIFYPEER(3)

Completed in 72 milliseconds

12