1. 6c0c8e0 Include fixed snprintf for Windows in platform.c by Manuel Pégourié-Gonnard · 9 years ago
  2. f9cbd73 Update generated files by Manuel Pégourié-Gonnard · 9 years ago
  3. 7580ba4 Add a concept of entropy source strength. by Manuel Pégourié-Gonnard · 9 years ago
  4. 3f77dfb Add MBEDTLS_ENTROPY_HARDWARE_ALT by Manuel Pégourié-Gonnard · 9 years ago
  5. bf82ff0 Fix entropy thresholds by Manuel Pégourié-Gonnard · 9 years ago
  6. 60c793b Split HAVE_TIME into HAVE_TIME + HAVE_TIME_DATE by Manuel Pégourié-Gonnard · 9 years ago
  7. c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 9 years ago
  8. 097c7bb Rename relevant global symbols from size to bitlen by Manuel Pégourié-Gonnard · 9 years ago
  9. fb317c5 Rename parameter in a x509 helper by Manuel Pégourié-Gonnard · 9 years ago
  10. 39a48f4 Internal renamings in PK by Manuel Pégourié-Gonnard · 9 years ago
  11. 12ad798 Rename ssl_session.length to id_len by Manuel Pégourié-Gonnard · 9 years ago
  12. 898e0aa Rename key_length in cipher_info by Manuel Pégourié-Gonnard · 9 years ago
  13. b8186a5 Rename len to bitlen in function parameters by Manuel Pégourié-Gonnard · 9 years ago
  14. b31c5f6 Add SSL presets. by Manuel Pégourié-Gonnard · 9 years ago
  15. 7bfc122 Implement sig_hashes by Manuel Pégourié-Gonnard · 9 years ago
  16. 36a8b57 Create API for mbedtls_ssl_conf_sig_hashes(). by Manuel Pégourié-Gonnard · 9 years ago
  17. 9d412d8 Small internal changes in curve checking by Manuel Pégourié-Gonnard · 9 years ago
  18. a83e4e2 Extra check in verify_with_profile() by Manuel Pégourié-Gonnard · 9 years ago
  19. b541da6 Fix define for ssl_conf_curves() by Manuel Pégourié-Gonnard · 9 years ago
  20. 6e3ee3a Add mbedtls_ssl_conf_cert_profile() by Manuel Pégourié-Gonnard · 9 years ago
  21. cbb1f6e Implement cert profile checking by Manuel Pégourié-Gonnard · 9 years ago
  22. f8ea856 Change data structure of profiles to bitfields by Manuel Pégourié-Gonnard · 9 years ago
  23. 88db5da Add pre-defined profiles for cert verification by Manuel Pégourié-Gonnard · 9 years ago
  24. 9505164 Create cert profile API (unimplemented yet) by Manuel Pégourié-Gonnard · 9 years ago
  25. bd990d6 Add ssl_conf_dhm_min_bitlen() by Manuel Pégourié-Gonnard · 9 years ago
  26. 7ee5ddd Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 9 years ago
  27. dccb80b Fix compile errors with NO_STD_FUNCTIONS by Manuel Pégourié-Gonnard · 9 years ago
  28. ba56136 Avoid in-out length in base64 by Manuel Pégourié-Gonnard · 9 years ago
  29. 3335205 Avoid in-out length in dhm_calc_secret() by Manuel Pégourié-Gonnard · 9 years ago
  30. f79b425 Avoid in-out length parameter in bignum by Manuel Pégourié-Gonnard · 9 years ago
  31. 249bece Fix compile bug: incompatible declaration of polarssl_exit in platform.c by ptahpeteh · 9 years ago
  32. c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 9 years ago
  33. 9d51583 Fix cipher identifier in des_ede3_info by Manuel Pégourié-Gonnard · 9 years ago
  34. 0574bb0 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 9 years ago
  35. 468b06d Merge remote-tracking branch 'ptahpeteh/patch-1' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 9 years ago
  36. 638fa0b Serious bug fix in entropy.c by ptahpeteh · 9 years ago
  37. f78e4de Fix warnings from -pedantic by Manuel Pégourié-Gonnard · 10 years ago
  38. f8b6fde Remove include that is no longer needed by Manuel Pégourié-Gonnard · 10 years ago
  39. 864108d Move from gmtime_r to gmtime + mutexes by Manuel Pégourié-Gonnard · 10 years ago
  40. ba19432 Move from asm to __asm by default by Manuel Pégourié-Gonnard · 10 years ago
  41. cb46fd8 Avoid non-standard strcasecmp() by Manuel Pégourié-Gonnard · 10 years ago
  42. 2a84dfd Make ssl_cookie.c thread-safe by Manuel Pégourié-Gonnard · 10 years ago
  43. 41b9c2b Remove individual mdX_file() and shaX_file() by Manuel Pégourié-Gonnard · 10 years ago
  44. bfffa90 Implement md_file in the MD layer by Manuel Pégourié-Gonnard · 10 years ago
  45. eb0d870 Add option for even smaller SHA-256 by Manuel Pégourié-Gonnard · 10 years ago
  46. a7a3a5f Make SHA-2 implementation smaller by Manuel Pégourié-Gonnard · 10 years ago
  47. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  48. 6c967b9 Fix typo in memory_buffer_alloc by Manuel Pégourié-Gonnard · 10 years ago
  49. 944cfe8 Allow use of global mutexes with threading_alt by Manuel Pégourié-Gonnard · 10 years ago
  50. 6197761 Fix memleak with repeated [gc]cm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  51. 43b0857 Avoid memory leak with repeated [gc]ccm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  52. 3a89559 Fix compile errors in pkcs11.c by Manuel Pégourié-Gonnard · 10 years ago
  53. 1b8de57 Remove a few redundant memset after calloc. by Manuel Pégourié-Gonnard · 10 years ago
  54. b2a18a2 Remove references to malloc in strings/names by Manuel Pégourié-Gonnard · 10 years ago
  55. 200e731 Adapt memory_buffer_alloc to calloc by Manuel Pégourié-Gonnard · 10 years ago
  56. b9ef118 Adapt the platform layer from malloc to calloc by Manuel Pégourié-Gonnard · 10 years ago
  57. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  58. 5e94dde Create ssl_internal.h and move some functions by Manuel Pégourié-Gonnard · 10 years ago
  59. 50518f4 Rename _wrap headers to _internal by Manuel Pégourié-Gonnard · 10 years ago
  60. 1e9c4db Implement key rotation by Manuel Pégourié-Gonnard · 10 years ago
  61. 887674a Internal changes in preparation for key rotation by Manuel Pégourié-Gonnard · 10 years ago
  62. a0adc1b Make cipher used in ssl tickets configurable by Manuel Pégourié-Gonnard · 10 years ago
  63. 1041a39 Use AES-GCM-256 for session ticket protection by Manuel Pégourié-Gonnard · 10 years ago
  64. 8eff512 Fix possible signedness issue in time comparison by Manuel Pégourié-Gonnard · 10 years ago
  65. 0849a0a Make ssl ticket functions thread-safe by Manuel Pégourié-Gonnard · 10 years ago
  66. e057d3b Relax some dependencies by Manuel Pégourié-Gonnard · 10 years ago
  67. b596abf Refine cli/srv ifdefs for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  68. cf141ca Fix #ifdefs on ssl_cli.c or ssl_srv.c by Manuel Pégourié-Gonnard · 10 years ago
  69. 0c0f11f Update dependencies & includes for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  70. d59675d Move to callback for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  71. b0394be Further adapt prototypes of ticket functions by Manuel Pégourié-Gonnard · 10 years ago
  72. 69f1728 Adapt prototypes of ticket handling functions by Manuel Pégourié-Gonnard · 10 years ago
  73. a4a4735 Rename & move ticket functions to ticket module by Manuel Pégourié-Gonnard · 10 years ago
  74. fd6d897 Add new submodule ssl_ticket by Manuel Pégourié-Gonnard · 10 years ago
  75. 53ebe13 Fix copyright lines still mentioning Brainspark by Manuel Pégourié-Gonnard · 10 years ago
  76. 0b104b0 Adapt prototype of net_accept() for explicit size by Manuel Pégourié-Gonnard · 10 years ago
  77. d9e6a3a Rename pk_init_ctx() -> pk_setup() by Manuel Pégourié-Gonnard · 10 years ago
  78. d4f04db net.c now depends on select() unconditionally by Manuel Pégourié-Gonnard · 10 years ago
  79. a63bc94 Remove timing_m_sleep() -> net_usleep() by Manuel Pégourié-Gonnard · 10 years ago
  80. e94bfe6 Improve entropy selftest: check default sources by Manuel Pégourié-Gonnard · 10 years ago
  81. 151dc77 Fix some old names that remained by Manuel Pégourié-Gonnard · 10 years ago
  82. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
  83. 0de074f Use rarely used conf function to cover them by Manuel Pégourié-Gonnard · 10 years ago
  84. 66dc555 mbedtls_ssl_conf_arc4_support() depends on ARC4_C by Manuel Pégourié-Gonnard · 10 years ago
  85. 6ab9b00 Fix warnings from armcc by Manuel Pégourié-Gonnard · 10 years ago
  86. 545102e No timer -> to timeout (optional for TLS) by Manuel Pégourié-Gonnard · 10 years ago
  87. 286a136 SSL timer fixes: not DTLS only, start cancelled by Manuel Pégourié-Gonnard · 10 years ago
  88. bc07c3a fix minor bug in path_cnt checks by Nicholas Wilson · 10 years ago
  89. e3c41ad Use the new timer callback API in programs by Manuel Pégourié-Gonnard · 10 years ago
  90. 2e01291 Prepare the SSL modules for using timer callbacks by Manuel Pégourié-Gonnard · 10 years ago
  91. ca3bdc5 Add mbedtls_timing_set/get_delay() by Manuel Pégourié-Gonnard · 10 years ago
  92. 8903fe0 Define timing_selftest() even with TIMING_ALT by Manuel Pégourié-Gonnard · 10 years ago
  93. a27b197 Update generated file by Manuel Pégourié-Gonnard · 10 years ago
  94. 31993f2 Add per-function override for AES by Manuel Pégourié-Gonnard · 10 years ago
  95. 70a5010 Create function-level MBETLS_DES_xxx_ALT by Manuel Pégourié-Gonnard · 10 years ago
  96. 0fe1f6d Remove debug line from selftest by Manuel Pégourié-Gonnard · 10 years ago
  97. eecb43c Manually merge doc fixes from 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  98. 48647b9 Merge remote-tracking branch 'nw/misc' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 10 years ago
  99. 0ece0f9 Fix checks for nul-termination by Manuel Pégourié-Gonnard · 10 years ago
  100. 24083d6 Fix bug in certs.c by Manuel Pégourié-Gonnard · 10 years ago