1. d807637 Fix inaccurate comment in sample DTLS server by Ryan LaPointe · 4 years, 5 months ago
  2. a7e586b Actually use the READ_TIMEOUT_MS in the sample DTLS client and server by Ryan LaPointe · 4 years, 5 months ago
  3. 6855d1a Add MBEDTLS_TEST_HOOKS to query_config.c by Chris Jones · 4 years, 6 months ago
  4. ff28df9 cmake: Avoid using target_properties for old cmake by David Brown · 4 years, 9 months ago
  5. f082847 Add an option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  6. f0b469e Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 5 years ago
  7. a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  8. 19735b6 Fix building on NetBSD 9.0 by gufe44 · 5 years ago
  9. a237722 Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  10. 15a7cd1 Merge tag 'mbedtls-2.16.7' into merge-2.16.7-release-to-mbedtls-2.16 by Janos Follath · 5 years ago
  11. c9914ec programs: cmake: Fix relative path warnings by Ronald Cron · 5 years ago
  12. c7f8aec programs: ssl: cmake: Add missing executable by Ronald Cron · 5 years ago
  13. fc253b3 programs: ssl: cmake: Reorder declaration of executables by Ronald Cron · 5 years ago
  14. f69b919 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.7r0 by Janos Follath · 5 years ago
  15. 23983f3 Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  16. f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  17. 8b34fef Merge pull request #2710 from k-stachowiak/unified-exit-in-examples-2.16 by Gilles Peskine · 5 years ago
  18. d135bbd Strict C99: don't use extremely large string literals by Gilles Peskine · 5 years ago
  19. 498e632 Fix possible close_notify/ClientHello confusion by Manuel Pégourié-Gonnard · 5 years ago
  20. 1989218 Move MBEDTLS_CTR_DRBG_USE_128_BIT_KEY to the correct section by Gilles Peskine · 6 years ago
  21. 3b0c430 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
  22. 0b87412 Remove mbedtls_param_failed from programs by Gilles Peskine · 6 years ago
  23. 30346f6 Make it easier to define MBEDTLS_PARAM_FAILED as assert by Gilles Peskine · 6 years ago
  24. 1ce1a51 Document "none" value for ca_path/ca_file in ssl_client2/ssl_server2 by Hanno Becker · 6 years ago
  25. 7ae36e4 ssl_server2: Skip CA setup if `ca_path` or `ca_file` argument "none" by Hanno Becker · 6 years ago
  26. a724206 ssl_client2: Skip CA setup if `ca_path` or `ca_file` argument "none" by Hanno Becker · 6 years ago
  27. c258c44 Correct white spaces in ssl_server2 and ssl_client2 by Hanno Becker · 7 years ago
  28. bb676f7 Adapt ssl_client2 to parse DER encoded test CRTs if PEM is disabled by Hanno Becker · 7 years ago
  29. 38566cc Adapt ssl_server2 to parse DER encoded test CRTs if PEM is disabled by Hanno Becker · 7 years ago
  30. 9cfc9ce Merge remote-tracking branch 'origin/pr/2542' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  31. d6028a1 Improve macro hygiene by Hanno Becker · 7 years ago
  32. 24eec79 Add guards for MBEDTLS_X509_CRL_PARSE_C in sample by Ron Eldor · 6 years ago
  33. 5b9e318 Fix default port number information by irwir · 7 years ago
  34. 2eee0c3 Update query_config.c by Manuel Pégourié-Gonnard · 6 years ago
  35. 9da4674 Suppress visual studio preprocessor warnings on query_config.c by Andres Amaya Garcia · 7 years ago
  36. fe52d2a Update query_config.c with new macros by Andres Amaya Garcia · 7 years ago
  37. 4eb040a Exclude macros from query_config.c generation by Andres Amaya Garcia · 7 years ago
  38. c500ad8 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  39. c46ea38 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  40. cb6b6dc Improve cmake inclusion of query_config.c when building apps by Andres Amaya Garcia · 7 years ago
  41. 5547a40 Improve comments in query_config.fmt by Andres Amaya Garcia · 7 years ago
  42. d2689e3 Fix GCC 0-length printf format string error by Andres Amaya Garcia · 7 years ago
  43. b6ff184 Ensure query_config.c includes stdio only when needed by Andres AG · 7 years ago
  44. aaa6007 Update programs/ssl/CMakeLists.txt with query_config.c dep by Andres Amaya Garcia · 7 years ago
  45. 55a6c36 query_config.c: remove duplicated inc of platform.h by Andres Amaya Garcia · 7 years ago
  46. bfa3e09 Query config through ssl_server2 and ssl_client2 cmdline by Andres Amaya Garcia · 7 years ago
  47. f01f308 Merge remote-tracking branch 'origin/pr/2137' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  48. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  49. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  50. b4e5451 Merge remote-tracking branch 'public/pr/2070' into development-proposed by Simon Butcher · 7 years ago
  51. ddc9e26 Merge remote-tracking branch 'public/pr/1627' into development by Simon Butcher · 7 years ago
  52. 5ddc063 Correct typo by Hanno Becker · 7 years ago
  53. d0d01c5 Document `psk_list` parameter of ssl_server2 example program by Hanno Becker · 7 years ago
  54. 25781f9 Fix missing check in example client by Manuel Pégourié-Gonnard · 7 years ago
  55. 6346a75 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  56. 095d9cf Fix ordering of free()ing of internal structures in ssl_server2 by Hanno Becker · 7 years ago
  57. 0592ea7 Merge remote-tracking branch 'public/pr/1140' into development by Simon Butcher · 7 years ago
  58. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  59. 14dac09 Merge remote-tracking branch 'public/pr/1918' into development by Simon Butcher · 7 years ago
  60. 1846e40 Merge remote-tracking branch 'public/pr/1939' into development by Simon Butcher · 7 years ago
  61. 1841b0a Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing() by Hanno Becker · 7 years ago
  62. f61ff4e ssl_server2: Remove redundant new line by Hanno Becker · 7 years ago
  63. 6aeaa05 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 7 years ago
  64. 6e7aaca Move MTU setting to SSL context, not config by Manuel Pégourié-Gonnard · 7 years ago
  65. 4d61591 Add cmd line option to ssl_client2 for datagram packing by Hanno Becker · 7 years ago
  66. e7675d0 Add cmd line option to ssl_server2 for datagram packing by Hanno Becker · 7 years ago
  67. b747c6c Add basic first tests for MTU setting by Manuel Pégourié-Gonnard · 7 years ago
  68. 9ebdcff Fix Wformat-overflow warning in ssl_mail_client.c by Mohammad Azim Khan · 7 years ago
  69. 2c92949 Merge remote-tracking branch 'public/pr/1198' into development by Simon Butcher · 7 years ago
  70. 116ac43 Merge remote-tracking branch 'public/pr/1852' into development by Simon Butcher · 7 years ago
  71. cce68be Add a macro to define the memory size in ssl_server2.c by Simon Butcher · 7 years ago
  72. ccbd464 Increase the memory buffer size for ssl_server2.c by Simon Butcher · 7 years ago
  73. ce6fbac Fix ssl_client2 to send 0-length app data by Andres Amaya Garcia · 7 years ago
  74. fad5470 Merge remote-tracking branch 'public/pr/532' into development by Simon Butcher · 7 years ago
  75. 61fa436 Address review comments - tidy usage of macros to use minimal values by Nicholas Wilson · 7 years ago
  76. 755890f Remove trailing whitespace by Andrzej Kurek · 7 years ago
  77. 2682edf Fix build using -std=c99 by Nicholas Wilson · 8 years ago
  78. da4029d ssl_server2: add buffer overhead for a termination character by Andrzej Kurek · 7 years ago
  79. 30e731d Added buffer_size and response_size options for ssl-server2. by Andrzej Kurek · 8 years ago
  80. 79d9b50 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  81. 688a456 Merge remote-tracking branch 'public/pr/1734' into development by Simon Butcher · 7 years ago
  82. 5f57f1e Merge remote-tracking branch 'public/pr/1270' into development by Simon Butcher · 7 years ago
  83. d5d983e ssl_server2: handle mbedtls_x509_dn_gets failure by Gilles Peskine · 7 years ago
  84. 7d42965 Fix typo in platform macro defines for examples by Andres Amaya Garcia · 7 years ago
  85. 67a42ac Fix ret code in ssl_mail_client.c by Andres Amaya Garcia · 7 years ago
  86. 4be53b5 Fix ret code in ssl_fork_server.c by Andres Amaya Garcia · 7 years ago
  87. 5517202 Fix ret code in ssl_client1.c by Andres Amaya Garcia · 7 years ago
  88. 4481744 Fix memory leak in ssl_server2 with SNI + async callback by Gilles Peskine · 7 years ago
  89. e247989 SNI + SSL async callback: make all keys async by Gilles Peskine · 7 years ago
  90. 2636fad ssl_async_resume: free the operation context on error by Gilles Peskine · 7 years ago
  91. f5a9996 ssl_server2: get op_name from context in ssl_async_resume as well by Gilles Peskine · 7 years ago
  92. 3dae1cf Async callback: use mbedtls_pk_check_pair to compare keys by Gilles Peskine · 7 years ago
  93. a668c60 Rename mbedtls_ssl_async_{get,set}_data for clarity by Gilles Peskine · 7 years ago
  94. 166ce74 SSL async callback: cert is not always from mbedtls_ssl_conf_own_cert by Gilles Peskine · 7 years ago
  95. d6fbfde ssl_async_set_key: detect if ctx->slots overflows by Gilles Peskine · 7 years ago
  96. 4d9ec4d Fix uninitialized variable in ssl_server2 by Gilles Peskine · 7 years ago
  97. 6331d78 Don't use the printf format %zd by Gilles Peskine · 7 years ago
  98. 3f3ada8 Fix memory leak in ssl_server2 with SNI + async callback by Gilles Peskine · 7 years ago
  99. 157f6d8 SNI + SSL async callback: make all keys async by Gilles Peskine · 7 years ago
  100. 558da9c Make SSL error code more generic by Manuel Pégourié-Gonnard · 7 years ago