1. 77cfe17 Remove now-useless typedef in ssl.h by Manuel Pégourié-Gonnard · 9 years ago
  2. c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 9 years ago
  3. 3eb50fa Cosmetics in doxygen doc by Manuel Pégourié-Gonnard · 9 years ago
  4. 9d51583 Fix cipher identifier in des_ede3_info by Manuel Pégourié-Gonnard · 9 years ago
  5. 0574bb0 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 9 years ago
  6. 6ca7624 Mark unused constant as such by Manuel Pégourié-Gonnard · 9 years ago
  7. 5866848 Update ChangeLog for recent external bugfix by Manuel Pégourié-Gonnard · 9 years ago
  8. 468b06d Merge remote-tracking branch 'ptahpeteh/patch-1' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 9 years ago
  9. 638fa0b Serious bug fix in entropy.c by ptahpeteh · 9 years ago
  10. 81abefd Fix typos/style in doxygen documentation by Manuel Pégourié-Gonnard · 9 years ago
  11. d14acbc Test assumptions we make about the platform by Manuel Pégourié-Gonnard · 9 years ago
  12. f78e4de Fix warnings from -pedantic by Manuel Pégourié-Gonnard · 9 years ago
  13. 009a264 Add test build with -std=c99 by Manuel Pégourié-Gonnard · 9 years ago
  14. f8b6fde Remove include that is no longer needed by Manuel Pégourié-Gonnard · 9 years ago
  15. 864108d Move from gmtime_r to gmtime + mutexes by Manuel Pégourié-Gonnard · 9 years ago
  16. ba19432 Move from asm to __asm by default by Manuel Pégourié-Gonnard · 9 years ago
  17. cb46fd8 Avoid non-standard strcasecmp() by Manuel Pégourié-Gonnard · 9 years ago
  18. 2a84dfd Make ssl_cookie.c thread-safe by Manuel Pégourié-Gonnard · 9 years ago
  19. b48ef9c Improve documentation about HelloVerifyRequest by Manuel Pégourié-Gonnard · 9 years ago
  20. 398b206 Update doc for ssl_conf_renegotiation by Manuel Pégourié-Gonnard · 9 years ago
  21. 6ad5d35 Catch a few more likely typos by Manuel Pégourié-Gonnard · 9 years ago
  22. 41b9c2b Remove individual mdX_file() and shaX_file() by Manuel Pégourié-Gonnard · 9 years ago
  23. 06d5d61 Adapt programs to generic md_file() by Manuel Pégourié-Gonnard · 9 years ago
  24. b327168 Remove non-generic md_file() programs by Manuel Pégourié-Gonnard · 9 years ago
  25. bfffa90 Implement md_file in the MD layer by Manuel Pégourié-Gonnard · 9 years ago
  26. eb0d870 Add option for even smaller SHA-256 by Manuel Pégourié-Gonnard · 9 years ago
  27. a7a3a5f Make SHA-2 implementation smaller by Manuel Pégourié-Gonnard · 9 years ago
  28. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 9 years ago
  29. 160e384 Fix bad name choice by Manuel Pégourié-Gonnard · 9 years ago
  30. a7f8033 Fix oversights in s/malloc/calloc/ by Manuel Pégourié-Gonnard · 9 years ago
  31. 6c967b9 Fix typo in memory_buffer_alloc by Manuel Pégourié-Gonnard · 9 years ago
  32. 944cfe8 Allow use of global mutexes with threading_alt by Manuel Pégourié-Gonnard · 9 years ago
  33. f7c2eeb Remove unused struct member in ssl_context by Manuel Pégourié-Gonnard · 9 years ago
  34. 2a1524c Manually merge 1.3 changelog by Manuel Pégourié-Gonnard · 9 years ago
  35. 6197761 Fix memleak with repeated [gc]cm_setkey() by Manuel Pégourié-Gonnard · 9 years ago
  36. 43b0857 Avoid memory leak with repeated [gc]ccm_setkey() by Manuel Pégourié-Gonnard · 9 years ago
  37. 3a89559 Fix compile errors in pkcs11.c by Manuel Pégourié-Gonnard · 9 years ago
  38. c241b03 Merge branch 'calloc' into development by Manuel Pégourié-Gonnard · 9 years ago
  39. 1b8de57 Remove a few redundant memset after calloc. by Manuel Pégourié-Gonnard · 9 years ago
  40. b2a18a2 Remove references to malloc in strings/names by Manuel Pégourié-Gonnard · 9 years ago
  41. 5b9e5b1 Update ChangeLog for s/malloc/calloc by Manuel Pégourié-Gonnard · 10 years ago
  42. 200e731 Adapt memory_buffer_alloc to calloc by Manuel Pégourié-Gonnard · 10 years ago
  43. b9ef118 Adapt the platform layer from malloc to calloc by Manuel Pégourié-Gonnard · 10 years ago
  44. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  45. 065122c Move some defines to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  46. 56273da Move some includes to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  47. cd4fcc6 Move some structures to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  48. 5e94dde Create ssl_internal.h and move some functions by Manuel Pégourié-Gonnard · 10 years ago
  49. 50518f4 Rename _wrap headers to _internal by Manuel Pégourié-Gonnard · 10 years ago
  50. 866eb47 Update Changelog for session ticket changes by Manuel Pégourié-Gonnard · 10 years ago
  51. 4214e3a Update dependencies and documentation by Manuel Pégourié-Gonnard · 10 years ago
  52. 1e9c4db Implement key rotation by Manuel Pégourié-Gonnard · 10 years ago
  53. 887674a Internal changes in preparation for key rotation by Manuel Pégourié-Gonnard · 10 years ago
  54. a0adc1b Make cipher used in ssl tickets configurable by Manuel Pégourié-Gonnard · 10 years ago
  55. 1041a39 Use AES-GCM-256 for session ticket protection by Manuel Pégourié-Gonnard · 10 years ago
  56. 8eff512 Fix possible signedness issue in time comparison by Manuel Pégourié-Gonnard · 10 years ago
  57. 0849a0a Make ssl ticket functions thread-safe by Manuel Pégourié-Gonnard · 10 years ago
  58. 66b8e95 Add test build with all except ssl_cli/srv.c by Manuel Pégourié-Gonnard · 10 years ago
  59. e057d3b Relax some dependencies by Manuel Pégourié-Gonnard · 10 years ago
  60. b596abf Refine cli/srv ifdefs for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  61. cf141ca Fix #ifdefs on ssl_cli.c or ssl_srv.c by Manuel Pégourié-Gonnard · 10 years ago
  62. 0c0f11f Update dependencies & includes for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  63. d59675d Move to callback for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  64. 2ff873c Fix SSL_DEBUG macros by Manuel Pégourié-Gonnard · 10 years ago
  65. b0394be Further adapt prototypes of ticket functions by Manuel Pégourié-Gonnard · 10 years ago
  66. 69f1728 Adapt prototypes of ticket handling functions by Manuel Pégourié-Gonnard · 10 years ago
  67. a4a4735 Rename & move ticket functions to ticket module by Manuel Pégourié-Gonnard · 10 years ago
  68. fd6d897 Add new submodule ssl_ticket by Manuel Pégourié-Gonnard · 10 years ago
  69. 53ebe13 Fix copyright lines still mentioning Brainspark by Manuel Pégourié-Gonnard · 10 years ago
  70. dad1ad7 Doc tune-ups by Manuel Pégourié-Gonnard · 10 years ago
  71. 0b104b0 Adapt prototype of net_accept() for explicit size by Manuel Pégourié-Gonnard · 10 years ago
  72. d9e6a3a Rename pk_init_ctx() -> pk_setup() by Manuel Pégourié-Gonnard · 10 years ago
  73. d4f04db net.c now depends on select() unconditionally by Manuel Pégourié-Gonnard · 10 years ago
  74. a63bc94 Remove timing_m_sleep() -> net_usleep() by Manuel Pégourié-Gonnard · 10 years ago
  75. e94bfe6 Improve entropy selftest: check default sources by Manuel Pégourié-Gonnard · 10 years ago
  76. 151dc77 Fix some old names that remained by Manuel Pégourié-Gonnard · 10 years ago
  77. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
  78. 51f14be Remove VS6 files, only 2010 supported now by Manuel Pégourié-Gonnard · 10 years ago
  79. 0de074f Use rarely used conf function to cover them by Manuel Pégourié-Gonnard · 10 years ago
  80. 66dc555 mbedtls_ssl_conf_arc4_support() depends on ARC4_C by Manuel Pégourié-Gonnard · 10 years ago
  81. 2240486 Allow more time for DTLS interop tests with proxy by Manuel Pégourié-Gonnard · 10 years ago
  82. 6ab9b00 Fix warnings from armcc by Manuel Pégourié-Gonnard · 10 years ago
  83. e391c8d Doc tune-up by Manuel Pégourié-Gonnard · 10 years ago
  84. 545102e No timer -> to timeout (optional for TLS) by Manuel Pégourié-Gonnard · 10 years ago
  85. 286a136 SSL timer fixes: not DTLS only, start cancelled by Manuel Pégourié-Gonnard · 10 years ago
  86. d2377e7 ssl_client/server2 shouln't depend on timing.c by Manuel Pégourié-Gonnard · 10 years ago
  87. bc07c3a fix minor bug in path_cnt checks by Nicholas Wilson · 10 years ago
  88. 0c89035 Update Changelog for recent timer changes by Manuel Pégourié-Gonnard · 10 years ago
  89. 70860ad SSL timers are no longer just for DTLS by Manuel Pégourié-Gonnard · 10 years ago
  90. bbd28f7 Improve SSL doc about I/O and timeouts by Manuel Pégourié-Gonnard · 10 years ago
  91. 5a8d56d Rm hard dependency of DTLS on TIMING_C by Manuel Pégourié-Gonnard · 10 years ago
  92. e3c41ad Use the new timer callback API in programs by Manuel Pégourié-Gonnard · 10 years ago
  93. 2e01291 Prepare the SSL modules for using timer callbacks by Manuel Pégourié-Gonnard · 10 years ago
  94. ca3bdc5 Add mbedtls_timing_set/get_delay() by Manuel Pégourié-Gonnard · 10 years ago
  95. 8903fe0 Define timing_selftest() even with TIMING_ALT by Manuel Pégourié-Gonnard · 10 years ago
  96. a27b197 Update generated file by Manuel Pégourié-Gonnard · 10 years ago
  97. 31993f2 Add per-function override for AES by Manuel Pégourié-Gonnard · 10 years ago
  98. 70a5010 Create function-level MBETLS_DES_xxx_ALT by Manuel Pégourié-Gonnard · 10 years ago
  99. e45dba4 Remove unused member in des_context by Manuel Pégourié-Gonnard · 10 years ago
  100. d1a8260 Tune comments in config.h by Manuel Pégourié-Gonnard · 10 years ago