1. 437f96e Add a macro to define the memory size in ssl_server2.c by Simon Butcher · 7 years ago
  2. 35007df Increase the memory buffer size for ssl_server2.c by Simon Butcher · 7 years ago
  3. 3d5cd4e Remove trailing whitespace by Andrzej Kurek · 7 years ago
  4. 216b40d ssl_server2: add buffer overhead for a termination character by Andrzej Kurek · 7 years ago
  5. 557335e Added buffer_size and response_size options for ssl-server2. by Andrzej Kurek · 7 years ago
  6. 7e84aff Fix Wformat-overflow warning in ssl_mail_client.c by Mohammad Azim Khan · 7 years ago
  7. d5a3ed3 Merge remote-tracking branch 'public/pr/1863' into mbedtls-2.7 by Simon Butcher · 7 years ago
  8. 46a6d5c Fix ssl_client2 to send 0-length app data by Andres Amaya Garcia · 7 years ago
  9. 2b0599b Fix typo in platform macro defines for examples by Andres Amaya Garcia · 7 years ago
  10. ea14fe7 Fix ret code in ssl_mail_client.c by Andres Amaya Garcia · 7 years ago
  11. e4f79e1 Fix ret code in ssl_fork_server.c by Andres Amaya Garcia · 7 years ago
  12. bc1af79 Fix ret code in ssl_client1.c by Andres Amaya Garcia · 7 years ago
  13. bb5e1c3 Fix multiple quality issues in the source by Simon Butcher · 7 years ago
  14. 4fa619f Fix race condition in error printing in ssl_server2.c by Manuel Pégourié-Gonnard · 8 years ago
  15. 68306ed Merge remote-tracking branch 'upstream-public/pr/1094' into development by Gilles Peskine · 8 years ago
  16. 71f68c4 Fix ssl_server2 sample application prompt by Ron Eldor · 8 years ago
  17. e1a94a6 Correct the printf message of the DTLS handshake. by Xinyu Chen · 9 years ago
  18. e4ad3e8 Allow requests of size larger than 16384 in ssl_client2 by Hanno Becker · 8 years ago
  19. 2a47be5 Minor: Fix typos in program comments by Ron Eldor · 8 years ago
  20. 8651a43 Remove %zu format string from ssl_client2 and ssl_server2 by Hanno Becker · 8 years ago
  21. e6706e6 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  22. 682df09 Allow SHA-1 in server tests, when the signature_algorithm extension is not used by Gilles Peskine · 8 years ago
  23. bc70a18 Test that SHA-1 defaults off by Gilles Peskine · 8 years ago
  24. cd3c845 Allow SHA-1 in SSL renegotiation tests by Gilles Peskine · 8 years ago
  25. ef86ab2 Allow SHA-1 in X.509 and TLS tests by Gilles Peskine · 8 years ago
  26. 4817e27 Add the CA list suppression option to ssl_server2 by Janos Follath · 8 years ago
  27. 0b736db Remove use of inttypes.h in MSVC from ssl_server2 by Andres AG · 8 years ago
  28. 2382816 Fix default hostname for verification used in ssl_client1 by Paul Bakker · 9 years ago
  29. cef21e4 Fix examples that failed to compile without PEM by Andres AG · 9 years ago
  30. 692ad84 Add DTLS test to check 6 byte record ctr is cmp by Andres AG · 9 years ago
  31. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  32. cdb3ad0 Remove redundant definitions of exit codes by Simon Butcher · 9 years ago
  33. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
  34. 9fa2e86 Add missing mbedtls_time_t definitions (#493) by -~- redtangent ~-~ · 9 years ago
  35. 582a461 Improves and makes pretty the ssl_fork_server output by Janos Follath · 9 years ago
  36. fe049db Fix issue #429 in ssl_fork_server.c by Janos Follath · 9 years ago
  37. d3138c3 Fixes SSL sample apps for non-default configs by Simon Butcher · 9 years ago
  38. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  39. 90ab4a4 Fix Unix detection in mini_client by Manuel Pégourié-Gonnard · 9 years ago
  40. fadacb9 Merge branch 'development' into iotssl-461-ecjpake-finalization by Manuel Pégourié-Gonnard · 10 years ago
  41. 70905a7 Add ecjpake_pw option to ssl_client2/server2 by Manuel Pégourié-Gonnard · 10 years ago
  42. 22311ae Improve help message of ssl_*2.c by Manuel Pégourié-Gonnard · 10 years ago
  43. 3f09b6d Fix API by Manuel Pégourié-Gonnard · 10 years ago
  44. dbd2307 Add option reconnect_hard to ssl_client2 by Manuel Pégourié-Gonnard · 10 years ago
  45. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  46. ed51594 Merge pull request #265 from ARMmbed/iotssl-460-bugfixes by Simon Butcher · 10 years ago
  47. a2cda6b Add mbedtls_ssl_get_max_frag_len() by Manuel Pégourié-Gonnard · 10 years ago
  48. ea35666 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 10 years ago
  49. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  50. 6755717 Fix stupid typo in ssl_server2.c by Manuel Pégourié-Gonnard · 10 years ago
  51. 046589e Rm obsolete defines for snprintf in programs by Manuel Pégourié-Gonnard · 10 years ago
  52. 9de64f5 Fix MSVC warnings in library and programs by Manuel Pégourié-Gonnard · 10 years ago
  53. 052f288 Cosmetics in debug in ssl_{client,server}2.c by Manuel Pégourié-Gonnard · 10 years ago
  54. abc729e Simplify net_accept() with UDP sockets by Manuel Pégourié-Gonnard · 10 years ago
  55. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
  56. 5db6432 Adapt programs to the new NET API by Manuel Pégourié-Gonnard · 10 years ago
  57. 1c5b9fc Avoid truncating peer cert info in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  58. 216a183 Fix whitespace in CMakeLists.txt by Manuel Pégourié-Gonnard · 10 years ago
  59. 61ee351 Adapt programs to the new debug API by Manuel Pégourié-Gonnard · 10 years ago
  60. c0d7494 Make 'port' a string in NET module by Manuel Pégourié-Gonnard · 10 years ago
  61. 6ea831d Add tests for mbedtls_set_hs_ca_chain() by Manuel Pégourié-Gonnard · 10 years ago
  62. 4d6f178 Add support for SNI CA and authmode in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  63. b31c5f6 Add SSL presets. by Manuel Pégourié-Gonnard · 10 years ago
  64. 9096682 Add dhmlen option in ssl_client2.c by Manuel Pégourié-Gonnard · 10 years ago
  65. bf27eaa Fix help string in ssl_client2.c by Manuel Pégourié-Gonnard · 10 years ago
  66. ba56136 Avoid in-out length in base64 by Manuel Pégourié-Gonnard · 10 years ago
  67. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  68. 56273da Move some includes to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  69. a0adc1b Make cipher used in ssl tickets configurable by Manuel Pégourié-Gonnard · 10 years ago
  70. b596abf Refine cli/srv ifdefs for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  71. d59675d Move to callback for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  72. 53ebe13 Fix copyright lines still mentioning Brainspark by Manuel Pégourié-Gonnard · 10 years ago
  73. 0b104b0 Adapt prototype of net_accept() for explicit size by Manuel Pégourié-Gonnard · 10 years ago
  74. d4f04db net.c now depends on select() unconditionally by Manuel Pégourié-Gonnard · 10 years ago
  75. a63bc94 Remove timing_m_sleep() -> net_usleep() 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. 66dc555 mbedtls_ssl_conf_arc4_support() depends on ARC4_C by Manuel Pégourié-Gonnard · 10 years ago
  78. d2377e7 ssl_client/server2 shouln't depend on timing.c by Manuel Pégourié-Gonnard · 10 years ago
  79. e3c41ad Use the new timer callback API in programs by Manuel Pégourié-Gonnard · 10 years ago
  80. db1cc76 Fix depend issue in program/ssl/ssl_*2.c by Manuel Pégourié-Gonnard · 10 years ago
  81. e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago
  82. 159c82e Fix ssl_set_hostname usage (duplication, ifdef) by Manuel Pégourié-Gonnard · 10 years ago
  83. 55fab2d Fix a few more #ifdef's by Manuel Pégourié-Gonnard · 10 years ago
  84. 30eceb7 Fix warning in ssl_pthread_server by Manuel Pégourié-Gonnard · 10 years ago
  85. fd862b1 Fix typos in mini_client.c by Manuel Pégourié-Gonnard · 10 years ago
  86. 0af00e8 Optimize config usage in concurrent server examples by Manuel Pégourié-Gonnard · 10 years ago
  87. 06939ce Fix order of ssl_conf vs ssl_setup in programs by Manuel Pégourié-Gonnard · 10 years ago
  88. 01e5e8c Change a few ssl_conf return types to void by Manuel Pégourié-Gonnard · 10 years ago
  89. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  90. 17a40cd Change ssl_own_cert to work on ssl_config by Manuel Pégourié-Gonnard · 10 years ago
  91. 1af6c85 Add ssl_set_hs_own_cert() by Manuel Pégourié-Gonnard · 10 years ago
  92. 120fdbd Change ssl_set_psk() to act on ssl_config by Manuel Pégourié-Gonnard · 10 years ago
  93. 4b68296 Use a specific function in the PSK callback by Manuel Pégourié-Gonnard · 10 years ago
  94. 750e4d7 Move ssl_set_rng() to act on config by Manuel Pégourié-Gonnard · 10 years ago
  95. 5cb3308 Merge contexts for session cache by Manuel Pégourié-Gonnard · 10 years ago
  96. ae31914 Rename ssl_legacy_renegotiation() to ssl_set_... by Manuel Pégourié-Gonnard · 10 years ago
  97. 1028b74 Upgrade default DHM params size by Manuel Pégourié-Gonnard · 10 years ago
  98. 8836994 Move WANT_READ/WANT_WRITE codes to SSL by Manuel Pégourié-Gonnard · 10 years ago
  99. 1b511f9 Rename ssl_set_bio_timeout() to set_bio() by Manuel Pégourié-Gonnard · 10 years ago
  100. 97fd52c Split ssl_set_read_timeout() out of bio_timeout() by Manuel Pégourié-Gonnard · 10 years ago