Home
last modified time | relevance | path

Searched refs:secure (Results 1 – 25 of 29) 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()
1077 clist->secure && !co->secure && !secure) { in Curl_cookie_add()
1352 d->secure = src->secure; in dup_cookie()
1376 bool secure) in Curl_cookie_getlist() argument
1398 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.md51 is a more secure way to do authentication over public networks than the
57 in RFC 2617 and is a more secure way to do authentication over public networks
71 in RFC 4559 and is the most secure way to perform authentication over HTTP.
105 it finds suitable. libcurl automatically selects the one it finds most secure.
111 finds most secure.
H A DCURLOPT_ALTSVC_CTRL.md37 libcurl only accepts Alt-Svc headers over a secure transport, meaning
H A DCURLOPT_SSL_VERIFYPEER.md66 When libcurl uses secure protocols it trusts responses and allows for example
H A DCURLOPT_SSLVERSION.md36 version to be more and more secure in this order through history: SSL v2,
H A DCURLOPT_SSL_VERIFYHOST.md72 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.yml117 configure: --enable-debug --with-secure-transport --enable-websockets
121 …# configure: CC=gcc-12 --enable-debug --with-secure-transport --enable-websockets --without-libp…
/curl/packages/OS400/
H A DREADME.OS400238 _ FTP with secure transmission
244 _ IMAP with secure transmission
248 _ POP3 with secure transmission
254 _ SMTP with secure transmission
/curl/.circleci/
H A Dconfig.yml109 …./configure --enable-warnings --enable-websockets --with-secure-transport CPPFLAGS="-I$(brew --pre…
/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
2033 Use --with-openssl, --with-gnutls, --with-wolfssl, --with-mbedtls, --with-schannel, --with-secure-t…
2046 (e.g. --with-openssl, --with-gnutls, --with-wolfssl, --with-mbedtls, --with-schannel, --with-secure
5022 non13=`echo "$TLSCHOICE" | $EGREP -i 'bearssl|secure-transport|mbedtls'`;
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md412 you are using an SSL private key for secure transfers.
445 to make libcurl pick the most secure one out of the types the server/proxy
887 SSL is for secure point-to-point connections. This involves strong encryption

Completed in 90 milliseconds

12