summaryrefslogtreecommitdiff
path: root/library/md5.c
Commit message (Expand)AuthorAge
* Add further missing brackets around macro parametersHanno Becker2019-04-24
* Improve macro hygieneHanno Becker2019-04-24
* Fix Lucky 13 cache attack on MD/SHA paddingManuel Pégourié-Gonnard2018-07-05
* Rename mbedtls_zeroize to mbedtls_platform_zeroizeAndres Amaya Garcia2018-04-17
* Remove individual copies of mbedtls_zeroize()Andres Amaya Garcia2018-04-17
* MD: Make deprecated functions not inlineJaeden Amero2018-02-22
* New MD API: rename functions from _ext to _retGilles Peskine2018-01-22
* Fix MD selftest to use correct type and expose retAndres Amaya Garcia2017-07-21
* Fix possible memory leak in <MD>_ext()Andres Amaya Garcia2017-07-20
* Rename md process functions with _internal_Andres Amaya Garcia2017-06-28
* Add int return values to MD5 function callsAndres Amaya Garcia2017-06-28
* Change main license to Apache 2.0Manuel Pégourié-Gonnard2015-09-04
* Fix warning with MD/SHA ALT implementationManuel Pégourié-Gonnard2015-08-31
* Update date in copyright lineManuel Pégourié-Gonnard2015-07-28
* Add md/shaXXX_clone() APIManuel Pégourié-Gonnard2015-07-06
* Remove individual mdX_file() and shaX_file()Manuel Pégourié-Gonnard2015-05-28
* The Great RenamingManuel Pégourié-Gonnard2015-04-08
* Add XXX_PROCESS_ALT mecchanismManuel Pégourié-Gonnard2015-03-31
* Remove specific xxx_hmac functionsManuel Pégourié-Gonnard2015-03-25
* Merge branch 'mbedtls-1.3' into developmentManuel Pégourié-Gonnard2015-03-11
|\
| * Add missing 'const' on selftest dataManuel Pégourié-Gonnard2015-03-11
* | Rename include directory to mbedtlsManuel Pégourié-Gonnard2015-03-10
|/
* Rename website and repositoryManuel Pégourié-Gonnard2015-03-06
* Write literal byte more clearlyManuel Pégourié-Gonnard2015-02-16
* cleanup library and some basic tests. Includes, add guards to includesRich Evans2015-02-10
* Fix url againManuel Pégourié-Gonnard2015-01-28
* Fix possible portability issueManuel 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
* Change name to mbed TLS in the copyright noticeManuel Pégourié-Gonnard2015-01-22
* Add _init() and _free() for hash modulesPaul Bakker2014-07-09
* Introduce polarssl_zeroize() instead of memset() for zeroizationPaul Bakker2014-06-14
* Fix less-than-zero checks on unsigned numbersBrian White2014-05-22
* 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
* Added mechanism to provide alternative cipher / hash implementationsPaul Bakker2013-06-25
* Fixed const correctness issues that have no impact on the ABIPaul Bakker2013-06-24
* Removed further timing differences during SSL message decryption in ssl_decry...Paul Bakker2013-02-27
* - Moved from unsigned long to uint32_t throughout codePaul Bakker2012-10-01
* - Changed the behaviour of x509parse_parse_crt for permissive parsing. Now r...Paul Bakker2011-12-10
* - Removed deprecated casts to int for now unsigned valuesPaul Bakker2011-06-09
* - Functions requiring File System functions can now be disables by undefinin...Paul Bakker2011-04-25
* - Major type rewrite of int to size_t for most variables and arguments used ...Paul Bakker2011-04-24
* - Fixed copyright messagePaul Bakker2010-07-18
* - Updated Copyright to correct entityPaul Bakker2010-07-18
* - Updated copyright line to 2010Paul Bakker2010-03-21