aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-03SSL: dynamically allocate session ticket storage area to avoid buffer overflowPascal Quantin1-1/+3
2014-02-14Update list SSL Cipher suite : The Salsa20 Stream Cipher for Transport Layer ...Alexis La Goutte1-0/+36
2014-02-14Update list SSL Cipher suite : ChaCha20Poly1305 for TLSAlexis La Goutte1-0/+11
2014-02-04Fix indent (Remove tabs and use 4 spaces)Alexis La Goutte1-13/+13
2014-01-20From alexeyv:Anders Broman1-3/+77
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-08Move UAT xton() to wsutil libraryJakub Zawadzki1-3/+5
2013-12-24From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589Alexis La Goutte1-9/+7
2013-12-24From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589Alexis La Goutte1-49/+20
2013-12-24From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589Alexis La Goutte1-8/+13
2013-12-24From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589Alexis La Goutte1-11/+6
2013-12-24From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9589Alexis La Goutte1-30/+0
2013-12-24Replace an ep-stack with a wmem stack. Running epan_init() no longer usesEvan Huus1-1/+1
2013-12-23From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9498Alexis La Goutte1-0/+507
2013-12-20g_memmove has been removed in favour of normal memmove in the latest glibEvan Huus1-2/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-15From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9546Alexis La Goutte1-0/+12
2013-12-13From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9499Alexis La Goutte1-0/+1
2013-12-13From Peter WuAlexis La Goutte1-174/+174
2013-12-11#if 0 unused function.Anders Broman1-2/+2
2013-12-11- Forward declaration of register functions.Anders Broman1-5/+5
2013-12-09fix compilation without GNUTLS and libgcryptMartin Kaiser1-32/+42
2013-12-08Fix invalid read and correct PSK upper bound. Bug 9512 (https://bugs.wiresha...Michael Mann1-54/+41
2013-12-08dtls: fix buffer overflow in mac check. Bug 9512 (https://bugs.wireshark.org...Michael Mann1-3/+10
2013-12-08DTLS decryption enhancements. Bug 9499 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-10/+183
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-6/+6
2013-11-18Terminate a value_string array.Guy Harris1-0/+1
2013-11-18From Peter WuAlexis La Goutte1-0/+6
2013-11-18From Peter WuAlexis La Goutte1-1/+3
2013-11-18From Peter WuAlexis La Goutte1-1/+1
2013-11-18From Peter WuAlexis La Goutte1-0/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-25Fix CID 280081: ENC_NULL can't be used as an array index into ciphers[], ratherJeff Morriss1-1/+1
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