summaryrefslogtreecommitdiff
path: root/tests/ssl-test.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-07soup_message_get_https_status: provide info for failed attempts tooDan Winship1-0/+4
2012-07-13Clean up includesDan Winship1-5/+1
2012-04-10soup-session: fix up TLS/SSL property interactionsDan Winship1-1/+160
2011-11-30SoupMessage: fix setting of SOUP_MESSAGE_CERTIFICATE_TRUSTED flagDan Winship1-0/+15
2011-10-20oops, I apparently didn't run "make check" after the tls changes...Dan Winship1-0/+6
2011-09-19tests/ssl-test: belatedly commit thisDan Winship1-0/+166
2010-12-07SoupSocket: port to GSocketConnection/GTlsConnectionDan Winship1-357/+0
2010-10-14Appease some gcc 4.5 warningsDan Winship1-3/+4
2010-03-13Don't bind to public interfaces for tests.Dan Winship1-1/+1
2009-11-05Ensure WSAStartup() is called on Windows more reliablyTor Lillqvist1-1/+1
2008-04-20 Fixes for GnuTLS support on Win32. #528752, patch from Marc MaurerDan Winship1-7/+14
2008-04-05 Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship1-7/+5
2008-03-13g_thread_init should be called before any other glib function.Xan Lopez1-1/+1
2008-02-28Re-revert the change from 2008-02-09; the problem with ssl-test.c was notDan Winship1-5/+5
2008-02-09mark the DES magic number arrays constDan Winship1-5/+5
2008-01-15Merge libsoup-2.4 branch to trunkDan Winship1-15/+33
2007-11-21don't leak the SoupAddress.Dan Winship1-3/+12
2007-10-05srcdir != builddir fixesLIBSOUP_2_2_101Dan Winship1-2/+2
2007-09-14 Make "make check" pass on Fedora 7:Dan Winship1-5/+6
2007-03-16add <sys/socket.h> for solaris. #418919, from Wang XinDan Winship1-1/+2
2007-03-08don't return G_IO_STATUS_AGAIN if we're doing blocking I/O; just keepDan Winship1-0/+322