aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
Commit message (Expand)AuthorAgeFilesLines
* cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu2016-09-301-7/+5
* CMake: Allow setting per target compiler warningsJoão Valverde2016-08-231-0/+1
* Enable airpdcap debugging explicitly.Gerald Combs2016-07-292-11/+13
* Move airpdcap's print_debug_line() to airpdcap_debug.hMichael Mann2016-07-264-59/+6
* Remove Makefile.common filesJoão Valverde2016-06-302-55/+25
* Remove Nmake build systemPascal Quantin2016-06-152-31/+0
* Make sure EAPOL body is big enough for a EAPOL_RSN_KEY.Michael Mann2016-05-231-1/+1
* Sanity check eapol_len in AirPDcapDecryptWPABroadcastKeyMichael Mann2016-05-101-1/+3
* Add checkAPI calls to CMake.Graham Bloice2016-05-021-0/+9
* Add CMakeListsCustom.txt.example to distributionJoão Valverde2016-03-031-1/+2
* Add missing cmake custom source includesJoão Valverde2016-03-032-0/+27
* CMake: Add more structure to libwireshark buildJoão Valverde2016-03-012-1/+67
* autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde2016-02-211-0/+2
* [airpdcap] Add support to decrypt TDLS trafficCedric Izoard2016-02-041-33/+273
* autotools: Don't use "user variables" to set build flagsJoão Valverde2016-01-281-7/+1
* IEEE802.11: fix EAPOL key frame detectionAlexander Wetzel2016-01-162-15/+2
* [airpcap] Fix parsing of GTKCedric Izoard2016-01-141-54/+44
* [airpcap] Decrypt protected management frames (802.11w)Cedric Izoard2016-01-133-11/+49
* g_malloc the decrypted key in AES_unwrap(), but always free it.Guy Harris2015-12-212-2/+5
* g_mallocate the encrypted key, but free it in all paths out of the function.Guy Harris2015-12-211-2/+7
* [airpdcap rijndael] use packet scoped wmem memory in AES_unwrap()Martin Kaiser2015-12-212-6/+2
* [airpdcap] check the length of the WPA broadcast key we calculatedMartin Kaiser2015-12-211-0/+4
* [aidpdcap] use packet scoped wmem memory for szEncryptedKeyMartin Kaiser2015-12-211-2/+1
* [AES_unwrap] initialize the output array with 0sMartin Kaiser2015-12-201-1/+1
* Removed some remaining svn Id tagsStig Bjørlykke2015-12-011-4/+3
* Add boundary check for 802.11 decryptionPeter Wu2015-11-282-1/+7
* WPA (IEEE802.11) decryption function cleanupsAlexander Wetzel2015-11-252-56/+44
* Misc minor issues caught by cppcheckEvan Huus2015-11-171-1/+0
* airpdcap_system.(h) fix parameter 'mngHandshake/mngDecrypt' not found in the ...Alexis La Goutte2015-11-141-4/+3
* Fix compilation when _DEBUG is defined.Gerald Combs2015-11-132-3/+10
* WPA/WPA2 decoding fixes and improvementsAlexander Wetzel2015-11-094-201/+182
* airpdcap: add free_key_string function, fix memleaksPeter Wu2015-10-092-1/+20
* airpdcap: fix WEP decryptionPascal Quantin2015-09-251-1/+1
* Move some stuff into the only code path where it's used.Guy Harris2015-09-081-11/+11
* Don't try to decrypt with an AES key shorter than 128 bits.Guy Harris2015-09-081-0/+5
* Add a bounds check.Guy Harris2015-07-141-0/+4
* airpdcap: fix V512 warning reported by PVS-StudioPascal Quantin2015-06-071-1/+1
* Fix a few issues reported by PVS-StudioPascal Quantin2015-06-051-1/+1
* Copy PTK key in its dedicated array, and not at the address of the arrayPascal Quantin2015-05-101-3/+19
* Don't initialize a variable that's unused before we later set it.Guy Harris2015-05-101-1/+1
* Pick array sizes based on what they're supposed to hold.Guy Harris2015-05-101-4/+9
* Add some bounds checks.Guy Harris2015-05-101-0/+5
* new_key is used only for TKIP keys; set it only in that part of the code.Guy Harris2015-05-101-6/+7
* Allocate the unwrapped key in AES_unwrap().Guy Harris2015-05-103-13/+14
* Define the SHA-1 digest length in wsutil/sha1.h and use it.Guy Harris2015-05-091-10/+8
* airpdcap: ensure that buffer put on stack is big enough to hold the result of...Pascal Quantin2015-05-081-2/+2
* IEEE 802.11: 802.1X (WPA-EAP) rekeying supportdeagol2015-05-083-174/+64
* Fix buffer overflow in 802.11 decryptionPeter Wu2015-03-111-2/+5
* Remove some apparently-unnecessary includes of emem.h.Guy Harris2015-01-181-1/+0
* Remove the last two true calls to se_alloc.Michael Mann2015-01-161-1/+26