summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-11-29F34 rawhide has GIO 2.67 with glib-networking 2.66 *sigh*HEADmasterRuslan N. Marchenko1-24/+56
2020-11-26Make SCRAM tests independent from SASL2 availability and featuresRuslan N. Marchenko6-21/+85
2020-11-15Fix TLSv1.3 tests and add TLSv1.2 testsRuslan N. Marchenko17-151/+176
2020-11-15Mitigate aggressive GnuTLS backend resumption in glib-networkingRuslan N. Marchenko1-102/+105
2020-10-05Add SASL SCRAM-SHA*-PLUS testsRuslan N. Marchenko4-2/+287
2020-09-25Enable all SHA1 and SHA2 SCRAM algorithms, move to SHA256 defaultRuslan N. Marchenko3-34/+48
2020-09-23Tests: Add more retries before tearing the connection downRuslan N. Marchenko2-4/+24
2020-09-23Bump the glib api implementation to the latest versionRuslan N. Marchenko10-168/+244
2020-05-17Add TLS_INSECURE weak hash testRuslan N. Marchenko7-1/+163
2020-05-11Update test suite to latest changesRuslan N. Marchenko5-29/+49
2020-05-09Uplift sasl testsRuslan N. Marchenko2-34/+35
2020-05-09Uplift test resolver to glib-2,59.0Ruslan N. Marchenko1-6/+33
2020-05-09wocky-test-stream: implement GPollableInput/OutputStreamDan Winship1-5/+113
2020-05-09wocky-tls: Merge WockyTLSSession and WockyTLSConnection togetherDan Winship2-18/+15
2020-05-09wocky-tls: specify peername at session creation timeDan Winship1-1/+1
2016-07-09tests: remove wocky-http-proxy-testGeorge Kiagiadakis2-401/+0
2016-07-09Merge branch 'gabble-0.18'George Kiagiadakis7-32/+40
2016-07-09tests/certs: update crl for 5 years indeedgabble-0.18George Kiagiadakis1-11/+10
2016-07-04wocky-test-connector-server: report errors when asserting on finishing async ...George Kiagiadakis1-4/+12
2016-07-04wocky-connector-test: allow test server to dispatch any pending events before...George Kiagiadakis1-0/+12
2016-07-04Bump required glib version to 2.44, as we now depend on GIO http proxyGeorge Kiagiadakis2-3/+0
2016-07-04Remove wocky-http-proxy, upstreamed in GIO nowGeorge Kiagiadakis2-14/+6
2016-07-04Update CRL for 5 years (Closes: #79548)Diane Trout3-23/+26
2016-07-04Rename a test to avoid a duplicate test error messageDiane Trout1-1/+1
2016-06-12Update CRL for 5 years (Closes: #79548)Diane Trout3-23/+26
2016-01-09Rename a test to avoid a duplicate test error messageDiane Trout1-1/+1
2014-06-02don't use for loop variable declarationsGuillaume Desmottes1-1/+2
2014-06-02test-sasl-auth-server: NULL terminate the handlers arrayGuillaume Desmottes1-1/+1
2014-06-02test-sasl-auth-server: remove unread assignationsGuillaume Desmottes1-2/+2
2014-06-02dummy-xmpp-server.c: add mising 'return' in main()Guillaume Desmottes1-1/+1
2013-08-09Merge branch 'gabble-0.18'Simon McVittie1-29/+1
2013-08-09Fix examples' and tests' dependenciesSimon McVittie1-29/+1
2013-08-09Include more test certificates in the tarball, so we can distcheckSimon McVittie1-1/+4
2013-08-09some tests: give better diagnostics on failureSimon McVittie2-56/+139
2013-08-09Tests: don't assume that other things can sneak in ahead of cancellationSimon McVittie5-5/+23
2013-08-09wocky-dummy-xmpp-server: don't turn off non-blocking on the socketSimon McVittie1-4/+0
2013-08-09wocky-xmpp-reader-test: don't assume non-characters will be replacedSimon McVittie1-7/+36
2013-08-09wocky-connector-test: stop putting sockets in blocking modeSimon McVittie1-13/+0
2013-05-30Require GLib 2.32Simon McVittie5-21/+0
2013-03-20Regression tests for malformed FORM_TYPE crashesWill Thompson1-0/+126
2013-03-20Regression test for hashing anonymous fieldsWill Thompson1-0/+47
2013-02-22connector-test: use properly-named variables.Will Thompson1-9/+9
2013-02-22Fix wocky-connector-testWill Thompson1-2/+4
2013-02-20Correctly extract type='' from unrecognised errorsWill Thompson1-0/+48
2013-02-20tests: define bug base in test_init().Will Thompson2-1/+1
2013-01-22connector-test: avoid using system-wide CAsWill Thompson1-0/+4
2012-12-06Make wocky_node_{add,prepend}_node_tree return the nodeWill Thompson1-1/+4
2012-12-06Add wocky_node_iter_remove()Will Thompson1-0/+30
2012-12-05tests: sort the MakefileWill Thompson1-133/+131
2012-11-21Merge branch 'wildcarded-certificate-check'Will Thompson20-23/+948