1. 087bb4c Merge pull request #2705 from k-stachowiak/unified-exit-in-examples-2.7 by Gilles Peskine · 5 years ago
  2. a086522 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
  3. 63d92c6 Strict C99: don't use extremely large string literals by Gilles Peskine · 5 years ago
  4. 5e261e9 Fix possible close_notify/ClientHello confusion by Manuel Pégourié-Gonnard · 5 years ago
  5. 37e7db2 ssl_client2: Fail gracefully if no PEM-encoded CRTs are available by Hanno Becker · 6 years ago
  6. f74f5ce ssl_client2: Skip CA setup if `ca_path` or `ca_file` argument "none" by Hanno Becker · 6 years ago
  7. 46a6d5c Fix ssl_client2 to send 0-length app data by Andres Amaya Garcia · 7 years ago
  8. e4ad3e8 Allow requests of size larger than 16384 in ssl_client2 by Hanno Becker · 8 years ago
  9. 8651a43 Remove %zu format string from ssl_client2 and ssl_server2 by Hanno Becker · 8 years ago
  10. e6706e6 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  11. bc70a18 Test that SHA-1 defaults off by Gilles Peskine · 8 years ago
  12. cd3c845 Allow SHA-1 in SSL renegotiation tests by Gilles Peskine · 8 years ago
  13. ef86ab2 Allow SHA-1 in X.509 and TLS tests by Gilles Peskine · 8 years ago
  14. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  15. d3138c3 Fixes SSL sample apps for non-default configs by Simon Butcher · 9 years ago
  16. fadacb9 Merge branch 'development' into iotssl-461-ecjpake-finalization by Manuel Pégourié-Gonnard · 10 years ago
  17. 70905a7 Add ecjpake_pw option to ssl_client2/server2 by Manuel Pégourié-Gonnard · 10 years ago
  18. 22311ae Improve help message of ssl_*2.c by Manuel Pégourié-Gonnard · 10 years ago
  19. dbd2307 Add option reconnect_hard to ssl_client2 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. a2cda6b Add mbedtls_ssl_get_max_frag_len() by Manuel Pégourié-Gonnard · 10 years ago
  22. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  23. 046589e Rm obsolete defines for snprintf in programs by Manuel Pégourié-Gonnard · 10 years ago
  24. 9de64f5 Fix MSVC warnings in library and programs by Manuel Pégourié-Gonnard · 10 years ago
  25. 052f288 Cosmetics in debug in ssl_{client,server}2.c by Manuel Pégourié-Gonnard · 10 years ago
  26. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
  27. 5db6432 Adapt programs to the new NET API by Manuel Pégourié-Gonnard · 10 years ago
  28. 61ee351 Adapt programs to the new debug API by Manuel Pégourié-Gonnard · 10 years ago
  29. c0d7494 Make 'port' a string in NET module by Manuel Pégourié-Gonnard · 10 years ago
  30. b31c5f6 Add SSL presets. by Manuel Pégourié-Gonnard · 10 years ago
  31. 9096682 Add dhmlen option in ssl_client2.c by Manuel Pégourié-Gonnard · 10 years ago
  32. bf27eaa Fix help string in ssl_client2.c by Manuel Pégourié-Gonnard · 10 years ago
  33. b596abf Refine cli/srv ifdefs for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  34. d4f04db net.c now depends on select() unconditionally by Manuel Pégourié-Gonnard · 10 years ago
  35. a63bc94 Remove timing_m_sleep() -> net_usleep() by Manuel Pégourié-Gonnard · 10 years ago
  36. 66dc555 mbedtls_ssl_conf_arc4_support() depends on ARC4_C by Manuel Pégourié-Gonnard · 10 years ago
  37. d2377e7 ssl_client/server2 shouln't depend on timing.c by Manuel Pégourié-Gonnard · 10 years ago
  38. e3c41ad Use the new timer callback API in programs by Manuel Pégourié-Gonnard · 10 years ago
  39. db1cc76 Fix depend issue in program/ssl/ssl_*2.c by Manuel Pégourié-Gonnard · 10 years ago
  40. e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago
  41. 159c82e Fix ssl_set_hostname usage (duplication, ifdef) by Manuel Pégourié-Gonnard · 10 years ago
  42. 06939ce Fix order of ssl_conf vs ssl_setup in programs by Manuel Pégourié-Gonnard · 10 years ago
  43. 01e5e8c Change a few ssl_conf return types to void by Manuel Pégourié-Gonnard · 10 years ago
  44. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  45. 17a40cd Change ssl_own_cert to work on ssl_config by Manuel Pégourié-Gonnard · 10 years ago
  46. 120fdbd Change ssl_set_psk() to act on ssl_config by Manuel Pégourié-Gonnard · 10 years ago
  47. 750e4d7 Move ssl_set_rng() to act on config by Manuel Pégourié-Gonnard · 10 years ago
  48. ae31914 Rename ssl_legacy_renegotiation() to ssl_set_... by Manuel Pégourié-Gonnard · 10 years ago
  49. 8836994 Move WANT_READ/WANT_WRITE codes to SSL by Manuel Pégourié-Gonnard · 10 years ago
  50. 1b511f9 Rename ssl_set_bio_timeout() to set_bio() by Manuel Pégourié-Gonnard · 10 years ago
  51. 97fd52c Split ssl_set_read_timeout() out of bio_timeout() by Manuel Pégourié-Gonnard · 10 years ago
  52. bc2b771 Move ssl_set_ca_chain() to work on config by Manuel Pégourié-Gonnard · 10 years ago
  53. 2b49445 Move session ticket keys to conf by Manuel Pégourié-Gonnard · 10 years ago
  54. 684b059 Move ssl_set_fallback() to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  55. 6bf89d6 Move ssl_set_max_fragment_len to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  56. 17eab2b Move set_cbc_record_splitting() to conf by Manuel Pégourié-Gonnard · 10 years ago
  57. d36e33f Move easy ssl_set_xxx() functions to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  58. 419d5ae Make endpoint+transport args of config_defaults() by Manuel Pégourié-Gonnard · 10 years ago
  59. def0bbe Allocate ssl_config out of ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  60. 41d479e Split ssl_init() -> ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  61. ec160c0 Update ctr_drbg_init() usage in programs by Manuel Pégourié-Gonnard · 10 years ago
  62. 89addc4 manually merge 0c6ce2f use x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  63. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  64. 8c8be1e Change default min TLS version to TLS 1.0 by Manuel Pégourié-Gonnard · 10 years ago
  65. fa44f20 Change authmode default to Required on client by Manuel Pégourié-Gonnard · 10 years ago
  66. 2f16506 Start introducing test_cas NULL-terminated list by Manuel Pégourié-Gonnard · 10 years ago
  67. 75f9010 Add len constants to certs.c by Manuel Pégourié-Gonnard · 10 years ago
  68. d42b7c8 Adapt programs to new RC4 default by Manuel Pégourié-Gonnard · 10 years ago
  69. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  70. 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  71. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  72. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  73. b92965b modify programs/*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  74. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  75. 013bffe Style: add spaces before line continuation by Manuel Pégourié-Gonnard · 10 years ago
  76. 783d9d1 modify programs/*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  77. 85b05ec Cleanup programs further by Rich Evans · 10 years ago
  78. 18b78c7 cleanup programs by Rich Evans · 10 years ago
  79. f224678 Fix remaining printfs in programs by Manuel Pégourié-Gonnard · 11 years ago
  80. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  81. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  82. 478fac4 Fix usage string of ssl_client2 by Manuel Pégourié-Gonnard · 11 years ago
  83. 7c9e75a Remove a few useless #defines by Manuel Pégourié-Gonnard · 11 years ago
  84. f90016a Use platform layer in programs for consistency. by Rich Evans · 11 years ago
  85. df6411d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  86. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  87. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  88. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  89. eab72e2 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  90. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  91. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  92. 3a173f4 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  93. 34377b1 Fix send_close_notify usage. by Manuel Pégourié-Gonnard · 11 years ago
  94. 23eb74d Fix issues with new defaults by Manuel Pégourié-Gonnard · 11 years ago
  95. 67505bf Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  96. bfccdd3 Merge commit '36adc36' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  97. 8fbb01e Merge commit 'b2eaac1' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  98. 0af1ba3 Merge commit 'f6080b8' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  99. f9c8a60 Merge commit '8b9bcec' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  100. 5b8f7ea Merge new security defaults for programs (RC4 disabled, SSL3 disabled) by Paul Bakker · 11 years ago