aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
AgeCommit message (Expand)AuthorFilesLines
2019-11-14dot11decrypt: Fix MIC calc for HMAC-SHA384Mikael Kanstrup1-1/+2
2019-11-14dot11decrypt: Fix KDF for larger PTK derivationMikael Kanstrup1-2/+2
2019-11-14dot11decrypt: Support 384 bit long PMKMikael Kanstrup3-18/+15
2019-11-14dot11decrypt: Dynamic sized TK, KEK, KCK, PTKMikael Kanstrup3-96/+248
2019-11-14dot11decrypt: Support dynamic MIC lengthsMikael Kanstrup2-9/+15
2019-11-14dot11decrypt: Export Dot11DecryptDecryptKeyData functionMikael Kanstrup2-147/+118
2019-11-14dot11decrypt: Introduce Dot11DecryptGroupHandshake functionMikael Kanstrup1-37/+66
2019-11-14dot11decrypt: Let dissector parse eapol framesMikael Kanstrup2-213/+77
2019-11-04dot11decrypt: Let dissector feed engine with EAPOL key message typeMikael Kanstrup2-143/+139
2019-11-04dot11decrypt: Separate key extraction step from decryption stepMikael Kanstrup2-297/+274
2019-11-03dot11decrypt: Shorten the debug macrosMikael Kanstrup2-171/+143
2019-11-02ieee80211: Extended Key ID supportAlexander Wetzel1-4/+3
2019-09-18dot11crypt: Fix crash on failure finding GTK in decrypted frameMikael Kanstrup1-2/+0
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