aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
AgeCommit message (Expand)AuthorFilesLines
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-5/+0
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+1
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-1/+0
2017-09-15epan: Avoid possible misuse of comma operator warningStig Bjørlykke1-1/+2
2017-06-11Fix airpdcap compilation on SunPetr Sumbera1-0/+4
2017-04-21Code in epan/crypt may require gcrypt, so include LIBGCRYPT_FLAGS.Guy Harris1-1/+1
2017-03-03Fix compilation with old libcrypt versions.Guy Harris1-1/+13
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong3-101/+147
2017-01-31Add wmem allocator parameter to format_uriMichael Mann1-2/+5
2016-12-04Squelch a casting-away-constness warning.Guy Harris1-2/+2
2016-10-28automake: separate crypt C and header files.Jeff Morriss1-4/+10
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+5
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+1
2016-07-29Enable airpdcap debugging explicitly.Gerald Combs2-11/+13
2016-07-26Move airpdcap's print_debug_line() to airpdcap_debug.hMichael Mann4-59/+6
2016-06-30Remove Makefile.common filesJoão Valverde2-55/+25
2016-06-15Remove Nmake build systemPascal Quantin2-31/+0
2016-05-23Make sure EAPOL body is big enough for a EAPOL_RSN_KEY.Michael Mann1-1/+1
2016-05-10Sanity check eapol_len in AirPDcapDecryptWPABroadcastKeyMichael Mann1-1/+3
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-0/+9
2016-03-03Add CMakeListsCustom.txt.example to distributionJoão Valverde1-1/+2
2016-03-03Add missing cmake custom source includesJoão Valverde2-0/+27
2016-03-01CMake: Add more structure to libwireshark buildJoão Valverde2-1/+67
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-0/+2
2016-02-04[airpdcap] Add support to decrypt TDLS trafficCedric Izoard1-33/+273
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-7/+1
2016-01-16IEEE802.11: fix EAPOL key frame detectionAlexander Wetzel2-15/+2
2016-01-14[airpcap] Fix parsing of GTKCedric Izoard1-54/+44
2016-01-13[airpcap] Decrypt protected management frames (802.11w)Cedric Izoard3-11/+49
2015-12-21g_malloc the decrypted key in AES_unwrap(), but always free it.Guy Harris2-2/+5
2015-12-21g_mallocate the encrypted key, but free it in all paths out of the function.Guy Harris1-2/+7
2015-12-21[airpdcap rijndael] use packet scoped wmem memory in AES_unwrap()Martin Kaiser2-6/+2
2015-12-21[airpdcap] check the length of the WPA broadcast key we calculatedMartin Kaiser1-0/+4
2015-12-21[aidpdcap] use packet scoped wmem memory for szEncryptedKeyMartin Kaiser1-2/+1
2015-12-20[AES_unwrap] initialize the output array with 0sMartin Kaiser1-1/+1
2015-12-01Removed some remaining svn Id tagsStig Bjørlykke1-4/+3
2015-11-28Add boundary check for 802.11 decryptionPeter Wu2-1/+7
2015-11-25WPA (IEEE802.11) decryption function cleanupsAlexander Wetzel2-56/+44
2015-11-17Misc minor issues caught by cppcheckEvan Huus1-1/+0
2015-11-14airpdcap_system.(h) fix parameter 'mngHandshake/mngDecrypt' not found in the ...Alexis La Goutte1-4/+3
2015-11-13Fix compilation when _DEBUG is defined.Gerald Combs2-3/+10
2015-11-09WPA/WPA2 decoding fixes and improvementsAlexander Wetzel4-201/+182
2015-10-09airpdcap: add free_key_string function, fix memleaksPeter Wu2-1/+20
2015-09-25airpdcap: fix WEP decryptionPascal Quantin1-1/+1
2015-09-08Move some stuff into the only code path where it's used.Guy Harris1-11/+11
2015-09-08Don't try to decrypt with an AES key shorter than 128 bits.Guy Harris1-0/+5
2015-07-14Add a bounds check.Guy Harris1-0/+4
2015-06-07airpdcap: fix V512 warning reported by PVS-StudioPascal Quantin1-1/+1
2015-06-05Fix a few issues reported by PVS-StudioPascal Quantin1-1/+1
2015-05-10Copy PTK key in its dedicated array, and not at the address of the arrayPascal Quantin1-3/+19