summaryrefslogtreecommitdiff
path: root/tests/ssl-test.c
Commit message (Expand)AuthorAgeFilesLines
* ssl-test: test the peer certificate existsIgnacio Casal Quinteiro2022-05-171-1/+24
* tests: Fix ssl-test with latest glib-networking changesPatrick Griffis2022-01-011-1/+4
* message: add API to get TLS ciphersuite name and protocol versionCarlos Garcia Campos2021-07-081-0/+8
* session: do not emit tls interaction signals for preconnect requestsCarlos Garcia Campos2021-06-161-0/+174
* server: add support for client side certificatesCarlos Garcia Campos2021-06-151-18/+14
* tls-interaction: allow to pass a NULL client side certificateCarlos Garcia Campos2021-06-141-7/+47
* ssl-test: Skip test case on older glib-networkingPatrick Griffis2021-06-021-4/+3
* ssl-test: Handle behavior change of upstream glib-networkingPatrick Griffis2021-06-021-1/+5
* ssl-test: Add test case for unhandled PKCS#11 PINPatrick Griffis2021-06-021-0/+12
* ssl-test: Only run PKCS#11 tests with gnutls backendPatrick Griffis2021-06-021-39/+45
* ssl-test: test request-certificate-password synchronously tooCarlos Garcia Campos2021-06-021-0/+26
* ssl-test: Add tests for PKCS#11 pin protected certPatrick Griffis2021-06-021-3/+79
* ssl-test: Add test for incorrect client certPatrick Griffis2021-06-021-1/+20
* message: add API to handle client side certificatesCarlos Garcia Campos2021-06-021-0/+133
* message: rename tls-certificate and tls-certificate-errors propertiesCarlos Garcia Campos2021-04-201-3/+3
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* session: add soup_session_send_and_read APIscarlosgc/send_and_readCarlos Garcia Campos2021-03-031-1/+1
* ssl-test: do not fail if we get connection closed instead of certificate requ...Carlos Garcia Campos2021-02-251-1/+5
* session: add public getters and setters for the SoupSession propertiesCarlos Garcia Campos2021-02-231-6/+3
* test: simplify /ssl/tls-interaction test by using SoupServerCarlos Garcia Campos2021-02-231-93/+41
* session: Remove ssl-use-system-ca-file propertyCarlos Garcia Campos2021-02-191-1/+5
* Stop using soup_session_cancel_message() in testsCarlos Garcia Campos2020-11-151-2/+2
* Remove non-HTTP SoupStatus valuesCarlos Garcia Campos2020-11-151-8/+15
* Replace SoupURI with GUriPatrick Griffis2020-11-141-6/+7
* message: remove SOUP_MESSAGE_CERTIFICATE_TRUSTED flagCarlos Garcia Campos2020-11-071-2/+2
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-3/+2
* message: add SoupMessage::accept-certificate signalCarlos Garcia Campos2020-11-041-7/+15
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-2/+2
* Remove property aliasesPatrick Griffis2020-10-281-3/+3
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-6/+5
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-1/+1
* tests: stop using soup_session_queue_message in testsCarlos Garcia Campos2020-09-301-2/+5
* Remove SoupSessionAsyncPatrick Griffis2020-09-191-58/+0
* tests: More removal of deprecated async sessionPatrick Griffis2020-09-191-3/+3
* Remove deprecated SoupSessionAsync usagePatrick Griffis2020-09-191-75/+9
* Remove deprecated SoupSession APIsPatrick Griffis2020-09-191-61/+2
* tests: fix SSL test with glib-networking >= 2.65.90Carlos Garcia Campos2020-09-161-9/+3
* Fix possibly uninitialized value in ssl-testTomas Popela2017-11-151-1/+1
* Mark old session-(async|sync) methods as deprecatedIgnacio Casal Quinteiro2015-11-221-0/+2
* tests: update to handle G_PARAM_DEPRECATED warnings in new glibDan Winship2014-07-221-3/+19
* Add tls-interaction property to SoupSessionDan Winship2014-05-031-0/+167
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-11/+12
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-0/+8
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-2/+0
* tests: split up some test programs into more testsDan Winship2014-03-151-68/+62
* tests: skip individual tests rather than whole test programsDan Winship2014-02-171-10/+17
* tests: use TAP, and install the testsDan Winship2014-02-081-2/+5
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-150/+79
* soup_message_get_https_status: provide info for failed attempts tooDan Winship2013-01-071-0/+4
* Clean up includesDan Winship2012-07-131-5/+1