aboutsummaryrefslogtreecommitdiff
path: root/library/xtea.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-19Update copyright notices to use Linux Foundation guidanceBence Szépkúti1-3/+1
2020-07-02Include common.h instead of config.h in library source filesGilles Peskine1-5/+1
2018-04-17Rename mbedtls_zeroize to mbedtls_platform_zeroizeAndres Amaya Garcia1-2/+2
2018-04-17Remove individual copies of mbedtls_zeroize()Andres Amaya Garcia1-5/+1
2015-09-04Change main license to Apache 2.0Manuel Pégourié-Gonnard1-12/+11
2015-07-28Update date in copyright lineManuel Pégourié-Gonnard1-1/+1
2015-04-08The Great RenamingManuel Pégourié-Gonnard1-40/+40
2015-03-10Rename include directory to mbedtlsManuel Pégourié-Gonnard1-3/+3
2015-03-06Rename website and repositoryManuel Pégourié-Gonnard1-1/+1
2015-02-10cleanup library and some basic tests. Includes, add guards to includesRich Evans1-4/+6
2015-01-28Fix url againManuel Pégourié-Gonnard1-1/+1
2015-01-23Fix website url to use https.Manuel Pégourié-Gonnard1-1/+1
2015-01-23Remove maintainer line.Manuel Pégourié-Gonnard1-1/+0
2015-01-23Remove redundant "all rights reserved"Manuel Pégourié-Gonnard1-2/+0
2015-01-23Update copyrightManuel Pégourié-Gonnard1-1/+1
2015-01-22Change name to mbed TLS in the copyright noticeManuel Pégourié-Gonnard1-1/+1
2014-07-09Add _init() and _free() for cipher modulesPaul Bakker1-3/+26
2014-06-17Fix formatting in various code to match spacing from coding stylePaul Bakker1-2/+2
2014-05-01Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)Paul Bakker1-3/+3
2014-04-30Adapt sources to configurable config.h nameManuel Pégourié-Gonnard1-0/+4
2014-02-06Library files moved to use platform layerPaul Bakker1-4/+10
2013-09-13Make CBC an option, step 3: individual ciphersManuel Pégourié-Gonnard1-0/+2
2013-06-25Cleanup up non-prototyped functions (static) and const-correctnessPaul Bakker1-16/+13
2013-06-25Added mechanism to provide alternative cipher / hash implementationsPaul Bakker1-1/+4
2012-10-01 - Moved from unsigned long to uint32_t throughout codePaul Bakker1-13/+13
2011-04-24 - Major type rewrite of int to size_t for most variables and arguments used ...Paul Bakker1-23/+21
2011-04-19 - Added additional (configurable) cipher block modes. AES-CTR, Camellia-CTR,...Paul Bakker1-0/+52
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-18 - Fixed cipher interface for encrypt/decrypt functionsPaul Bakker1-1/+3
2009-07-28 - Updated copyright messages on all relevant filesPaul Bakker1-1/+2
2009-05-03 - Modified XTEA to use uint32_t instead of unsigned longPaul Bakker1-13/+20
2009-01-25 - Added email address to header license informationPaul Bakker1-1/+1
2009-01-04 - Added XTEA Algorithm (Not used in SSL)Paul Bakker1-0/+184