summaryrefslogtreecommitdiff
path: root/src/crypto.cpp
AgeCommit message (Collapse)Author
2017-09-21Use absolute include pathsMatias Fontanini
Fixes #250
2017-04-30Use checksum utils on crypto and icmp extension source filesMatias Fontanini
2017-04-30Move internal crypto stuff from the header into the source fileMatias Fontanini
2017-04-30Move Internals::byte_array into crypto.cppMatias Fontanini
2017-04-30Include detail/type_traits.h rather than internals.h on pdu_optionMatias Fontanini
2017-04-29Update license date to 2017Matias Fontanini
2017-03-11Use QoS TID when building AAD for CCMP decryptionMatias Fontanini
Fixes #190
2016-03-07Fix issues pointed out by scan.coverityMatias Fontanini
2016-03-05Use proper bssid/client hw when calling handshake captured callbackMatias Fontanini
2016-02-28Add WPA2Decrypter callback interfaceMatias Fontanini
2016-02-20Prefix HAVE_ config.h macros with TINS_Matias Fontanini
2016-01-31Update copyright noticeMatias Fontanini
2016-01-09Code cleanup and use same syntax on the entire projectMatias Fontanini
Initial code cleanup More code cleanup Cleanup more code Cleanup Dot11 code Fix OSX build issue Cleanup examples Fix ref and pointer declaration syntax Fix braces
2015-06-12Fix bug on SessionKeys::SessionKeys.Matias Fontanini
2015-05-21Allow retrieving keys on WPA2Decrypter.Matias Fontanini
2015-05-17Fix compilation warnings on Windows x64.Matias Fontanini
2015-01-22Fixed TKIP decryption. Now packets from AP to STA are also decrypted.Joseph Beshay
2014-07-13Updated copyright notice.Matias Fontanini
2014-03-12Remove Extra QualificationJacob Baines
The extra "SessionKeys::" prevents compilation on Windows.
2013-11-09Added the --disable-dot11 configure switch.Matias Fontanini
2013-06-15The --disable-wpa2 switch now works as expected.Matias Fontanini
2013-06-04WEPDecrypter now returns true iff the packet was decrypted successfully.Matias Fontanini
2013-06-02Fixed a CCMP padding bug.Matias Fontanini
2013-06-01WPA2Decrypter now decrypts both CCMP and TKIP encrypted traffic.Matias Fontanini
2013-06-01Both of WPA2Decrypter::add_supplicant_data overloads work.Matias Fontanini
2013-05-31Split dot11.h and dot11.cpp into several files.Matias Fontanini
2013-05-31Added WPA2Decrypter tests.Matias Fontanini
2013-05-30Added WPA2Decrypter class.Matias Fontanini
2013-04-23Fixed BSD notice. Updated AUTHORS file.Matias Fontanini
2012-10-12Added tests for WEPDecrypter.Matias Fontanini