aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-25From Jakub Zawadzki:Anders Broman1-2/+1
2009-09-15ssl_association_remove(): free assoc->info tooJeff Morriss1-0/+2
2009-09-14Fix for bug 4008:Jaap Keuter1-0/+11
2009-09-09From Ivan Sy:Jaap Keuter1-3/+7
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-2/+2
2009-08-25Rework code slightly to prevent several GCC "breaking strict-aliasing rules" ...Bill Meier1-3/+11
2009-08-13fix build failure without GnuTLSTomas Kukosa1-0/+1
2009-08-13use G_GSIZE_MODIFIER instead of %zd which is not supported by MSVCTomas Kukosa1-3/+3
2009-08-13Fix SSL decryption failure if client and server have the same TCP portTomas Kukosa1-4/+81
2009-08-12fix memoryleak causing crash with long SSL tracesTomas Kukosa1-12/+33
2009-05-31Bring cipher suites in sync.Michael Tüxen1-3/+140
2009-05-30Add cipher suites defined in RFC 4279.Michael Tüxen1-0/+13
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-4/+2
2009-02-11- detect TLS 1.2 Tomas Kukosa1-10/+96
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-17fix warningTomas Kukosa1-1/+2
2008-12-17- fix RSA key import for GNUTLS 2.5.x and newerTomas Kukosa1-10/+40
2008-10-10From rmkml: Fix a typo in a comment.Gerald Combs1-1/+1
2008-09-15Fix for bug 2875:Jaap Keuter1-5/+11
2008-07-16ssl_hash() needs the StringInfo.data it is passed to be word aligned and it a...Jeff Morriss1-7/+17
2008-07-09From Paolo Abeni:Jaap Keuter1-66/+96
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-40/+40
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-4/+4
2008-02-11A few minor pedantic fixes ....Bill Meier1-4/+4
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-4/+4
2008-01-24Removed even more C++ style comments.Stig Bjørlykke1-5/+5
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke1-5/+5
2008-01-13Support for keylists for protocols that use start_tls - where SSL is negotiat...Graeme Lunt1-7/+13
2008-01-03fix warning: mark unused parameterTomas Kukosa1-1/+1
2008-01-03Fix warnings (seen under linux + GCC 3.4.6)Martin Mathieson1-3/+4
2008-01-03From Ales KocourekTomas Kukosa1-91/+343
2007-11-30- fix warnings in prefs.cTomas Kukosa1-3/+6
2007-11-28Fixes for Windows build w/o ZLIB Bill Meier1-0/+4
2007-11-05Bug 1954 From Mikael Magnusson :Sake Blok1-3/+7
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss1-9/+10
2007-10-02review and update list of TLS cipher suitesTomas Kukosa1-13/+77
2007-09-07Argh! Used the wrong length modifier for size_t.Stig Bjørlykke1-3/+3
2007-09-07Fixed compiler warnings.Stig Bjørlykke1-4/+4
2007-08-25Partial fix for bug 1317:Jaap Keuter1-14/+49
2007-07-19Change "lenght" to "length" and "decypt" to "decrypt"Jeff Morriss1-296/+296
2007-05-25From Brian Vandenberg:Jaap Keuter1-6/+6
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-6/+6
2007-04-16move string tables from packet-ssl-utils.h to packet-ssl-utils.c and export themTomas Kukosa1-0/+397
2007-04-11make packet-ssl-utils.c compileable without GnuTLSTomas Kukosa1-10/+15
2007-04-10fix another warningLuis Ontanon1-1/+1
2007-04-10fix a number of warnings, and type of ssl_decrypt_record when HAVE_LIBGNUTLS ...Richard van der Hoff1-8/+8
2007-04-10remove dependency on zlib.hRichard van der Hoff1-0/+13
2007-04-10- SSL desegmentation supportTomas Kukosa1-34/+195
2007-01-12prepare SSL dissector for similar desegmentation as is in the TCP as current ...Tomas Kukosa1-0/+50
2007-01-04fix compilation without GnuTLSTomas Kukosa1-1/+8