aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
AgeCommit message (Expand)AuthorFilesLines
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+2
2013-08-02LIBGCRYPT_CFLAGS is not set in Windows builds, use GNUTLS_CFLAGS instead.Jeff Morriss1-2/+1
2013-08-01Include LIBGCRYPT_CFLAGS in wsutil (but not in epan/crypt).Jeff Morriss1-1/+1
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss20-3282/+11
2013-04-14Update some of the old FSF addresses caught by the new licensecheck buildbotEvan Huus6-6/+6
2013-03-15Bugfix Decryption Key Management dialog, bug 8446 (https://bugs.wireshark.org...Michael Mann1-6/+5
2013-03-12From David Arnold:Jaap Keuter1-3/+3
2013-03-02From beroset:Anders Broman2-4/+4
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey5-2/+16
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-2/+2
2013-02-21include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser1-1/+1
2013-01-27Bugfix crash caused by AirPDcap decryption. Bug 8177 (https://bugs.wireshark...Michael Mann1-3/+5
2013-01-26Make airpcap's print_debug_line take const arguments so that it compilesEvan Huus2-2/+2
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
2012-11-05From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>Anders Broman1-2/+12
2012-11-05From Andrei Emeltchenko:Anders Broman1-1/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss7-19/+5
2012-09-03(Attempt to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7411 :Jeff Morriss2-2/+5
2012-08-31From Chris Elston:Anders Broman2-70/+88
2012-08-31From Chris Elston:Anders Broman2-27/+46
2012-08-29Allow wpa-psk decryption keys to be successfully entered.Chris Maynard1-6/+6
2012-08-09Don't define HAVE_UMTS_KASUMI to anything unless we actually have it.Jeff Morriss1-1/+3
2012-08-09Small fixes:Pascal Quantin1-3/+3
2012-08-09Add Custom.common to dist.Anders Broman1-0/+1
2012-08-09From Jacob Nordgren and Rishie Sharma:Anders Broman3-1/+40
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki4-4/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
2012-04-28Neither C90 nor C99 explicitly guarantee that a memcpy() call with aGuy Harris1-1/+3
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2012-01-19fix compile errors found by dumpabi targetBalint Reczey1-0/+1
2012-01-15The last commit failed to check in the deleted filesJörg Mayer12-2916/+0
2012-01-15Rename crypt-xxx to xxxJörg Mayer16-18/+2934
2012-01-14Maybe adding $(GNUTLS_CFLAGS) will fix the build problem.Jörg Mayer1-2/+2
2012-01-14Ed Beroset <beroset@mindspring.com> via bug 5531Jörg Mayer3-1/+312
2012-01-04More C++ updates.Gerald Combs1-0/+9
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-12Move airpcap_wep.c to /wsutilAnders Broman5-116/+1
2011-08-31Make lookup functions for accessing crc32c_table and crc32_ccitt_table.Stig Bjørlykke1-1/+1
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke2-2/+2
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke2-2/+2
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke2-2/+2
2011-08-07Replace deprecated glib functions.Jörg Mayer1-1/+1
2011-07-04From Michael Mann:Anders Broman2-113/+84
2011-04-08Fix Coverity CID 557.Gerald Combs1-2/+5
2011-03-31Clear the entire contents of ctx at the end of md5_finish(). Fixes CID 712.Chris Maynard1-3/+1
2011-03-21Add a comment re a "suspicious" sizeof() reported by Coverity Prevent.Bill Meier1-0/+2
2011-02-17On Windows, try putting __declspec(noreturn) in front of declarations ofGuy Harris1-0/+4
2011-02-16Fix Visual C++ code analysis errors.Gerald Combs2-3/+25