aboutsummaryrefslogtreecommitdiff
path: root/library/cipher.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-0/+6
2014-07-07Make get_pkcs_padding() constant-timePaul Bakker1-10/+13
2012-07-04 - Added Blowfish to generic cipher layerPaul Bakker1-5/+49
2012-04-26 - Fixed size of cleanPaul Bakker1-1/+1
2012-02-06 - Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphe...Paul Bakker1-2/+32
2012-01-14 - Fixed type of length in get_pkcs_padding()Paul Bakker1-4/+3
2011-06-09 - Added and updated cipher error codes and documentationPaul Bakker1-30/+33
2011-06-09 - Expanded generic cipher layer with support for CTR and CFB128 modes of ope...Paul Bakker1-10/+153
2011-04-24 - Major type rewrite of int to size_t for most variables and arguments used ...Paul Bakker1-10/+9
2011-04-18 - Improved portability with Microsoft Visual CPaul Bakker1-0/+4
2011-01-20 - Require different input and output buffer in cipher_update()Paul Bakker1-5/+8
2011-01-18 - Cleaned up warning-generating codePaul Bakker1-0/+2
2011-01-16 - Improved information provided about current Hashing, Cipher and Suite capa...Paul Bakker1-0/+28
2011-01-06 - Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT)Paul Bakker1-0/+346