aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
Commit message (Expand)AuthorAge
* test_https_session_info: removed hardcoded TLS versionEvgeny Grin (Karlson2k)2022-10-10
* test_tls_extensions: removed unused testEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: some simplifications and clean-upsEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: added proper check for snprintf() resultEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: significantly simplified test URIEvgeny Grin (Karlson2k)2022-10-10
* test_https_time_out: second attempt to really check something with this testEvgeny Grin (Karlson2k)2022-10-10
* test_https_get_parallel{,_threads}: removed artificial delayEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: enable verbose libcurl on debug buildsEvgeny Grin (Karlson2k)2022-10-10
* testcurl/https: removed usage of deprecated libcurl parameterEvgeny Grin (Karlson2k)2022-10-10
* test_https_session_info: fixed compiler warning with old libcurlEvgeny Grin (Karlson2k)2022-10-06
* testcurl/https: do not enforce TLSv1Evgeny Grin (Karlson2k)2022-10-05
* testcurl/https: removed explicit cipher settingEvgeny Grin (Karlson2k)2022-10-05
* testcurl/https: stopped CA file creation/removalEvgeny Grin (Karlson2k)2022-10-05
* testcurl/https: fixed compiler warnings, wrong typesEvgeny Grin (Karlson2k)2022-10-05
* testcurl/https: fixed functions declarationsEvgeny Grin (Karlson2k)2022-10-05
* Removed curl_version_checkEvgeny Grin (Karlson2k)2022-10-05
* testcurl: updated copyright year in updated filesEvgeny Grin (Karlson2k)2022-10-01
* test_add_conn: added reasonable limitsEvgeny Grin (Karlson2k)2022-10-01
* testcurl: fixed used types and related warningsEvgeny Grin (Karlson2k)2022-10-01
* testcurl: fixed functions declarationsEvgeny Grin (Karlson2k)2022-10-01
* testcurl: Muted some compiler warnings, minor refactoringEvgeny Grin (Karlson2k)2022-10-01
* Removed "gauger" server usage from the testsuiteEvgeny Grin (Karlson2k)2022-09-30
* Some readability improvementsEvgeny Grin (Karlson2k)2022-09-28
* test_head: new test-case for HEAD requestsEvgeny Grin (Karlson2k)2022-09-27
* test-suite: sorted and fixed build flagsEvgeny Grin (Karlson2k)2022-09-27
* Implemented support for hash calculation by GnuTLS lib functionsEvgeny Grin (Karlson2k)2022-09-25
* Fixed initialisation of old GnuTLS versionsEvgeny Grin (Karlson2k)2022-09-25
* digestauth: added support for SHA-512/256, made MD5 and SHA-256 optionalEvgeny Grin (Karlson2k)2022-09-11
* Digest Auth API: do not store 'userhash' in 'username' membersEvgeny Grin (Karlson2k)2022-09-05
* .gitignore: added universal patter to ignore test binariesEvgeny Grin (Karlson2k)2022-09-04
* test_digestauth2: removed copy-paste leftoversEvgeny Grin (Karlson2k)2022-09-04
* Modified public Digest Username struct to include the algorithmEvgeny Grin (Karlson2k)2022-08-26
* digestauth: keep results of algo and QOP parsing, renamed public struct memberEvgeny Grin (Karlson2k)2022-08-25
* test_digestauth_concurrent: added debug printEvgeny Grin (Karlson2k)2022-08-15
* test_digestauth2: minor improvementsEvgeny Grin (Karlson2k)2022-08-15
* test_digestauth2: added third request with new connectionEvgeny Grin (Karlson2k)2022-08-15
* test_digestauth2: reuse the same connection for the second requestEvgeny Grin (Karlson2k)2022-08-15
* test_digestauth2: added testing of nonce bind optionsEvgeny Grin (Karlson2k)2022-08-15
* test_digestauth2: added testing with two requestsEvgeny Grin (Karlson2k)2022-08-15
* Added MHD_OPTION_DIGEST_AUTH_NONCE_BIND_TYPE to control how to generate andEvgeny Grin (Karlson2k)2022-08-15
* test_digestauth2: added testing of RFC2069 modeEvgeny Grin (Karlson2k)2022-07-30
* test_digestauth2: added testing of Auth v2 APIEvgeny Grin (Karlson2k)2022-07-30
* test_digestauth2: added testing of 'userdigest'Evgeny Grin (Karlson2k)2022-07-30
* test_digestauth2: test the new optionEvgeny Grin (Karlson2k)2022-07-30
* -fix typosChristian Grothoff2022-07-28
* Makefile: cosmeticsEvgeny Grin (Karlson2k)2022-07-28
* test_digestauth2: added new group of tests for Digest Auth checkingEvgeny Grin (Karlson2k)2022-07-28
* Added MHD_queue_auth_required_response3(); Refactored public Digest Auth API v3Evgeny Grin (Karlson2k)2022-07-28
* Digest Auth public structs: removed redundant memberEvgeny Grin (Karlson2k)2022-07-28
* test_digestauth_concurrent: fixed compiler warningsEvgeny Grin (Karlson2k)2022-07-25