summaryrefslogtreecommitdiff
path: root/wocky/wocky-tls.h
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Simplify generating GEnums/GFlagsWill Thompson1-1/+1
2012-05-10Add CRL support to wocky-tls and wocky-opensslVivek Dasmohapatra1-0/+1
2012-04-03Remove wocky_tls_session_add_crlNicolas Dufresne1-1/+0
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-0/+3
2012-02-06Include foo-enumtypes.h from each foo.hWill Thompson1-0/+2
2011-07-07Add an extra_identify argument to the TLS verification functionsMarco Barisione1-0/+1
2011-03-08tls: stop using OPAQUE_TYPE_ prefixes; it confuses gtk-docJonny Lamb1-2/+2
2010-07-22Add a way to get certificates from the session.Cosimo Cecchi1-3/+12
2009-12-22Rename verification level variable from 'flags'Will Thompson1-1/+1
2009-12-21Use a simple enum for the tls verification levelSjoerd Simons1-4/+7
2009-12-17Remove wocky-openssl.h, no headers use the USING_OPENSSL #define (or config.h)Vivek Dasmohapatra1-12/+7
2009-09-11CA and CRL lists not properties any more: added via public method instead.Vivek Dasmohapatra1-7/+7
2009-09-11Catch more cert verification failures from gnutls and alter return accordingly.Vivek Dasmohapatra1-0/+3
2009-09-10Define tls cert status quark.Vivek Dasmohapatra1-0/+3
2009-09-10Change signature to specifically be WockyTLSCertStatus *, not guint *.Vivek Dasmohapatra1-4/+4
2009-09-10wocky_tls_sessions can now do cert verification.Vivek Dasmohapatra1-2/+6
2009-09-08Add a certificate verification function (checks expiry, peer name etc)Vivek Dasmohapatra1-1/+34
2009-08-04Check in copy of gnio TLS support + collabora patches to add server side TLS.Vivek Dasmohapatra1-0/+68