aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
AgeCommit message (Expand)AuthorFilesLines
2021-09-28Fix some spelling errors.Martin Mathieson1-1/+1
2021-09-18wslog: Add ws_log_buffer()João Valverde1-14/+3
2021-09-08dot11decrypt: Fix AAD calculation for legacy ccmp implementationMikael Kanstrup1-2/+10
2021-09-03dot11decrypt_util: Enhance DocumentationAlexis La Goutte1-1/+2
2021-09-03dot11decrypt_util (crypt): Fix -Wdocumentation WarningAlexis La Goutte1-1/+0
2021-09-02802.11 Decrypt: Fix AAD Calculation when HT-Control present in a QoS Data FrameMarius Preuten1-2/+7
2021-07-29wslog: Add function to log directly without filteringJoão Valverde1-1/+1
2021-06-21wslog: Shorten ws_log_message_is_active() nameJoão Valverde1-1/+1
2021-06-20dot11decrypt: Cleanup debug log level usageMikael Kanstrup4-202/+153
2021-06-16Replace g_log() calls with ws_log()João Valverde1-2/+2
2021-03-29ieee80211: Dissect decrypted FT BSS Transition GTK subelemMikael Kanstrup2-3/+32
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-2/+3
2021-03-16ieee80211: Support decrypting Fast BSS Transition with roamingMikael Kanstrup2-28/+338
2021-03-03Fix warnings with GCC and -O3João Valverde1-2/+4
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde1-1/+0
2021-02-18CMake: Use target_include_directores more.Gerald Combs1-6/+3
2021-02-15CMake: Make sure system headers are treated as such.Gerald Combs1-0/+5
2021-02-08dot11decrypt: fix build with older GCCJoakim Karlsson1-1/+1
2021-01-22dot11decrypt: Try to fix builds with Libgcrypt < 1.6.0.Gerald Combs1-1/+1
2021-01-20dot11crypt: Fixing bug that breaks build on WindowsDr. Lars Völker1-1/+1
2021-01-20dot11decrypt: Refactor Dot11DecryptRsna4WHandshake functionMikael Kanstrup1-154/+215
2021-01-20dot11decrypt: Add partial FT-EAP decryption supportMikael Kanstrup3-10/+117
2021-01-20dot11decrypt: Support decrypting FT initial mobility domainMikael Kanstrup4-8/+276
2021-01-20dot11decrypt: Create utility PRF and KDF derive functionsMikael Kanstrup3-149/+187
2021-01-20dot11decrypt: Indentation using whitespace in dot11decrypt_utilMikael Kanstrup2-59/+85
2021-01-01libgcrypt: Bump version number to 1.5.0John Thacker1-55/+0
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-4/+4
2020-12-09dot11decrypt_util: Avoid abusing memory layoutMoshe Kaplan1-2/+3
2020-10-21dot11decrypt: Fix WEP decryptionMikael Kanstrup1-11/+25
2020-09-20typo: replaceing--> replacingJeff Widman1-1/+1
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs1-1/+1
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