aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get.c
Commit message (Collapse)AuthorAge
* testcurl/https: minor improvementsEvgeny Grin (Karlson2k)2022-10-13
|
* testcurl/https: updated copyright year in modified files, fixed some doxyEvgeny Grin (Karlson2k)2022-10-10
|
* testcurl/https: some simplifications and clean-upsEvgeny Grin (Karlson2k)2022-10-10
|
* testcurl/https: enable verbose libcurl on debug buildsEvgeny Grin (Karlson2k)2022-10-10
|
* testcurl/https: do not enforce TLSv1Evgeny Grin (Karlson2k)2022-10-05
| | | | | Usage of concrete TLS version is not future-proof. Relay on default version setting by libcurl/TLS lib.
* testcurl/https: removed explicit cipher settingEvgeny Grin (Karlson2k)2022-10-05
| | | | Explicit ciphers are not required and not future-proof.
* testcurl/https: fixed compiler warnings, wrong typesEvgeny Grin (Karlson2k)2022-10-05
|
* Fixed initialisation of old GnuTLS versionsEvgeny Grin (Karlson2k)2022-09-25
|
* src/microhttpd/test_*: fixed more compiler warningsEvgeny Grin (Karlson2k)2022-06-14
|
* Replaced MHD_RESPMEM_PERSISTENT usage in examples and codeEvgeny Grin (Karlson2k)2022-05-14
| | | | New functions do not produce compiler warnings.
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
| | | | | | | | The argument is actually request-specific, not connection specific. The name was confusing. Fixed related documentation and clarified usage. Also fixed code where argument named 'unused' was actually used.
* tests: fixed case-insensitive match for method nameEvgeny Grin (Karlson2k)2021-09-22
|
* tests: removed curl_uses_nss_ssl(), used new backend identification functionsEvgeny Grin (Karlson2k)2021-06-10
|
* Fixed and muted compiler warningsEvgeny Grin (Karlson2k)2020-12-23
|
* fix transmission stall issue with upgraded TLS connections reported by ↵Christian Grothoff2020-09-27
| | | | Nguyen Xuan Viet on the mailinglist
* define and use 'enum MHD_Result'Christian Grothoff2020-04-08
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* add tests for empty reply in HTTPSChristian Grothoff2019-10-26
|
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
|
* https tests: completely exclude 3DES from testsEvgeny Grin (Karlson2k)2017-12-07
| | | | as it considered as "unsafe" and could be disabled in libs
* https tests: supported multi-TLS selection on libcurl >= 7.56.0,Evgeny Grin (Karlson2k)2017-11-15
| | | | fixed error report for failed initialisation of libcurl
* Fixed compiler warningEvgeny Grin (Karlson2k)2017-11-15
|
* HTTPS tests: disable 3DES testing on GnuTLS > 3.6.0 since it is disabledEvgeny Grin (Karlson2k)2017-10-31
| | | | by default in GnuTLS
* Silenced compiler warnings in src/testcurl/https, minor fixes.Evgeny Grin (Karlson2k)2017-10-30
|
* Make testsuite parallel build compatible (part 2)Evgeny Grin (Karlson2k)2017-06-25
|
* Dropped dependency on libgcrypt with new GnuTLS (>2.12.20) versionsEvgeny Grin (Karlson2k)2017-06-20
|
* HTTPS test fixes and improvements:Evgeny Grin (Karlson2k)2017-04-10
| | | | | | | | always skip tests if libcurl do not support HTTPS (instead of failing) return 99 in case of global errors (MHD-unrelated) print error result if test if failed fixed ignored result of epoll test in test_https_get_select allow compilation by C89 compiler
* convert 'thread_joined' to boolChristian Grothoff2017-02-14
|
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
| | | | New name better explains flag actions.
* Specify that flag MHD_USE_INTERNAL_POLLING_THREAD is mandatory if ↵Evgeny Grin (Karlson2k)2016-11-08
| | | | MHD_USE_THREAD_PER_CONNECTION is used
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* fixing https testcases that require SSL3, but SSL3 is dead and with modern ↵Christian Grothoff2015-04-03
| | | | gnutls not even supported
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -removing whitespaceChristian Grothoff2013-11-17
|
* fully initialze modern gcrypt in MHD_init, only use thread initialization ↵Christian Grothoff2013-09-23
| | | | with legacy libgcrypt, update tests accordingly
* proper gcrypt thread initialization in testsChristian Grothoff2013-09-15
|
* -expanded HTTPS testcases to also cover epollChristian Grothoff2013-07-20
|
* -renaming for consistencyChristian Grothoff2013-03-29