1. cb46fd8 Avoid non-standard strcasecmp() by Manuel Pégourié-Gonnard · 10 years ago
  2. 2a84dfd Make ssl_cookie.c thread-safe by Manuel Pégourié-Gonnard · 10 years ago
  3. b48ef9c Improve documentation about HelloVerifyRequest by Manuel Pégourié-Gonnard · 10 years ago
  4. 398b206 Update doc for ssl_conf_renegotiation by Manuel Pégourié-Gonnard · 10 years ago
  5. 6ad5d35 Catch a few more likely typos by Manuel Pégourié-Gonnard · 10 years ago
  6. 41b9c2b Remove individual mdX_file() and shaX_file() by Manuel Pégourié-Gonnard · 10 years ago
  7. 06d5d61 Adapt programs to generic md_file() by Manuel Pégourié-Gonnard · 10 years ago
  8. b327168 Remove non-generic md_file() programs by Manuel Pégourié-Gonnard · 10 years ago
  9. bfffa90 Implement md_file in the MD layer by Manuel Pégourié-Gonnard · 10 years ago
  10. eb0d870 Add option for even smaller SHA-256 by Manuel Pégourié-Gonnard · 10 years ago
  11. a7a3a5f Make SHA-2 implementation smaller by Manuel Pégourié-Gonnard · 10 years ago
  12. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  13. 160e384 Fix bad name choice by Manuel Pégourié-Gonnard · 10 years ago
  14. a7f8033 Fix oversights in s/malloc/calloc/ by Manuel Pégourié-Gonnard · 10 years ago
  15. 6c967b9 Fix typo in memory_buffer_alloc by Manuel Pégourié-Gonnard · 10 years ago
  16. 944cfe8 Allow use of global mutexes with threading_alt by Manuel Pégourié-Gonnard · 10 years ago
  17. f7c2eeb Remove unused struct member in ssl_context by Manuel Pégourié-Gonnard · 10 years ago
  18. 2a1524c Manually merge 1.3 changelog by Manuel Pégourié-Gonnard · 10 years ago
  19. 43b0857 Avoid memory leak with repeated [gc]ccm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  20. 3a89559 Fix compile errors in pkcs11.c by Manuel Pégourié-Gonnard · 10 years ago
  21. c241b03 Merge branch 'calloc' into development by Manuel Pégourié-Gonnard · 10 years ago
  22. 1b8de57 Remove a few redundant memset after calloc. by Manuel Pégourié-Gonnard · 10 years ago
  23. b2a18a2 Remove references to malloc in strings/names by Manuel Pégourié-Gonnard · 10 years ago
  24. 5b9e5b1 Update ChangeLog for s/malloc/calloc by Manuel Pégourié-Gonnard · 10 years ago
  25. 200e731 Adapt memory_buffer_alloc to calloc by Manuel Pégourié-Gonnard · 10 years ago
  26. b9ef118 Adapt the platform layer from malloc to calloc by Manuel Pégourié-Gonnard · 10 years ago
  27. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  28. 065122c Move some defines to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  29. 56273da Move some includes to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  30. cd4fcc6 Move some structures to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  31. 5e94dde Create ssl_internal.h and move some functions by Manuel Pégourié-Gonnard · 10 years ago
  32. 50518f4 Rename _wrap headers to _internal by Manuel Pégourié-Gonnard · 10 years ago
  33. 866eb47 Update Changelog for session ticket changes by Manuel Pégourié-Gonnard · 10 years ago
  34. 4214e3a Update dependencies and documentation by Manuel Pégourié-Gonnard · 10 years ago
  35. 1e9c4db Implement key rotation by Manuel Pégourié-Gonnard · 10 years ago
  36. 887674a Internal changes in preparation for key rotation by Manuel Pégourié-Gonnard · 10 years ago
  37. a0adc1b Make cipher used in ssl tickets configurable by Manuel Pégourié-Gonnard · 10 years ago
  38. 1041a39 Use AES-GCM-256 for session ticket protection by Manuel Pégourié-Gonnard · 10 years ago
  39. 8eff512 Fix possible signedness issue in time comparison by Manuel Pégourié-Gonnard · 10 years ago
  40. 0849a0a Make ssl ticket functions thread-safe by Manuel Pégourié-Gonnard · 10 years ago
  41. 66b8e95 Add test build with all except ssl_cli/srv.c by Manuel Pégourié-Gonnard · 10 years ago
  42. e057d3b Relax some dependencies by Manuel Pégourié-Gonnard · 10 years ago
  43. b596abf Refine cli/srv ifdefs for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  44. cf141ca Fix #ifdefs on ssl_cli.c or ssl_srv.c by Manuel Pégourié-Gonnard · 10 years ago
  45. 0c0f11f Update dependencies & includes for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  46. d59675d Move to callback for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  47. 2ff873c Fix SSL_DEBUG macros by Manuel Pégourié-Gonnard · 10 years ago
  48. b0394be Further adapt prototypes of ticket functions by Manuel Pégourié-Gonnard · 10 years ago
  49. 69f1728 Adapt prototypes of ticket handling functions by Manuel Pégourié-Gonnard · 10 years ago
  50. a4a4735 Rename & move ticket functions to ticket module by Manuel Pégourié-Gonnard · 10 years ago
  51. fd6d897 Add new submodule ssl_ticket by Manuel Pégourié-Gonnard · 10 years ago
  52. 53ebe13 Fix copyright lines still mentioning Brainspark by Manuel Pégourié-Gonnard · 10 years ago
  53. dad1ad7 Doc tune-ups by Manuel Pégourié-Gonnard · 10 years ago
  54. 0b104b0 Adapt prototype of net_accept() for explicit size by Manuel Pégourié-Gonnard · 10 years ago
  55. d9e6a3a Rename pk_init_ctx() -> pk_setup() by Manuel Pégourié-Gonnard · 10 years ago
  56. d4f04db net.c now depends on select() unconditionally by Manuel Pégourié-Gonnard · 10 years ago
  57. a63bc94 Remove timing_m_sleep() -> net_usleep() by Manuel Pégourié-Gonnard · 10 years ago
  58. e94bfe6 Improve entropy selftest: check default sources by Manuel Pégourié-Gonnard · 10 years ago
  59. 151dc77 Fix some old names that remained by Manuel Pégourié-Gonnard · 10 years ago
  60. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
  61. 51f14be Remove VS6 files, only 2010 supported now by Manuel Pégourié-Gonnard · 10 years ago
  62. 0de074f Use rarely used conf function to cover them by Manuel Pégourié-Gonnard · 10 years ago
  63. 66dc555 mbedtls_ssl_conf_arc4_support() depends on ARC4_C by Manuel Pégourié-Gonnard · 10 years ago
  64. 2240486 Allow more time for DTLS interop tests with proxy by Manuel Pégourié-Gonnard · 10 years ago
  65. 6ab9b00 Fix warnings from armcc by Manuel Pégourié-Gonnard · 10 years ago
  66. e391c8d Doc tune-up by Manuel Pégourié-Gonnard · 10 years ago
  67. 545102e No timer -> to timeout (optional for TLS) by Manuel Pégourié-Gonnard · 10 years ago
  68. 286a136 SSL timer fixes: not DTLS only, start cancelled by Manuel Pégourié-Gonnard · 10 years ago
  69. d2377e7 ssl_client/server2 shouln't depend on timing.c by Manuel Pégourié-Gonnard · 10 years ago
  70. 0c89035 Update Changelog for recent timer changes by Manuel Pégourié-Gonnard · 10 years ago
  71. 70860ad SSL timers are no longer just for DTLS by Manuel Pégourié-Gonnard · 10 years ago
  72. bbd28f7 Improve SSL doc about I/O and timeouts by Manuel Pégourié-Gonnard · 10 years ago
  73. 5a8d56d Rm hard dependency of DTLS on TIMING_C by Manuel Pégourié-Gonnard · 10 years ago
  74. e3c41ad Use the new timer callback API in programs by Manuel Pégourié-Gonnard · 10 years ago
  75. 2e01291 Prepare the SSL modules for using timer callbacks by Manuel Pégourié-Gonnard · 10 years ago
  76. ca3bdc5 Add mbedtls_timing_set/get_delay() by Manuel Pégourié-Gonnard · 10 years ago
  77. 8903fe0 Define timing_selftest() even with TIMING_ALT by Manuel Pégourié-Gonnard · 10 years ago
  78. a27b197 Update generated file by Manuel Pégourié-Gonnard · 10 years ago
  79. 31993f2 Add per-function override for AES by Manuel Pégourié-Gonnard · 10 years ago
  80. 70a5010 Create function-level MBETLS_DES_xxx_ALT by Manuel Pégourié-Gonnard · 10 years ago
  81. e45dba4 Remove unused member in des_context by Manuel Pégourié-Gonnard · 10 years ago
  82. d1a8260 Tune comments in config.h by Manuel Pégourié-Gonnard · 10 years ago
  83. 0fe1f6d Remove debug line from selftest by Manuel Pégourié-Gonnard · 10 years ago
  84. fb07757 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  85. eecb43c Manually merge doc fixes from 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  86. 48647b9 Merge remote-tracking branch 'nw/misc' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 10 years ago
  87. 0ece0f9 Fix checks for nul-termination by Manuel Pégourié-Gonnard · 10 years ago
  88. 24083d6 Fix bug in certs.c by Manuel Pégourié-Gonnard · 10 years ago
  89. ec4b089 Fix issue in ssl_free() vs ssl_config_free() by Manuel Pégourié-Gonnard · 10 years ago
  90. 49f5eb9 Better NULL checks in debug by Manuel Pégourié-Gonnard · 10 years ago
  91. db1cc76 Fix depend issue in program/ssl/ssl_*2.c by Manuel Pégourié-Gonnard · 10 years ago
  92. 43b37cb Fix use of pem_read_buffer() in PK, DHM and X509 by Manuel Pégourié-Gonnard · 10 years ago
  93. 2088ba6 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  94. 154b00b Update Changelog for recent contribution by Manuel Pégourié-Gonnard · 10 years ago
  95. 7010e46 Merge remote-tracking branch 'peterdettman/perf-ecp-double-jac' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 10 years ago
  96. e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago
  97. e85fef1 Fix option names in benchmark.c by Manuel Pégourié-Gonnard · 10 years ago
  98. 4cba1a7 Avoid debug flooding with non-blocking reads by Manuel Pégourié-Gonnard · 10 years ago
  99. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  100. 56cc88a Rm ecp_add() and add ecp_muladd() by Manuel Pégourié-Gonnard · 10 years ago