aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
AgeCommit message (Expand)AuthorFilesLines
2020-06-01dot11decrypt: Support decryption using TK user inputMikael Kanstrup3-47/+187
2020-05-25dot11decrypt: Avoid allocating SA on packet decryptionMikael Kanstrup1-117/+125
2020-05-25dot11decrypt: Use hash table to store SA entriesMikael Kanstrup2-145/+61
2020-05-25dot11decrypt: Remove DEBUG_TRACE_START/END macrosMikael Kanstrup2-39/+0
2020-05-25dot11decrypt: Remove some unused codeMikael Kanstrup3-98/+1
2020-04-20Add a newline at the end of the file.Guy Harris1-1/+1
2020-04-05dot11decrypt: Silent Coverity Scan out-of-bounds access errorMikael Kanstrup2-2/+2
2020-04-05dot11decrypt: Fix a resource leak on error pathMikael Kanstrup1-0/+1
2020-04-02dot11decrypt_util.c: fix no previous prototype for functionAlexis La Goutte1-0/+1
2020-03-23dot11crypt_system(.h): fix WdocumentationAlexis La Goutte1-8/+0
2020-03-23dot11decrypt: Fix decryption of MFP enabled connectionsMikael Kanstrup1-9/+10
2020-03-15dot11decrypt: Let libgcrypt handle AES unwrapMikael Kanstrup5-157/+87
2020-03-14ieee80211: GCMP decryption supportMikael Kanstrup6-17/+178
2020-03-14dot11decrypt: Make ccmp_construct_aad an internal utility functionMikael Kanstrup4-60/+114
2020-03-14ieee80211: Add CCMP-256 decryption supportMikael Kanstrup5-31/+50
2020-03-14dot11decrypt: Use libgcrypt's CCMP decryption abilityMikael Kanstrup6-188/+392
2020-03-09dot11decrypt: Avoid unecessary memmoveMikael Kanstrup1-6/+5
2020-03-09dot11decrypt: Remove unnecessary offset parameterMikael Kanstrup1-21/+14
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