Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 25 of 35) sorted by relevance

12

/curl/tests/data/
H A Dtest143714 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, algorithm=MD5, nonce=1, nonce=2
35 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, algorithm=MD5, nonce=1, nonce=2
76 …strealm", nonce="2", uri="/%TESTNUMBER", response="4376eb639bf8e7343a6e7b56e1b89c4f", algorithm=MD5
H A Dtest206114 WWW-Authenticate: Digest realm="testrealm", nonce="1053604145", algorithm="SHA-256"
35 WWW-Authenticate: Digest realm="testrealm", nonce="1053604145", algorithm="SHA-256"
76 …ER", response="9dc55255f1a2537b838311674b621d45346b862a81631bb20e4ce356ef25062d", algorithm=SHA-256
H A Dtest206214 WWW-Authenticate: Digest realm="testrealm", nonce="1053604145", algorithm="SHA-512-256"
35 WWW-Authenticate: Digest realm="testrealm", nonce="1053604145", algorithm="SHA-512-256"
77 … response="9d3256ee6526ec40dd48743bb48e51ee9baba587c78f15c3a86166242150af98", algorithm=SHA-512-256
H A Dtest206314 WWW-Authenticate: Digest realm="testrealm", nonce="1053604145", algorithm="SHA-256", userhash=true
35 WWW-Authenticate: Digest realm="testrealm", nonce="1053604145", algorithm="SHA-256", userhash=true
76 …nse="6c470aec384ab1d4e12d3ce1f5b08303d8cad177e52ebe50ec1a3e141adb0cdc", algorithm=SHA-256, userhas…
H A Dtest206414 WWW-Authenticate: Digest realm="testrealm", nonce="2053604145", algorithm="SHA-256"
35 WWW-Authenticate: Digest realm="testrealm", nonce="2053604145", algorithm="SHA-256"
76 …ER", response="a9c3ec1036068b336cbabefe9dfcad52ee8b89bc7c91ddbb5bb415c6acdf38a5", algorithm=SHA-256
H A Dtest206514 WWW-Authenticate: Digest realm="testrealm", nonce="2053604145", algorithm="SHA-512-256"
35 WWW-Authenticate: Digest realm="testrealm", nonce="2053604145", algorithm="SHA-512-256"
77 … response="0373a49d7d352ff54884faaf762fc6c89281b4112ad8fcbbe1d1ee52dcf7a802", algorithm=SHA-512-256
H A Dtest206614 WWW-Authenticate: Digest realm="testrealm", nonce="2053604145", algorithm="SHA-256", userhash=true
35 WWW-Authenticate: Digest realm="testrealm", nonce="2053604145", algorithm="SHA-256", userhash=true
76 …nse="374a35326cc09e7d1ec3165aee9de01cae46daac33d8999aa1f483fa7882b86c", algorithm=SHA-256, userhas…
H A Dtest206715 WWW-Authenticate: Digest realm="testrealm", nonce="1053604144", algorithm="SHA-256"
32 WWW-Authenticate: Digest realm="testrealm", nonce="1053604144", algorithm="SHA-256"
79 …ER", response="67b97af219c92fa7e8685e5bebb8e74892f6c6792e911c52bd2dfbf0b49272eb", algorithm=SHA-256
H A Dtest206815 WWW-Authenticate: Digest realm="testrealm", nonce="1053604144", algorithm="SHA-512-256"
32 WWW-Authenticate: Digest realm="testrealm", nonce="1053604144", algorithm="SHA-512-256"
80 … response="0ba2f7ec8045446588eea82bb0c3812aedb05f4eac8883ea65040a52e9c5629e", algorithm=SHA-512-256
H A Dtest206915 WWW-Authenticate: Digest realm="testrealm", nonce="1053604144", algorithm="SHA-256", userhash=true
32 WWW-Authenticate: Digest realm="testrealm", nonce="1053604144", algorithm="SHA-256", userhash=true
79 …nse="9a29f1dab407e62daa7121185f9f12db6177415e03f35d9a881550095a83378d", algorithm=SHA-256, userhas…
H A Dtest205924 WWW-Authenticate: Digest realm="testrealm", algorithm="SHA-256", nonce="1053604144", userhash=true
46 WWW-Authenticate: Digest realm="testrealm", algorithm="SHA-256", nonce="1053604144", userhash=true
95 …nse="22d200df1fd02a9d3a7269ef5bbb5bf8f16f184a74907df9b64a3755489c0b42", algorithm=SHA-256, userhas…
H A Dtest205824 WWW-Authenticate: Digest realm="testrealm", algorithm="SHA-256", nonce="1053604144"
46 WWW-Authenticate: Digest realm="testrealm", algorithm="SHA-256", nonce="1053604144"
95 …ER", response="fbed69f9f3fd304c8f1acb1a43eb32688b933c0e28055c16b926cbcec070aeed", algorithm=SHA-256
H A Dtest206024 WWW-Authenticate: Digest realm="testrealm", algorithm="SHA-512-256", nonce="1053604144"
46 WWW-Authenticate: Digest realm="testrealm", algorithm="SHA-512-256", nonce="1053604144"
96 … response="691867f4a06c79fd0a175c1857e3df7015f6fff3ce8676497d2f1f805b5a8eca", algorithm=SHA-512-256
H A Dtest15352 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="auth"
118 …e="MTA4MzIy", nc="00000001", qop="auth", response="25291c357671604a16c0242f56721c07", algorithm=MD5
144 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="auth"
H A Dtest38852 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="crazy, …
118 …e="MTA4MzIy", nc="00000001", qop="auth", response="25291c357671604a16c0242f56721c07", algorithm=MD5
144 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="crazy, …
/curl/lib/vauth/
H A Ddigest.c352 char algorithm[64]; in Curl_auth_create_digest_md5_message() local
365 algorithm, in Curl_auth_create_digest_md5_message()
366 sizeof(algorithm), in Curl_auth_create_digest_md5_message()
373 if(strcmp(algorithm, "md5-sess") != 0) in Curl_auth_create_digest_md5_message()
592 free(digest->algorithm); in Curl_auth_decode_digest_http_message()
593 digest->algorithm = strdup(content); in Curl_auth_decode_digest_http_message()
594 if(!digest->algorithm) in Curl_auth_decode_digest_http_message()
924 if(digest->algorithm) { in auth_create_digest_http_message()
926 tmp = aprintf("%s, algorithm=%s", response, digest->algorithm); in auth_create_digest_http_message()
1022 Curl_safefree(digest->algorithm); in Curl_auth_digest_cleanup()
/curl/docs/libcurl/opts/
H A DCURLOPT_TCP_NODELAY.md34 Setting this option to 1L disables the Nagle algorithm on connections created
35 using this handle. The purpose of this algorithm is to minimize the number of
H A DCURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md31 Happy eyeballs is an algorithm that attempts to connect to both IPv4 and IPv6
H A DCURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md37 MD5 is a weak algorithm. We strongly recommend using
H A DCURLOPT_ACCEPT_ENCODING.md46 response using the zlib algorithm, *gzip* which requests the gzip algorithm,
H A DCURLOPT_MIME_OPTIONS.md39 backslash-escaping algorithm rather than percent-encoding (HTTP only).
/curl/docs/cmdline-opts/
H A Dretry-delay.md19 failed with a transient error (it changes the default backoff time algorithm
H A Daws-sigv4.md22 The provider argument is a string that is used by the algorithm when creating
H A Dhappy-eyeballs-timeout-ms.md19 Happy Eyeballs is an algorithm that attempts to connect to both IPv4 and IPv6
H A Dretry.md27 --retry-delay you disable this exponential backoff algorithm. See also

Completed in 23 milliseconds

12