1. ad95594 Merge remote-tracking branch 'public/pr/2116' into mbedtls-2.1-proposed by Simon Butcher · 7 years ago
  2. 7458975 Add a macro to define the memory size in ssl_server2.c by Simon Butcher · 7 years ago
  3. e8c12f1 Increase the memory buffer size for ssl_server2.c by Simon Butcher · 7 years ago
  4. 7c2f2f3 Fix ordering of free()ing of internal structures in ssl_server2 by Hanno Becker · 7 years ago
  5. 9b89e36 Remove trailing whitespace by Andrzej Kurek · 7 years ago
  6. 85e411f ssl_server2: add buffer overhead for a termination character by Andrzej Kurek · 7 years ago
  7. f4f59c0 Added buffer_size and response_size options for ssl-server2. by Andrzej Kurek · 7 years ago
  8. e56c77e Fix race condition in error printing in ssl_server2.c by Manuel Pégourié-Gonnard · 8 years ago
  9. bd25784 Fix ssl_server2 sample application prompt by Ron Eldor · 8 years ago
  10. a905bdc Minor: Fix typo in program comments by Ron Eldor · 8 years ago
  11. 46a1629 Remove %zu format string from ssl_client2 and ssl_server2 by Hanno Becker · 8 years ago
  12. 61c0c70 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  13. db56aca Allow SHA-1 in server tests, when the signature_algorithm extension is not used by Gilles Peskine · 8 years ago
  14. ae76599 Test that SHA-1 defaults off by Gilles Peskine · 8 years ago
  15. dd57d75 Allow SHA-1 in X.509 and TLS tests by Gilles Peskine · 8 years ago
  16. 0ac1392 Remove use of inttypes.h in MSVC from ssl_server2 by Andres AG · 8 years ago
  17. 9b1927b Add DTLS test to check 6 byte record ctr is cmp by Andres AG · 9 years ago
  18. 22311ae Improve help message of ssl_*2.c by Manuel Pégourié-Gonnard · 10 years ago
  19. 3f09b6d Fix API by Manuel Pégourié-Gonnard · 10 years ago
  20. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  21. ed51594 Merge pull request #265 from ARMmbed/iotssl-460-bugfixes by Simon Butcher · 10 years ago
  22. a2cda6b Add mbedtls_ssl_get_max_frag_len() by Manuel Pégourié-Gonnard · 10 years ago
  23. ea35666 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 10 years ago
  24. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  25. 6755717 Fix stupid typo in ssl_server2.c by Manuel Pégourié-Gonnard · 10 years ago
  26. 9de64f5 Fix MSVC warnings in library and programs by Manuel Pégourié-Gonnard · 10 years ago
  27. 052f288 Cosmetics in debug in ssl_{client,server}2.c by Manuel Pégourié-Gonnard · 10 years ago
  28. abc729e Simplify net_accept() with UDP sockets by Manuel Pégourié-Gonnard · 10 years ago
  29. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
  30. 5db6432 Adapt programs to the new NET API by Manuel Pégourié-Gonnard · 10 years ago
  31. 1c5b9fc Avoid truncating peer cert info in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  32. 61ee351 Adapt programs to the new debug API by Manuel Pégourié-Gonnard · 10 years ago
  33. c0d7494 Make 'port' a string in NET module by Manuel Pégourié-Gonnard · 10 years ago
  34. 6ea831d Add tests for mbedtls_set_hs_ca_chain() by Manuel Pégourié-Gonnard · 10 years ago
  35. 4d6f178 Add support for SNI CA and authmode in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  36. b31c5f6 Add SSL presets. by Manuel Pégourié-Gonnard · 10 years ago
  37. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  38. 56273da Move some includes to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  39. a0adc1b Make cipher used in ssl tickets configurable by Manuel Pégourié-Gonnard · 10 years ago
  40. d59675d Move to callback for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  41. 0b104b0 Adapt prototype of net_accept() for explicit size by Manuel Pégourié-Gonnard · 10 years ago
  42. d4f04db net.c now depends on select() unconditionally by Manuel Pégourié-Gonnard · 10 years ago
  43. 151dc77 Fix some old names that remained by Manuel Pégourié-Gonnard · 10 years ago
  44. 66dc555 mbedtls_ssl_conf_arc4_support() depends on ARC4_C by Manuel Pégourié-Gonnard · 10 years ago
  45. d2377e7 ssl_client/server2 shouln't depend on timing.c by Manuel Pégourié-Gonnard · 10 years ago
  46. e3c41ad Use the new timer callback API in programs by Manuel Pégourié-Gonnard · 10 years ago
  47. db1cc76 Fix depend issue in program/ssl/ssl_*2.c by Manuel Pégourié-Gonnard · 10 years ago
  48. e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago
  49. 06939ce Fix order of ssl_conf vs ssl_setup in programs by Manuel Pégourié-Gonnard · 10 years ago
  50. 01e5e8c Change a few ssl_conf return types to void by Manuel Pégourié-Gonnard · 10 years ago
  51. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  52. 17a40cd Change ssl_own_cert to work on ssl_config by Manuel Pégourié-Gonnard · 10 years ago
  53. 1af6c85 Add ssl_set_hs_own_cert() by Manuel Pégourié-Gonnard · 10 years ago
  54. 120fdbd Change ssl_set_psk() to act on ssl_config by Manuel Pégourié-Gonnard · 10 years ago
  55. 4b68296 Use a specific function in the PSK callback by Manuel Pégourié-Gonnard · 10 years ago
  56. 750e4d7 Move ssl_set_rng() to act on config by Manuel Pégourié-Gonnard · 10 years ago
  57. 5cb3308 Merge contexts for session cache by Manuel Pégourié-Gonnard · 10 years ago
  58. ae31914 Rename ssl_legacy_renegotiation() to ssl_set_... by Manuel Pégourié-Gonnard · 10 years ago
  59. 1028b74 Upgrade default DHM params size by Manuel Pégourié-Gonnard · 10 years ago
  60. 8836994 Move WANT_READ/WANT_WRITE codes to SSL by Manuel Pégourié-Gonnard · 10 years ago
  61. 1b511f9 Rename ssl_set_bio_timeout() to set_bio() by Manuel Pégourié-Gonnard · 10 years ago
  62. 97fd52c Split ssl_set_read_timeout() out of bio_timeout() by Manuel Pégourié-Gonnard · 10 years ago
  63. bc2b771 Move ssl_set_ca_chain() to work on config by Manuel Pégourié-Gonnard · 10 years ago
  64. 2b49445 Move session ticket keys to conf by Manuel Pégourié-Gonnard · 10 years ago
  65. 6bf89d6 Move ssl_set_max_fragment_len to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  66. d36e33f Move easy ssl_set_xxx() functions to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  67. 419d5ae Make endpoint+transport args of config_defaults() by Manuel Pégourié-Gonnard · 10 years ago
  68. def0bbe Allocate ssl_config out of ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  69. ee6139c Fix doc issue in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  70. 41d479e Split ssl_init() -> ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  71. ec160c0 Update ctr_drbg_init() usage in programs by Manuel Pégourié-Gonnard · 10 years ago
  72. 89addc4 manually merge 0c6ce2f use x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  73. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  74. 6c7af4c Fix a few internal name choices by Manuel Pégourié-Gonnard · 10 years ago
  75. 8c8be1e Change default min TLS version to TLS 1.0 by Manuel Pégourié-Gonnard · 10 years ago
  76. fa44f20 Change authmode default to Required on client by Manuel Pégourié-Gonnard · 10 years ago
  77. 2f16506 Start introducing test_cas NULL-terminated list by Manuel Pégourié-Gonnard · 10 years ago
  78. 75f9010 Add len constants to certs.c by Manuel Pégourié-Gonnard · 10 years ago
  79. d42b7c8 Adapt programs to new RC4 default by Manuel Pégourié-Gonnard · 10 years ago
  80. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  81. 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  82. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  83. cd4cd1d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  84. b199095 Finish fixing memleak in ssl_server2 arg parsing by Manuel Pégourié-Gonnard · 10 years ago
  85. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  86. 5c078e1 Fix memory leak on bad arguments in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  87. 013bffe Style: add spaces before line continuation by Manuel Pégourié-Gonnard · 10 years ago
  88. 85b05ec Cleanup programs further by Rich Evans · 10 years ago
  89. 18b78c7 cleanup programs by Rich Evans · 10 years ago
  90. f224678 Fix remaining printfs in programs by Manuel Pégourié-Gonnard · 10 years ago
  91. b8a923d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  92. 7e81e70 Fix left out printf's by Manuel Pégourié-Gonnard · 10 years ago
  93. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  94. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  95. f90016a Use platform layer in programs for consistency. by Rich Evans · 11 years ago
  96. d43ccb6 Quit using deprecated header. by Manuel Pégourié-Gonnard · 11 years ago
  97. df6411d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  98. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  99. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  100. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago