summaryrefslogtreecommitdiff
path: root/library/cipher_wrap.c
Commit message (Expand)AuthorAge
...
* Add AES-CCM and CAMELLIA-CCM to the cipher layerManuel Pégourié-Gonnard2014-05-14
* Fix formatting: fix some 'easy' > 80 length linesPaul Bakker2014-05-01
* Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)Paul Bakker2014-05-01
* Adapt sources to configurable config.h nameManuel Pégourié-Gonnard2014-04-30
* Library files moved to use platform layerPaul Bakker2014-02-06
* Add Camellia-GCM to th cipher layerManuel Pégourié-Gonnard2013-10-24
* Add Camellia-GCM test vectorsManuel Pégourié-Gonnard2013-10-24
* Fix ciphersuites dependencies on MD5 and SHA1Manuel Pégourié-Gonnard2013-10-14
* Refactor cipher information managementManuel Pégourié-Gonnard2013-09-18
* Make CBC an option, step 3: individual ciphersManuel Pégourié-Gonnard2013-09-13
* Make CBC an option, step 2: cipher layerManuel Pégourié-Gonnard2013-09-13
* Fix memory leak in GCM by adding gcm_free()Manuel Pégourié-Gonnard2013-09-13
* Moved GCM to use cipher layer instead of AES directlyPaul Bakker2013-09-09
* Added POLARSSL_MODE_ECB to the cipher layerPaul Bakker2013-09-08
* Fix RC4 key length in cipherManuel Pégourié-Gonnard2013-09-04
* Add AES-192-GCMManuel Pégourié-Gonnard2013-09-04
* Fix iv_len interface.Manuel Pégourié-Gonnard2013-09-03
* Change cipher prototypes for GCMManuel Pégourié-Gonnard2013-08-31
* GCM in the cipher layer, step 1Manuel Pégourié-Gonnard2013-08-31
* Handle NULL as a stream cipher for more uniformityManuel Pégourié-Gonnard2013-08-30
* Add arc4 support in the cipher layerManuel Pégourié-Gonnard2013-08-30
* Memory-allocation abstraction layer and buffer-based allocator addedPaul Bakker2013-07-03
* Fixed values for 2-key Triple DES in cipher layerPaul Bakker2013-06-25
* Blowfish has default of 128-bit keysize in cipher layerPaul Bakker2013-04-07
* Moved to advanced ciphersuite representation and more dynamic SSL codePaul Bakker2013-03-13
* Functions in cipher_wrap.c marked staticPaul Bakker2013-03-13
* - Added Blowfish to generic cipher layerPaul Bakker2012-07-04
* - Removed trailing charPaul Bakker2012-03-15
* - Only include dependencies when requiredPaul Bakker2012-03-05
* - Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphe...Paul Bakker2012-02-06
* - Fixed typos in copied text (Fixed ticket #39)Paul Bakker2011-11-11
* - Expanded generic cipher layer with support for CTR and CFB128 modes of ope...Paul Bakker2011-06-09
* - Major type rewrite of int to size_t for most variables and arguments used ...Paul Bakker2011-04-24
* - Dropped designated initializers as they are not supported on Microsoft Vis...Paul Bakker2011-04-18
* - Cleaned up warning-generating codePaul Bakker2011-01-18
* - Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT)Paul Bakker2011-01-06