1. a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  2. f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  3. 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
  4. 5f872df Change func ptrs to have ret val in MD layer by Andres Amaya Garcia · 8 years ago
  5. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  6. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  7. 1bab7d7 Fix blank line in comments by Manuel Pégourié-Gonnard · 10 years ago
  8. 052a6c9 Add mbedtls_md_clone() by Manuel Pégourié-Gonnard · 10 years ago
  9. 71d296a Add missing calls to _free() in md_wrap by Manuel Pégourié-Gonnard · 10 years ago
  10. 496f24e Deduplicate SHA-2 wrappers by Manuel Pégourié-Gonnard · 10 years ago
  11. ab59321 Call init functions in MD alloc wrappers by Manuel Pégourié-Gonnard · 10 years ago
  12. bfffa90 Implement md_file in the MD layer by Manuel Pégourié-Gonnard · 10 years ago
  13. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  14. 50518f4 Rename _wrap headers to _internal by Manuel Pégourié-Gonnard · 10 years ago
  15. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  16. 0a8896a Remove references to xxx_hmac() from MD layer by Manuel Pégourié-Gonnard · 10 years ago
  17. 8379a82 Implement hmac in the MD layer by Manuel Pégourié-Gonnard · 10 years ago
  18. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  19. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  20. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  21. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  22. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  23. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  24. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  25. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  26. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  27. b4fe3cb Rename to mbed TLS in the documentation/comments by Manuel Pégourié-Gonnard · 11 years ago
  28. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  29. 5b4af39 Add _init() and _free() for hash modules by Paul Bakker · 11 years ago
  30. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  31. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  32. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  33. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  34. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  35. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  36. 61b699e Renamed RMD160 to RIPEMD160 by Paul Bakker · 12 years ago
  37. e4d47a6 Add RIPEMD-160 to the generic MD layer by Manuel Pégourié-Gonnard · 12 years ago
  38. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
  39. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 12 years ago
  40. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  41. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  42. d1df02a Functions inside md_wrap.c now marked static by Paul Bakker · 12 years ago
  43. 1bd3ae8 Added md_process() to MD layer for generic internal access to hash by Paul Bakker · 12 years ago
  44. f654371 - Only include dependencies when required by Paul Bakker · 13 years ago
  45. 335db3f - Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO by Paul Bakker · 14 years ago
  46. 23986e5 - Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops by Paul Bakker · 14 years ago
  47. a493ad4 - Dropped designated initializers as they are not supported on Microsoft Visual C by Paul Bakker · 14 years ago
  48. 6d46812 - Fixed typo by Paul Bakker · 15 years ago
  49. 1737385 - Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago