summaryrefslogtreecommitdiff
path: root/library/cipher_wrap.c
Commit message (Expand)AuthorAge
* Fix after PR commentsRon Eldor2018-07-23
* Define specific mode for ChachaPolyManuel Pégourié-Gonnard2018-06-19
* Adjust to added fields in cipher_base_tManuel Pégourié-Gonnard2018-06-19
* Merge branch 'development' into iotssl-2257-chacha-poly-primitivesManuel Pégourié-Gonnard2018-06-19
|\
| * cipher: Add wrappers for AES-XTSJaeden Amero2018-06-13
| * Add OFB as additional block modeSimon Butcher2018-06-11
| * Add missing OFB entry to null ciphersuiteSimon Butcher2018-06-11
| * Add cipher abstraction and test cases for OFB block modeSimon Butcher2018-06-11
* | Merge branch 'development' into iotssl-2257-chacha-poly-primitivesManuel Pégourié-Gonnard2018-06-07
|\|
| * Fix edit mistake in cipher_wrap.cManuel Pégourié-Gonnard2018-05-24
| * Remove useless parameter from functionManuel Pégourié-Gonnard2018-05-22
| * ARIA ciphersuites for TLS 1.2Markku-Juhani O. Saarinen2018-02-27
* | cipher: handle ChaCha20 as a stream cipherManuel Pégourié-Gonnard2018-05-24
* | Rename aead_chacha20_poly1305 to chachapolyManuel Pégourié-Gonnard2018-05-24
* | Add ChaCha20+Poly1305 to the Cipher moduleDaniel King2018-05-24
* | Add ChaCha20 to the Cipher moduleDaniel King2018-05-24
|/
* Change main license to Apache 2.0Manuel Pégourié-Gonnard2015-09-04
* Update date in copyright lineManuel Pégourié-Gonnard2015-07-28
* Some more init callsManuel Pégourié-Gonnard2015-06-23
* Rename key_length in cipher_infoManuel Pégourié-Gonnard2015-06-18
* Fix cipher identifier in des_ede3_infoManuel Pégourié-Gonnard2015-06-02
* Replace malloc with callocManuel Pégourié-Gonnard2015-05-26
* Rename _wrap headers to _internalManuel Pégourié-Gonnard2015-05-26
* Split mbedtls_gcm_init() -> gcm_setkey()Manuel Pégourié-Gonnard2015-04-28
* Split mbedtls_ccm_init() -> setkey()Manuel Pégourié-Gonnard2015-04-28
* The Great RenamingManuel Pégourié-Gonnard2015-04-08
* Rename include directory to mbedtlsManuel Pégourié-Gonnard2015-03-10
* Rename website and repositoryManuel Pégourié-Gonnard2015-03-06
* Add some missing 'static' on a few objectsManuel Pégourié-Gonnard2015-03-06
* Only define mode_func if mode is enabled (CBC etc)Manuel Pégourié-Gonnard2015-02-16
* Apply the semantic patch rm-malloc-cast.cocci.Mansour Moufid2015-02-16
* Fix "int vs enum" warnings from armcc v5Manuel Pégourié-Gonnard2015-02-10
* Fix missing include in non-default thingsManuel Pégourié-Gonnard2015-02-10
* cleanup library and some basic tests. Includes, add guards to includesRich Evans2015-02-10
* Fix url againManuel Pégourié-Gonnard2015-01-28
* Fix website url to use https.Manuel Pégourié-Gonnard2015-01-23
* Remove maintainer line.Manuel Pégourié-Gonnard2015-01-23
* Remove redundant "all rights reserved"Manuel Pégourié-Gonnard2015-01-23
* Update copyrightManuel Pégourié-Gonnard2015-01-23
* Rename to mbed TLS in the documentation/commentsManuel Pégourié-Gonnard2015-01-22
* Change name to mbed TLS in the copyright noticeManuel Pégourié-Gonnard2015-01-22
* Fix typo causing compile error with NULL cipherManuel Pégourié-Gonnard2014-08-14
* Add _init() and _free() for cipher modulesPaul Bakker2014-07-09
* Merge more test improvements and testsPaul Bakker2014-06-24
|\
| * Rm unused functions in cipher_wrapManuel Pégourié-Gonnard2014-06-23
* | Blowfish accepts variable key len in cipher layerManuel Pégourié-Gonnard2014-06-24
* | Create a 'flags' field in cipher_infoManuel Pégourié-Gonnard2014-06-23
|/
* Fix formatting in various code to match spacing from coding stylePaul Bakker2014-06-17
* Fix code styling for return statementsPaul Bakker2014-06-17
* Introduce polarssl_zeroize() instead of memset() for zeroizationPaul Bakker2014-06-14