aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/airpdcap_rijndael.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-21g_malloc the decrypted key in AES_unwrap(), but always free it.Guy Harris1-2/+1
2015-12-21[airpdcap rijndael] use packet scoped wmem memory in AES_unwrap()Martin Kaiser1-4/+2
2015-12-20[AES_unwrap] initialize the output array with 0sMartin Kaiser1-1/+1
2015-05-10Allocate the unwrapped key in AES_unwrap().Guy Harris1-8/+11
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+1
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-1/+1
2009-07-29Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into Ronnie Sahlberg1-1266/+2
2008-08-25Fix a couple of crashes in WPA group key decryption.Gerald Combs1-0/+4
2008-07-30Add WPA group key decryption from Brian Stormont, via bug 1420:Gerald Combs1-1/+313
2007-04-14delete Td4 as it is used only in rijndaelDecrypt and rijndaelDecryptRound notSebastien Tandel1-67/+0
2007-01-12Add copyright attributions and licenses. License each derived workGerald Combs1-0/+28
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs1-0/+1080