1. 1ffdb18 Remove mbedtls_low_level_sterr() and mbedtls_high_level_strerr() by Gilles Peskine · 6 months ago
  2. 924dca9 Move mbedtls_test_hook_error_add from error.c to helpers.c by Harry Ramsey · 10 months ago
  3. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  4. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  5. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  6. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  7. ef01852 Add missing guard to mbedtls_test_hook_error_add by Chris Jones · 4 years, 4 months ago
  8. b7d02e0 Fix misc issues with unused parameters and check-names.sh by Chris Jones · 4 years, 4 months ago
  9. 7439209 Rewrite error addition interface by Chris Jones · 4 years, 4 months ago
  10. b179b84 Change set_err_add_hook void pointer to actual function pointer signature by Chris Jones · 4 years, 6 months ago
  11. ef180af Move `MBEDTLS_ERR_ADD` macro and functions to `error.*` by Chris Jones · 4 years, 6 months ago
  12. 67aed9a Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
  13. b64e0fe Fix conditions for including string.h in error.c by Gilles Peskine · 4 years, 9 months ago
  14. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  15. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  16. 9515d76 Merge pull request #3219 from aggarg/err_optimization by Gilles Peskine · 5 years ago
  17. cabde25 Align with coding style by Gaurav Aggarwal · 5 years ago
  18. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  19. 8663c74 Remove error_description variable from strerr functions by Gaurav Aggarwal · 5 years ago
  20. 6ea4fc7 Address review comments by Gaurav Aggarwal · 5 years ago
  21. 3d02db2 Add auto-generated code markers by Gaurav Aggarwal · 5 years ago
  22. a4a2aa5 Address review comments by Gaurav Aggarwal · 5 years ago
  23. a9f6400 Add support for const error description strings by Gaurav Aggarwal · 5 years ago
  24. df587ee Remove duplicate include statement by Janos Follath · 6 years ago
  25. db0feca Fixes platform time_t abstraction by Simon Butcher · 9 years ago
  26. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  27. 7381ff0 Update copyright date in templates too by Manuel Pégourié-Gonnard · 10 years ago
  28. 9dbaf40 Rationalize other snprintf() uses by Manuel Pégourié-Gonnard · 10 years ago
  29. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  30. f9c1387 Drop POLARSSL_ERROR_STRERROR_BC by Manuel Pégourié-Gonnard · 10 years ago
  31. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  32. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  33. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  34. f5dc8ec Update error.fmt to match update error.c by Manuel Pégourié-Gonnard · 10 years ago
  35. 6aa04bc modify scripts/* and tests/* to use polarssl_snprintf by Rich Evans · 11 years ago
  36. daae3b7 Prepare for mbed TLS 1.3.10 release by Paul Bakker · 10 years ago
  37. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  38. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  39. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  40. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  41. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  42. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  43. 0464dd9 Fix bee8ded in error template file too by Paul Bakker · 11 years ago
  44. fe671f4 Add markers around generated code in error.c by Manuel Pégourié-Gonnard · 11 years ago
  45. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  46. 17d99fc Fixed error.fmt to match active error.c code by Paul Bakker · 12 years ago
  47. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  48. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  49. b887f11 Removed return from error_strerror() by Paul Bakker · 12 years ago
  50. e2ab84f Renamed error_strerror() to the less conflicting polarssl_strerror() by Paul Bakker · 12 years ago
  51. b2a1140 Added error.h inclusion in error.c template by Paul Bakker · 12 years ago
  52. a023437 Made change to error.c for dummy error_strerror() permanent by Paul Bakker · 12 years ago
  53. 9a73632 - Merged changesets 1399 up to and including 1415 into 1.2 branch by Paul Bakker · 13 years ago
  54. d0a345e - Added MFC snprintf macro by Paul Bakker · 14 years ago
  55. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago