summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-23connector: simplify including state in debug messagesHEADmasterWill Thompson1-21/+13
2012-11-21wocky_auth_registry_has_mechanism: simplify!Will Thompson1-5/+1
2012-11-21wocky_auth_registry_has_mechanism: fix coding styleWill Thompson1-1/+4
2012-11-21Don't put const before G*List, it does not make senseOlivier CrĂȘte7-18/+18
2012-11-21Merge branch 'wildcarded-certificate-check'Will Thompson26-112/+1316
2012-11-21gnutls: explain why wildcard verification is neededWill Thompson1-4/+6
2012-11-21gnutls: simplify wildcard validationWill Thompson1-20/+6
2012-11-21openssl: make wildcard handling more obviously rightWill Thompson1-12/+15
2012-11-21openssl: don't reimplement g_ascii_strcasecmpWill Thompson1-15/+3
2012-11-16C2SPorter: validate JIDs to match sooner.Will Thompson1-21/+31
2012-11-16Merge branch 'salut-0.8'Will Thompson1-19/+7
2012-11-16MetaPorter: don't match sender on C2S portersWill Thompson1-19/+7
2012-11-14dump-certificates: don't use real passwordsWill Thompson1-3/+6
2012-11-14examples: Add example which dumps recieved TLS certificates to stdoutStef Walter3-0/+181
2012-11-12Test WockyXmppReader:default-namespace.Will Thompson1-0/+69
2012-11-12Miscellaneous docstring cleanupWill Thompson4-14/+20
2012-11-12XmppReader: add _new_no_stream_ns() wrapperWill Thompson2-0/+21
2012-11-12XmppReader: add a construct-only property for default nsWill Thompson1-2/+24
2012-11-12stanza: store quarks for known types' namespacesWill Thompson1-5/+17
2012-11-12stanza: check the namespace when determining typeWill Thompson2-3/+29
2012-11-06wocky_stanza_get_type_info(): get top node onceWill Thompson1-4/+8
2012-10-31Use wocky_stanza_extract_stream_error() more widelyWill Thompson2-14/+4
2012-10-31C2SPorter: improve check for queueable stanzasWill Thompson1-8/+6
2012-10-31Use wocky_stanza_has_type() in a few places.Will Thompson2-9/+5
2012-10-31Add wocky_stanza_has_type()Will Thompson2-0/+15
2012-10-29Replace homegrown macro with g_clear_objectWill Thompson1-7/+6
2012-10-01XmppReader: allow subclasses to specify stream element name/nsWill Thompson2-4/+14
2012-08-30connector test: set TCP_NODELAY for both server and client socketsJonny Lamb1-0/+28
2012-08-30connector: add ::connection-establishedJonny Lamb1-0/+33
2012-07-23SCRAM: correct logic in server-final message handlingWill Thompson1-1/+1
2012-06-19Add unit test for see-other-host stream errorXavier Claessens3-59/+172
2012-06-19WockyConnector: Support see-other-hostXavier Claessens1-2/+36
2012-06-19WockyConnector: Fix problem if host is an ipv6 or contains a portXavier Claessens1-10/+28
2012-06-19WockyConnector: Remove unused private memberXavier Claessens1-3/+0
2012-05-10Add CRL tests to connector test listwildcarded-certificate-checkVivek Dasmohapatra1-0/+55
2012-05-10Recreate CRL for revoked cert testVivek Dasmohapatra4-0/+116
2012-05-10Add CRL support to wocky-tls-connectorVivek Dasmohapatra1-0/+15
2012-05-10Add CRL support to wocky-tls-handlerVivek Dasmohapatra2-0/+46
2012-05-10Add CRL support to wocky-tls and wocky-opensslVivek Dasmohapatra3-1/+99
2012-05-09For OpenSSL we need to squash CRL fetch failure errors and reverify when !strictVivek Dasmohapatra1-53/+96
2012-05-09Self signed certs should still have the CA bit set (was making a test fail)Vivek Dasmohapatra2-22/+22
2012-05-09Disallow *oogle.com certs on gnutls as well (cf *.google.com)Vivek Dasmohapatra1-13/+106
2012-05-09Wildcard handling was stack-hungry, too lenient for "*foo" vs "*.foo" wildcardsVivek Dasmohapatra1-20/+25
2012-05-09Add tests for matched, unmatched and bad wildcards for STARTTLS and SSLVivek Dasmohapatra3-1/+101
2012-05-09Add defines for new ssl certificates for wildcard testsVivek Dasmohapatra1-0/+10
2012-05-09Add good and bad wildcard certificates, provide a helper for creating new certsVivek Dasmohapatra7-0/+640
2012-05-09Update the PEM hashes so that OpenSSL multi-CA tests work againVivek Dasmohapatra4-0/+4
2012-04-05Removed remaining CRL define in testsNicolas Dufresne1-2/+1
2012-04-05Check the validity of TLS_CA_CRT_FILE and TLS_CRL_DIRSiraj Razick1-0/+3
2012-04-04use new GLib API checking macrosGuillaume Desmottes1-0/+3