summaryrefslogtreecommitdiff
path: root/tests/wocky-test-connector-server.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-26Make SCRAM tests independent from SASL2 availability and featuresRuslan N. Marchenko1-2/+5
2020-09-23Tests: Add more retries before tearing the connection downRuslan N. Marchenko1-2/+11
2020-09-23Bump the glib api implementation to the latest versionRuslan N. Marchenko1-19/+43
2020-05-17Add TLS_INSECURE weak hash testRuslan N. Marchenko1-0/+1
2020-05-09wocky-tls: Merge WockyTLSSession and WockyTLSConnection togetherDan Winship1-5/+4
2016-07-04wocky-test-connector-server: report errors when asserting on finishing async ...George Kiagiadakis1-4/+12
2012-11-21Merge branch 'wildcarded-certificate-check'Will Thompson1-0/+2
2012-06-19Add unit test for see-other-host stream errorXavier Claessens1-0/+57
2012-05-09Add tests for matched, unmatched and bad wildcards for STARTTLS and SSLVivek Dasmohapatra1-0/+2
2012-02-06Namespace debug flags.Will Thompson1-1/+1
2012-02-06Move most of debug.h to debug-internal.hWill Thompson1-1/+1
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-7/+6
2011-06-09Legacy auth: document jabberd 1.4 workaroundWill Thompson1-3/+9
2010-10-20TestConnectorServer: use '*' in a _build() callWill Thompson1-3/+1
2010-10-13More style fix when doing if on pointersNicolas Dufresne1-1/+1
2010-10-13Fix coding style error introduced in leak fixesNicolas Dufresne1-2/+2
2010-10-13Don't leak errors in TLS testsNicolas Dufresne1-2/+6
2010-10-13Don't leak errorsNicolas Dufresne1-4/+4
2010-10-13Don't leak SASLServer by overwriting itNicolas Dufresne1-2/+3
2010-10-13Don't leak TLSSessionNicolas Dufresne1-0/+4
2010-10-13Don't leak TLSConnectionNicolas Dufresne1-4/+5
2010-10-04GSimpleAsyncResult source tags should be _asyncNicolas Dufresne1-1/+1
2010-04-20Make sure nodes/stanzas we create always have a namespaceSjoerd Simons1-1/+3
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-41/+41
2010-04-20Use wocky_stanza_get_top_node instead of ->nodeSjoerd Simons1-12/+14
2010-04-20Add a namespace argument to wocky_stanza_newSjoerd Simons1-9/+5
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-64/+64
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-37/+36
2010-04-13Use ASCII mnemonics throughout.Will Thompson1-109/+109
2010-04-13Use G_GNUC_NULL_TERMINATED for build spec-cy functionsWill Thompson1-26/+26
2010-04-08Detect (and fix) misbalanced stanza build specsWill Thompson1-2/+9
2009-12-20Use wocky's debugging in the more traditional waySjoerd Simons1-3/+3
2009-12-17Remove wocky-openssl.h, no headers use the USING_OPENSSL #define (or config.h)Vivek Dasmohapatra1-4/+0
2009-11-24Add API to get the last used SASL mechanism from the test serverSjoerd Simons1-0/+14
2009-11-24Add an async teardown server to the serverSjoerd Simons1-32/+229
2009-11-24Make the ssl handshaking asyncSjoerd Simons1-41/+54
2009-11-24Let _start take a cancellable and weave it throughSjoerd Simons1-1/+4
2009-10-05Pick one of gnutls and openssl automatically, unless the user choose explicitly.Vivek Dasmohapatra1-0/+6
2009-09-23cosmetics: remove adscititious newlinesDafydd Harries1-12/+12
2009-09-21Make sure we include the username in the jabber auth iq get stanza.Vivek Dasmohapatra1-0/+16
2009-09-21sasl/sasl.h not needed here.Vivek Dasmohapatra1-2/+0
2009-09-21Typo: temporary DEBUG2 macro no longer exists.Vivek Dasmohapatra1-4/+2
2009-09-11Add tests for CRL verification.Vivek Dasmohapatra1-0/+1
2009-09-11Update tests to new API (CAs not added in constructor any more).Vivek Dasmohapatra1-8/+7
2009-09-10{ } around if in for loop (only statement in loop) (starttls)Vivek Dasmohapatra1-6/+8
2009-09-10{ } around if (only statement in for loop) (handle_starttls).Vivek Dasmohapatra1-6/+8
2009-09-10Tests for certificate strict/lenient verification.Vivek Dasmohapatra1-6/+47
2009-08-12XEP 0077 Registration/Cancellation tests.Vivek Dasmohapatra1-10/+255
2009-08-04Use local wocky_tls_* instead of g_tls_* and gio instead of gnio.Vivek Dasmohapatra1-9/+10
2009-08-04Cleanup some old DEBUG we don't need any more.Vivek Dasmohapatra1-12/+1