aboutsummaryrefslogtreecommitdiff
path: root/library/aes.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Update copyright line to 2015Paul Bakker1-1/+1
2015-01-28Fix urlManuel Pégourié-Gonnard1-1/+1
2015-01-26Update copyright noticeManuel Pégourié-Gonnard1-5/+2
2014-07-08Introduce polarssl_zeroize() instead of memset() for zeroizationPaul Bakker1-1/+6
2013-06-12Added mechanism to provide alternative cipher / hash implementationsPaul Bakker1-1/+4
2012-10-01 - Moved from unsigned long to uint32_t throughout codePaul Bakker1-96/+96
2012-10-01 - Minor define change to prevent warningPaul Bakker1-1/+2
2012-06-04 - Only include padlock header when POLARSSL_PADLOCK_C is definedPaul Bakker1-0/+2
2012-04-18 - Small code rewritePaul Bakker1-7/+4
2012-02-12 - AES code only check for Padlock oncePaul Bakker1-10/+23
2011-06-09 - Removed deprecated casts to int for now unsigned valuesPaul Bakker1-6/+8
2011-04-24 - Major type rewrite of int to size_t for most variables and arguments used ...Paul Bakker1-7/+5
2011-04-19- Fixed typoPaul Bakker1-2/+5
2011-04-19 - Added additional (configurable) cipher block modes. AES-CTR, Camellia-CTR,...Paul Bakker1-1/+170
2010-07-18 - Fixed copyright messagePaul Bakker1-0/+3
2010-07-18 - Updated Copyright to correct entityPaul Bakker1-1/+2
2010-03-21 - Updated copyright line to 2010Paul Bakker1-1/+1
2010-03-21 - Removed copyright line for Christophe Devine for clarityPaul Bakker1-2/+0
2010-03-18 - Fixed cipher interface for encrypt/decrypt functionsPaul Bakker1-5/+22
2010-03-16 - Added const-correctness to main codebasePaul Bakker1-5/+5
2009-07-28 - Updated copyright messages on all relevant filesPaul Bakker1-2/+3
2009-07-27 - Changed interface for AES and Camellia setkey functions to indicate invali...Paul Bakker1-5/+13
2009-01-25 - Added email address to header license informationPaul Bakker1-1/+1
2009-01-25 - Added license replacement scriptPaul Bakker1-1/+1
2009-01-04 - Updated Copyright noticesPaul Bakker1-1/+3
2009-01-03 - First replacement of xyssl by polarssl where neededPaul Bakker1-9/+9
2009-01-03 - Renamed include directory to polarsslPaul Bakker1-0/+1134