index
:
wocky.git
async-tls-write-error-handling
crl-checks-too-strict
disco
master
muc
openssl-deflate
openssl-infinite-io
sh-fixes
tls-ssl-juggling
wildcarded-certificate-check
wocky
Vivek Dasmohapatra
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-23
connector: simplify including state in debug messages
HEAD
master
Will Thompson
1
-21/+13
2012-11-21
wocky_auth_registry_has_mechanism: simplify!
Will Thompson
1
-5/+1
2012-11-21
wocky_auth_registry_has_mechanism: fix coding style
Will Thompson
1
-1/+4
2012-11-21
Don't put const before G*List, it does not make sense
Olivier CrĂȘte
7
-18/+18
2012-11-21
Merge branch 'wildcarded-certificate-check'
Will Thompson
26
-112/+1316
2012-11-21
gnutls: explain why wildcard verification is needed
Will Thompson
1
-4/+6
2012-11-21
gnutls: simplify wildcard validation
Will Thompson
1
-20/+6
2012-11-21
openssl: make wildcard handling more obviously right
Will Thompson
1
-12/+15
2012-11-21
openssl: don't reimplement g_ascii_strcasecmp
Will Thompson
1
-15/+3
2012-11-16
C2SPorter: validate JIDs to match sooner.
Will Thompson
1
-21/+31
2012-11-16
Merge branch 'salut-0.8'
Will Thompson
1
-19/+7
2012-11-16
MetaPorter: don't match sender on C2S porters
Will Thompson
1
-19/+7
2012-11-14
dump-certificates: don't use real passwords
Will Thompson
1
-3/+6
2012-11-14
examples: Add example which dumps recieved TLS certificates to stdout
Stef Walter
3
-0/+181
2012-11-12
Test WockyXmppReader:default-namespace.
Will Thompson
1
-0/+69
2012-11-12
Miscellaneous docstring cleanup
Will Thompson
4
-14/+20
2012-11-12
XmppReader: add _new_no_stream_ns() wrapper
Will Thompson
2
-0/+21
2012-11-12
XmppReader: add a construct-only property for default ns
Will Thompson
1
-2/+24
2012-11-12
stanza: store quarks for known types' namespaces
Will Thompson
1
-5/+17
2012-11-12
stanza: check the namespace when determining type
Will Thompson
2
-3/+29
2012-11-06
wocky_stanza_get_type_info(): get top node once
Will Thompson
1
-4/+8
2012-10-31
Use wocky_stanza_extract_stream_error() more widely
Will Thompson
2
-14/+4
2012-10-31
C2SPorter: improve check for queueable stanzas
Will Thompson
1
-8/+6
2012-10-31
Use wocky_stanza_has_type() in a few places.
Will Thompson
2
-9/+5
2012-10-31
Add wocky_stanza_has_type()
Will Thompson
2
-0/+15
2012-10-29
Replace homegrown macro with g_clear_object
Will Thompson
1
-7/+6
2012-10-01
XmppReader: allow subclasses to specify stream element name/ns
Will Thompson
2
-4/+14
2012-08-30
connector test: set TCP_NODELAY for both server and client sockets
Jonny Lamb
1
-0/+28
2012-08-30
connector: add ::connection-established
Jonny Lamb
1
-0/+33
2012-07-23
SCRAM: correct logic in server-final message handling
Will Thompson
1
-1/+1
2012-06-19
Add unit test for see-other-host stream error
Xavier Claessens
3
-59/+172
2012-06-19
WockyConnector: Support see-other-host
Xavier Claessens
1
-2/+36
2012-06-19
WockyConnector: Fix problem if host is an ipv6 or contains a port
Xavier Claessens
1
-10/+28
2012-06-19
WockyConnector: Remove unused private member
Xavier Claessens
1
-3/+0
2012-05-10
Add CRL tests to connector test list
wildcarded-certificate-check
Vivek Dasmohapatra
1
-0/+55
2012-05-10
Recreate CRL for revoked cert test
Vivek Dasmohapatra
4
-0/+116
2012-05-10
Add CRL support to wocky-tls-connector
Vivek Dasmohapatra
1
-0/+15
2012-05-10
Add CRL support to wocky-tls-handler
Vivek Dasmohapatra
2
-0/+46
2012-05-10
Add CRL support to wocky-tls and wocky-openssl
Vivek Dasmohapatra
3
-1/+99
2012-05-09
For OpenSSL we need to squash CRL fetch failure errors and reverify when !strict
Vivek Dasmohapatra
1
-53/+96
2012-05-09
Self signed certs should still have the CA bit set (was making a test fail)
Vivek Dasmohapatra
2
-22/+22
2012-05-09
Disallow *oogle.com certs on gnutls as well (cf *.google.com)
Vivek Dasmohapatra
1
-13/+106
2012-05-09
Wildcard handling was stack-hungry, too lenient for "*foo" vs "*.foo" wildcards
Vivek Dasmohapatra
1
-20/+25
2012-05-09
Add tests for matched, unmatched and bad wildcards for STARTTLS and SSL
Vivek Dasmohapatra
3
-1/+101
2012-05-09
Add defines for new ssl certificates for wildcard tests
Vivek Dasmohapatra
1
-0/+10
2012-05-09
Add good and bad wildcard certificates, provide a helper for creating new certs
Vivek Dasmohapatra
7
-0/+640
2012-05-09
Update the PEM hashes so that OpenSSL multi-CA tests work again
Vivek Dasmohapatra
4
-0/+4
2012-04-05
Removed remaining CRL define in tests
Nicolas Dufresne
1
-2/+1
2012-04-05
Check the validity of TLS_CA_CRT_FILE and TLS_CRL_DIR
Siraj Razick
1
-0/+3
2012-04-04
use new GLib API checking macros
Guillaume Desmottes
1
-0/+3
[next]