aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris2-2/+2
2019-05-26dot11decrypt: fix a used-but-marked-unused warningMartin Kaiser1-1/+1
2019-04-10ieee80211: Fix some coverity scan issuesMikael Kanstrup1-2/+8
2019-04-03ieee80211: Fix WPA1 decryptionMikael Kanstrup1-2/+2
2019-03-26ieee80211: Support decrypting OWE capturesMikael Kanstrup1-1/+5
2019-03-24ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-1/+0
2019-03-21ieee80211: Support decrypting WPA3-Personal / SAE capturesMikael Kanstrup3-26/+483
2019-02-18Include epan header files in VS solution.Michael Mann1-0/+15
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-11-14ieee80211: Avoid decrypting packets two timesMikael Kanstrup2-16/+10
2018-11-14ieee80211: Decrypt and dissect EAPOL keydataMikael Kanstrup2-30/+60
2018-11-12Remove obsolete files.Anders Broman1-5/+0
2018-11-09dot11decrypt: Create RC4 decryption and key copy helper functionsMikael Kanstrup3-46/+62
2018-06-15dot11decrypt(crypt): Fix Dead Store (Dead assignement/Dead increment) Warning...Alexis La Goutte1-2/+0
2018-06-12Make sure *both* sides are unsigned.Guy Harris2-2/+2
2018-06-12Try again to fix the signed vs. unsigned comparison warning.Guy Harris1-1/+1
2018-06-12Fix signed vs. unsigned comparison warning.Guy Harris1-1/+1
2018-06-12Add some length checks, remove a DISSECTOR_ASSERT().Guy Harris2-11/+76
2018-05-18dot11crypt: add bounds check for TDLS elementsPeter Wu1-10/+30
2018-04-18Remove autotools build system.Dario Lombardo1-60/+0
2018-03-09spdx: convert files with multiple licenses.Dario Lombardo10-266/+10
2018-03-07spdx: more licenses converted.Dario Lombardo2-26/+2
2018-03-04dot11decrypt: free memory on exit (found by clang).Dario Lombardo1-0/+2
2018-02-24Rename airpdcap to dot11decrypt.Gerald Combs13-866/+846
2018-02-21Airpdcap: Add length checks.Gerald Combs1-1/+13
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-12-24airpdcap: check return value for gcry_mac_read (CID: 1420699).Dario Lombardo1-1/+5
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-5/+0
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