1. 415620c Merge remote-tracking branch 'origin/pr/2105' into development by Jaeden Amero · 6 years ago
  2. 54efcb7 Update query config with VSNPRINTF macro by Andres Amaya Garcia · 6 years ago
  3. e7856bf Suppress visual studio preprocessor warnings on query_config.c by Andres Amaya Garcia · 7 years ago
  4. 8645f73 Update query_config.c with new macros by Andres Amaya Garcia · 7 years ago
  5. ef672f0 Exclude macros from query_config.c generation by Andres Amaya Garcia · 7 years ago
  6. 27b3372 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  7. 5bc6e92 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  8. cb9c015 Improve cmake inclusion of query_config.c when building apps by Andres Amaya Garcia · 7 years ago
  9. c28da7e Improve comments in query_config.fmt by Andres Amaya Garcia · 7 years ago
  10. 5aca555 Fix GCC 0-length printf format string error by Andres Amaya Garcia · 7 years ago
  11. 4581486 Ensure query_config.c includes stdio only when needed by Andres AG · 7 years ago
  12. bb92364 Update programs/ssl/CMakeLists.txt with query_config.c dep by Andres Amaya Garcia · 7 years ago
  13. 3b2f9d3 query_config.c: remove duplicated inc of platform.h by Andres Amaya Garcia · 7 years ago
  14. bc81884 Query config through ssl_server2 and ssl_client2 cmdline by Andres Amaya Garcia · 7 years ago
  15. b274f27 Documentation fixes by Andrzej Kurek · 6 years ago
  16. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  17. 6f4a8ef Merge remote-tracking branch 'origin/pr/2137' into development by Jaeden Amero · 7 years ago
  18. 32809e8 PSA: Adapt ssl_server2 to modified key allocation API by Hanno Becker · 7 years ago
  19. 9bd8842 PSA: Adapt ssl_server2 to hew key policy initialization API by Hanno Becker · 7 years ago
  20. 1387124 PSA: Adapt ssl_client2 to new key policy initialization API by Hanno Becker · 7 years ago
  21. 37519ea PSA: Adapt ssl_client2 to modified key slot allocation API by Hanno Becker · 7 years ago
  22. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  23. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  24. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  25. 4855299 Merge branch 'opaque_psk_implementation' into development-psa-proposed by Hanno Becker · 7 years ago
  26. cfdf8f4 Implement key_opaque option to ssl_client2 by Manuel Pégourié-Gonnard · 7 years ago
  27. ef68be4 Add option key_opaque to ssl_client2 (skeleton) by Manuel Pégourié-Gonnard · 7 years ago
  28. c44e0a4 Initialize PSA key slot as invalid in ssl_client2.c by Hanno Becker · 7 years ago
  29. 1d911cd Automatically allocate opaque PSK key slots in ssl_{client/server}2 by Hanno Becker · 7 years ago
  30. c43b6ea Destroy PSA-based temporary opaque PSKs at the end of ssl_server2 by Hanno Becker · 7 years ago
  31. 3f24ea9 Destroy PSA-based temporary opaque PSK key at the end of ssl_client2 by Hanno Becker · 7 years ago
  32. 5cd607b Remove overly long line in ssl_client2.c by Hanno Becker · 7 years ago
  33. b64ba5f Add support for opaque PSKs to ssl_server2 example application by Hanno Becker · 7 years ago
  34. e86964c Add support for opaque PSKs in ssl_client2 example program by Hanno Becker · 7 years ago
  35. 5a9942e Initialize PSA Crypto implementation in ssl_server2 by Hanno Becker · 7 years ago
  36. b2b468b Initialize PSA Crypto implementation in ssl_client2.c by Hanno Becker · 7 years ago
  37. b4e5451 Merge remote-tracking branch 'public/pr/2070' into development-proposed by Simon Butcher · 7 years ago
  38. ddc9e26 Merge remote-tracking branch 'public/pr/1627' into development by Simon Butcher · 7 years ago
  39. 5ddc063 Correct typo by Hanno Becker · 7 years ago
  40. d0d01c5 Document `psk_list` parameter of ssl_server2 example program by Hanno Becker · 7 years ago
  41. 25781f9 Fix missing check in example client by Manuel Pégourié-Gonnard · 7 years ago
  42. 6346a75 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  43. 095d9cf Fix ordering of free()ing of internal structures in ssl_server2 by Hanno Becker · 7 years ago
  44. 0592ea7 Merge remote-tracking branch 'public/pr/1140' into development by Simon Butcher · 7 years ago
  45. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  46. 14dac09 Merge remote-tracking branch 'public/pr/1918' into development by Simon Butcher · 7 years ago
  47. 1846e40 Merge remote-tracking branch 'public/pr/1939' into development by Simon Butcher · 7 years ago
  48. 1841b0a Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing() by Hanno Becker · 7 years ago
  49. f61ff4e ssl_server2: Remove redundant new line by Hanno Becker · 7 years ago
  50. 6aeaa05 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 7 years ago
  51. 6e7aaca Move MTU setting to SSL context, not config by Manuel Pégourié-Gonnard · 7 years ago
  52. 4d61591 Add cmd line option to ssl_client2 for datagram packing by Hanno Becker · 7 years ago
  53. e7675d0 Add cmd line option to ssl_server2 for datagram packing by Hanno Becker · 7 years ago
  54. b747c6c Add basic first tests for MTU setting by Manuel Pégourié-Gonnard · 7 years ago
  55. 9ebdcff Fix Wformat-overflow warning in ssl_mail_client.c by Mohammad Azim Khan · 7 years ago
  56. 2c92949 Merge remote-tracking branch 'public/pr/1198' into development by Simon Butcher · 7 years ago
  57. 116ac43 Merge remote-tracking branch 'public/pr/1852' into development by Simon Butcher · 7 years ago
  58. cce68be Add a macro to define the memory size in ssl_server2.c by Simon Butcher · 7 years ago
  59. ccbd464 Increase the memory buffer size for ssl_server2.c by Simon Butcher · 7 years ago
  60. ce6fbac Fix ssl_client2 to send 0-length app data by Andres Amaya Garcia · 7 years ago
  61. fad5470 Merge remote-tracking branch 'public/pr/532' into development by Simon Butcher · 7 years ago
  62. 61fa436 Address review comments - tidy usage of macros to use minimal values by Nicholas Wilson · 7 years ago
  63. 755890f Remove trailing whitespace by Andrzej Kurek · 7 years ago
  64. 2682edf Fix build using -std=c99 by Nicholas Wilson · 8 years ago
  65. da4029d ssl_server2: add buffer overhead for a termination character by Andrzej Kurek · 7 years ago
  66. 30e731d Added buffer_size and response_size options for ssl-server2. by Andrzej Kurek · 8 years ago
  67. 79d9b50 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  68. 688a456 Merge remote-tracking branch 'public/pr/1734' into development by Simon Butcher · 7 years ago
  69. 5f57f1e Merge remote-tracking branch 'public/pr/1270' into development by Simon Butcher · 7 years ago
  70. d5d983e ssl_server2: handle mbedtls_x509_dn_gets failure by Gilles Peskine · 7 years ago
  71. 7d42965 Fix typo in platform macro defines for examples by Andres Amaya Garcia · 7 years ago
  72. 67a42ac Fix ret code in ssl_mail_client.c by Andres Amaya Garcia · 7 years ago
  73. 4be53b5 Fix ret code in ssl_fork_server.c by Andres Amaya Garcia · 7 years ago
  74. 5517202 Fix ret code in ssl_client1.c by Andres Amaya Garcia · 7 years ago
  75. 4481744 Fix memory leak in ssl_server2 with SNI + async callback by Gilles Peskine · 7 years ago
  76. e247989 SNI + SSL async callback: make all keys async by Gilles Peskine · 7 years ago
  77. 2636fad ssl_async_resume: free the operation context on error by Gilles Peskine · 7 years ago
  78. f5a9996 ssl_server2: get op_name from context in ssl_async_resume as well by Gilles Peskine · 7 years ago
  79. 3dae1cf Async callback: use mbedtls_pk_check_pair to compare keys by Gilles Peskine · 7 years ago
  80. a668c60 Rename mbedtls_ssl_async_{get,set}_data for clarity by Gilles Peskine · 7 years ago
  81. 166ce74 SSL async callback: cert is not always from mbedtls_ssl_conf_own_cert by Gilles Peskine · 7 years ago
  82. d6fbfde ssl_async_set_key: detect if ctx->slots overflows by Gilles Peskine · 7 years ago
  83. 4d9ec4d Fix uninitialized variable in ssl_server2 by Gilles Peskine · 7 years ago
  84. 6331d78 Don't use the printf format %zd by Gilles Peskine · 7 years ago
  85. 3f3ada8 Fix memory leak in ssl_server2 with SNI + async callback by Gilles Peskine · 7 years ago
  86. 157f6d8 SNI + SSL async callback: make all keys async by Gilles Peskine · 7 years ago
  87. 558da9c Make SSL error code more generic by Manuel Pégourié-Gonnard · 7 years ago
  88. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  89. 3cde2fc ssl_async_resume: free the operation context on error by Gilles Peskine · 7 years ago
  90. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  91. 6fd96ad Change the default IP addresses for DTLS samples by Simon Butcher · 7 years ago
  92. 276b9a6 ssl_server2: get op_name from context in ssl_async_resume as well by Gilles Peskine · 7 years ago
  93. 26d01bc Async callback: use mbedtls_pk_check_pair to compare keys by Gilles Peskine · 7 years ago
  94. 1febfef Rename mbedtls_ssl_async_{get,set}_data for clarity by Gilles Peskine · 7 years ago
  95. 807d74a SSL async callback: cert is not always from mbedtls_ssl_conf_own_cert by Gilles Peskine · 7 years ago
  96. 0b53e24 ssl_async_set_key: detect if ctx->slots overflows by Gilles Peskine · 7 years ago
  97. 9de55fa Fix uninitialized variable in ssl_server2 by Gilles Peskine · 7 years ago
  98. 5bea9f6 Don't use the printf format %zd by Gilles Peskine · 7 years ago
  99. 8f97af7 Don't pass the async config data to async callbacks by Gilles Peskine · 7 years ago
  100. a36ac4f New wrapper mbedtls_status_is_ssl_in_progress(ret) by Gilles Peskine · 7 years ago