aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-01Enable RC2 support with libgcryptAlexis La Goutte1-2/+2
2013-09-24From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6596 :Jeff Morriss1-0/+4
2013-09-19From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [P...Alexis La Goutte1-27/+75
2013-09-19From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [P...Alexis La Goutte1-22/+56
2013-09-19From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [P...Alexis La Goutte1-38/+37
2013-09-19From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [P...Alexis La Goutte1-167/+174
2013-09-16From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144Alexis La Goutte1-1/+1
2013-09-15From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9153 [P...Alexis La Goutte1-2/+2
2013-09-15From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [P...Alexis La Goutte1-1/+1
2013-09-15From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [P...Alexis La Goutte1-0/+51
2013-09-15From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9144 [P...Alexis La Goutte1-1/+27
2013-08-21From Michael ReschlyMartin Kaiser1-0/+1
2013-07-31Convert SSL and TCP dissectors to wmem (with the exception of UAT).Evan Huus1-19/+19
2013-05-16From Dirk:Anders Broman1-14/+52
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-6/+6
2013-05-06From Andreas SchultzMartin Kaiser1-2/+1
2013-05-05From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus1-11/+46
2013-05-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8618 :Jeff Morriss1-1/+1
2013-04-17Follow-up to r48899 - don't include svnversion.h now that we don'tEvan Huus1-3/+1
2013-04-17Don't display the SVN Version in SSL Logs (only Wireshark VERSION) (and avoid...Alexis La Goutte1-5/+1
2013-03-30From Hauke Mehrtens:Jaap Keuter1-1/+119
2013-03-07From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-35/+35
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-5/+5
2012-12-28Tab => SpacesAlexis La Goutte1-3/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-3/+4
2012-12-16From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=80...Pascal Quantin1-3/+9
2012-11-29Add version info to the top of the SSL debug log.Gerald Combs1-0/+8
2012-11-16From Dirk:Anders Broman1-19/+11
2012-11-02From Dirk:Anders Broman1-1/+1
2012-11-02From Dirk:Anders Broman1-3/+3
2012-10-11From Bartosz Brachaczek:Anders Broman1-41/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-22From Teguh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7657Evan Huus1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-24From Adam Langley:Anders Broman1-2/+9
2012-06-18Fix a null pointer warning from Clang. Not sure if we'll run into thisGerald Combs1-1/+5
2012-06-17Fix reading back exported SSL keys. Bug was introduced in r43097.Sake Blok1-3/+3
2012-06-05From Adam Langley: Add support for decrypting ECDHE-RSA-RC4-SHA. https://bugs...Anders Broman1-0/+1
2012-06-05From Adam Langley: Add support for CLIENT_RANDOM lines in SSL keylog. https:/...Anders Broman1-2/+57
2012-06-05From Adam Langley: Clean up code for handling keylog files. https://bugs.wire...Anders Broman1-104/+135
2012-05-07General minor cleanup including:Bill Meier1-366/+374
2012-04-30From Martin Kaiser:pascal1-1/+1
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-03-28From Robin Seggelmann:Michael Tüxen1-1/+6
2012-03-22From Yaniv Kaul:Anders Broman1-2/+8
2012-03-08From Robin Seggelmann: Add support for the New Session TicketMichael Tüxen1-0/+1
2012-02-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+9
2012-02-27Error: Found deprecated APIs in packet-ssl-utils.c: dissector_addAnders Broman1-1/+1
2012-02-26From Robin Seggelmann: Add support for RFC 6520.Michael Tüxen1-4/+20