1. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  2. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  3. 5735369 Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C by Andrzej Kurek · 3 years, 4 months ago
  4. 714b660 Remove dummy timing implementation by Andrzej Kurek · 3 years, 4 months ago
  5. b9af2db Add accessor for timing final delay by Paul Elliott · 3 years, 5 months ago
  6. 09e803c Provide a dummy implementation of timing.c by Andrzej Kurek · 3 years, 5 months ago
  7. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  8. 963bb81 Removing global variable and moving variant function comment block by TRodziewicz · 4 years, 1 month ago
  9. 15a7b73 Documentation rewording by TRodziewicz · 4 years, 1 month ago
  10. 5bbbb5e Remove the mbedtls_printf and FAIL macros by TRodziewicz · 4 years, 2 months ago
  11. 90f304f Fixing test_clang_opt (asm not defined) by TRodziewicz · 4 years, 2 months ago
  12. d854083 Move part of timing module out of the library by TRodziewicz · 4 years, 2 months ago
  13. d41d59e Timing: support ALT implementations in self-test by Gilles Peskine · 4 years, 2 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. 479d8de Add support for midipix, a POSIX layer for Microsoft Windows by Ørjan Malde · 5 years ago
  17. a180926 timing: Remove redundant include file by Jaeden Amero · 6 years ago
  18. 76646a4 Merge remote-tracking branch 'public/pr/1777' into development-proposed by Simon Butcher · 7 years ago
  19. da642d9 Implicit _endthread call: comment changed by irwir · 7 years ago
  20. e1b82ad Added spaces after type casts by irwir · 7 years ago
  21. e931d0e Replace Windows API threading with CRT functions by irwir · 7 years ago
  22. 60bc47d library: Port to Haiku. by Augustin Cavalier · 7 years ago
  23. fba16f7 Merge remote-tracking branch 'upstream-public/pr/572' into development-proposed by Jaeden Amero · 7 years ago
  24. 5405962 Fix alarm(0) failure on mingw32 by Manuel Pégourié-Gonnard · 7 years ago
  25. ada3ee8 Timing self test: shorten redundant tests by Gilles Peskine · 8 years ago
  26. 8873bcc Timing self test: increased duration by Gilles Peskine · 8 years ago
  27. 0f59b13 Timing self test: increased tolerance by Gilles Peskine · 8 years ago
  28. 0827d5c Timing self test: print some diagnosis information by Gilles Peskine · 8 years ago
  29. d92f0aa mbedtls_timing_get_timer: don't use uninitialized memory by Gilles Peskine · 8 years ago
  30. a0af95f Timing: fix mbedtls_set_alarm(0) on Unix/POSIX by Gilles Peskine · 8 years ago
  31. 3f21a35 Added checking for QNX operating system to make mbedtls build on QNX by Matthias Weisser · 9 years ago
  32. 325ce09 Give better error messages for semi-portable parts by Manuel Pégourié-Gonnard · 9 years ago
  33. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  34. e578b1c Relax timing_self_test for windows idiosyncrasies by Manuel Pégourié-Gonnard · 10 years ago
  35. 91bbfb6 Make timing selftest less sensitive by Manuel Pégourié-Gonnard · 10 years ago
  36. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  37. 5791109 Make the hardclock test optional by Manuel Pégourié-Gonnard · 10 years ago
  38. cde2aba Do no test net_usleep in timing_selftest by Manuel Pégourié-Gonnard · 10 years ago
  39. ba19432 Move from asm to __asm by default by Manuel Pégourié-Gonnard · 10 years ago
  40. d4f04db net.c now depends on select() unconditionally by Manuel Pégourié-Gonnard · 10 years ago
  41. a63bc94 Remove timing_m_sleep() -> net_usleep() by Manuel Pégourié-Gonnard · 10 years ago
  42. ca3bdc5 Add mbedtls_timing_set/get_delay() by Manuel Pégourié-Gonnard · 10 years ago
  43. 8903fe0 Define timing_selftest() even with TIMING_ALT by Manuel Pégourié-Gonnard · 10 years ago
  44. 8408a94 Remove MBEDTLS_ from internal macros by Manuel Pégourié-Gonnard · 10 years ago
  45. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  46. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  47. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  48. 6d71e4e Fix one more warning on windows by Manuel Pégourié-Gonnard · 10 years ago
  49. dda5213 Fix harmless warnings with mingw in timing.c by Manuel Pégourié-Gonnard · 10 years ago
  50. 3843353 Fix hardclock() with mingw64 by Manuel Pégourié-Gonnard · 10 years ago
  51. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  52. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  53. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  54. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  55. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  56. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  57. ef5087d Added explicit casts to prevent compiler warnings when trying to build for iOS by Sander Niemeijer · 11 years ago
  58. 462906f Do no test net_usleep() when not defined by Manuel Pégourié-Gonnard · 11 years ago
  59. b308dd7 timing.c: avoid referencing garbage value by Alfred Klomp · 11 years ago
  60. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  61. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  62. e1ac0f8 Add back timing selftest with new hardclock test by Manuel Pégourié-Gonnard · 11 years ago
  63. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  64. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  65. 0f79bab Disable timing_selftest() for now by Manuel Pégourié-Gonnard · 11 years ago
  66. 79e5842 Also test net_usleep in timing_selttest() by Manuel Pégourié-Gonnard · 11 years ago
  67. d6aebe1 Add 'volatile' to hardclock()'s asm by Manuel Pégourié-Gonnard · 11 years ago
  68. 470fc93 Add timing_self_test() with consistency tests by Manuel Pégourié-Gonnard · 11 years ago
  69. 487588d Whitespace fixes by Manuel Pégourié-Gonnard · 11 years ago
  70. dfbf9c7 Fix bug in m_sleep() by Manuel Pégourié-Gonnard · 11 years ago
  71. f2561b3 Ability to provide alternate timing implementation by Paul Bakker · 11 years ago
  72. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  73. bb0139c - Moved to more flexible define structure by Paul Bakker · 13 years ago
  74. 49d7567 - Support INTEGRITY OS by Paul Bakker · 13 years ago
  75. ca41010 - Expanded clobber list on i386 RDTSC call by Paul Bakker · 14 years ago
  76. 2eee902 - Better timer for Windows platforms by Paul Bakker · 14 years ago
  77. b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
  78. 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
  79. fc8c436 - Updated copyright line to 2010 by Paul Bakker · 15 years ago
  80. 1f3c39c - Removed copyright line for Christophe Devine for clarity by Paul Bakker · 15 years ago
  81. ff60ee6 - Added const-correctness to main codebase by Paul Bakker · 15 years ago
  82. 77b385e - Updated copyright messages on all relevant files by Paul Bakker · 16 years ago
  83. 34a9056 - POLARSSL_HAVE_ASM also used in padlock and timing code. by Paul Bakker · 16 years ago
  84. 785a9ee - Added email address to header license information by Paul Bakker · 17 years ago
  85. e0ccd0a - Updated Copyright notices by Paul Bakker · 17 years ago
  86. 40e4694 - First replacement of xyssl by polarssl where needed by Paul Bakker · 17 years ago
  87. 5121ce5 - Renamed include directory to polarssl by Paul Bakker · 17 years ago