1. bfa3e09 Query config through ssl_server2 and ssl_client2 cmdline by Andres Amaya Garcia · 7 years ago
  2. f01f308 Merge remote-tracking branch 'origin/pr/2137' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  3. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  4. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  5. 5ddc063 Correct typo by Hanno Becker · 7 years ago
  6. d0d01c5 Document `psk_list` parameter of ssl_server2 example program by Hanno Becker · 7 years ago
  7. 095d9cf Fix ordering of free()ing of internal structures in ssl_server2 by Hanno Becker · 7 years ago
  8. 0592ea7 Merge remote-tracking branch 'public/pr/1140' into development by Simon Butcher · 7 years ago
  9. 1841b0a Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing() by Hanno Becker · 7 years ago
  10. f61ff4e ssl_server2: Remove redundant new line by Hanno Becker · 7 years ago
  11. 6aeaa05 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 7 years ago
  12. 6e7aaca Move MTU setting to SSL context, not config by Manuel Pégourié-Gonnard · 7 years ago
  13. e7675d0 Add cmd line option to ssl_server2 for datagram packing by Hanno Becker · 7 years ago
  14. b747c6c Add basic first tests for MTU setting by Manuel Pégourié-Gonnard · 7 years ago
  15. cce68be Add a macro to define the memory size in ssl_server2.c by Simon Butcher · 7 years ago
  16. ccbd464 Increase the memory buffer size for ssl_server2.c by Simon Butcher · 7 years ago
  17. 755890f Remove trailing whitespace by Andrzej Kurek · 7 years ago
  18. da4029d ssl_server2: add buffer overhead for a termination character by Andrzej Kurek · 7 years ago
  19. 30e731d Added buffer_size and response_size options for ssl-server2. by Andrzej Kurek · 8 years ago
  20. d5d983e ssl_server2: handle mbedtls_x509_dn_gets failure by Gilles Peskine · 7 years ago
  21. 4481744 Fix memory leak in ssl_server2 with SNI + async callback by Gilles Peskine · 7 years ago
  22. e247989 SNI + SSL async callback: make all keys async by Gilles Peskine · 7 years ago
  23. 2636fad ssl_async_resume: free the operation context on error by Gilles Peskine · 7 years ago
  24. f5a9996 ssl_server2: get op_name from context in ssl_async_resume as well by Gilles Peskine · 7 years ago
  25. 3dae1cf Async callback: use mbedtls_pk_check_pair to compare keys by Gilles Peskine · 7 years ago
  26. a668c60 Rename mbedtls_ssl_async_{get,set}_data for clarity by Gilles Peskine · 7 years ago
  27. 166ce74 SSL async callback: cert is not always from mbedtls_ssl_conf_own_cert by Gilles Peskine · 7 years ago
  28. d6fbfde ssl_async_set_key: detect if ctx->slots overflows by Gilles Peskine · 7 years ago
  29. 4d9ec4d Fix uninitialized variable in ssl_server2 by Gilles Peskine · 7 years ago
  30. 6331d78 Don't use the printf format %zd by Gilles Peskine · 7 years ago
  31. 8f97af7 Don't pass the async config data to async callbacks by Gilles Peskine · 7 years ago
  32. a36ac4f New wrapper mbedtls_status_is_ssl_in_progress(ret) by Gilles Peskine · 7 years ago
  33. c912572 ssl_server2: merge redundant async_private_error=resume/pk by Gilles Peskine · 7 years ago
  34. d326883 Document what the SSL async sign callback needs to do with RSA by Gilles Peskine · 7 years ago
  35. ceb541b ssl_server2: rename delay in ssl_async_operation_context_t by Gilles Peskine · 7 years ago
  36. ad28bf0 Documentation improvements by Gilles Peskine · 7 years ago
  37. df13d5c Pass the SSL context to async callbacks by Gilles Peskine · 7 years ago
  38. b74a1c7 Rename MBEDTLS_SSL_ASYNC_PRIVATE_C to MBEDTLS_SSL_ASYNC_PRIVATE by Gilles Peskine · 7 years ago
  39. f112725 Style and grammar fixes by Gilles Peskine · 7 years ago
  40. 12ab5d4 Don't shadow the variable p by Gilles Peskine · 7 years ago
  41. b44692f Merge branch 'mbedtls_ssl_get_key_exchange_md_ssl_tls-return_hashlen' into tls_async_server-2.9 by Gilles Peskine · 7 years ago
  42. fcca9d8 SSL asynchronous decryption (server side): tests by Gilles Peskine · 8 years ago
  43. 60ee4ca SSL asynchronous signature: basic test of recovery after error by Gilles Peskine · 8 years ago
  44. 3665f1d SSL asynchronous signature: test cases by Gilles Peskine · 8 years ago
  45. 9eb5e9a SSL asynchronous private key operation callbacks: test server by Gilles Peskine · 8 years ago
  46. 2bd5757 Merge branch 'development' into iotssl-1204 by Hanno Becker · 7 years ago
  47. ef52796 Fix missing return statement ssl_server2 idling by Hanno Becker · 7 years ago
  48. 9b2b66e Minor style corrections by Hanno Becker · 7 years ago
  49. adfa64f Abort idle-loop in ssl_server2 if sockets gets invalid by Hanno Becker · 7 years ago
  50. ddc3ebb Exemplify use of `mbedtls_ssl_check_pending` in `ssl_server2.c` by Hanno Becker · 7 years ago
  51. 4fa619f Fix race condition in error printing in ssl_server2.c by Manuel Pégourié-Gonnard · 7 years ago
  52. 197a91c Clean up idle() function in ssl_client2 and ssl_server2 by Hanno Becker · 8 years ago
  53. df4180a Don't break debug messages by Hanno Becker · 8 years ago
  54. 4cb1f4d Style corrections by Hanno Becker · 8 years ago
  55. 16970d2 Add support for event-driven IO in ssl_client2 and ssl_server2 by Hanno Becker · 8 years ago
  56. 71f68c4 Fix ssl_server2 sample application prompt by Ron Eldor · 8 years ago
  57. 2a47be5 Minor: Fix typos in program comments by Ron Eldor · 8 years ago
  58. 8651a43 Remove %zu format string from ssl_client2 and ssl_server2 by Hanno Becker · 8 years ago
  59. e6706e6 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  60. 682df09 Allow SHA-1 in server tests, when the signature_algorithm extension is not used by Gilles Peskine · 8 years ago
  61. bc70a18 Test that SHA-1 defaults off by Gilles Peskine · 8 years ago
  62. ef86ab2 Allow SHA-1 in X.509 and TLS tests by Gilles Peskine · 8 years ago
  63. 4817e27 Add the CA list suppression option to ssl_server2 by Janos Follath · 8 years ago
  64. 0b736db Remove use of inttypes.h in MSVC from ssl_server2 by Andres AG · 8 years ago
  65. 692ad84 Add DTLS test to check 6 byte record ctr is cmp by Andres AG · 8 years ago
  66. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  67. d3138c3 Fixes SSL sample apps for non-default configs by Simon Butcher · 9 years ago
  68. fadacb9 Merge branch 'development' into iotssl-461-ecjpake-finalization by Manuel Pégourié-Gonnard · 10 years ago
  69. 70905a7 Add ecjpake_pw option to ssl_client2/server2 by Manuel Pégourié-Gonnard · 10 years ago
  70. 22311ae Improve help message of ssl_*2.c by Manuel Pégourié-Gonnard · 10 years ago
  71. 3f09b6d Fix API by Manuel Pégourié-Gonnard · 10 years ago
  72. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  73. ed51594 Merge pull request #265 from ARMmbed/iotssl-460-bugfixes by Simon Butcher · 10 years ago
  74. a2cda6b Add mbedtls_ssl_get_max_frag_len() by Manuel Pégourié-Gonnard · 10 years ago
  75. ea35666 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 10 years ago
  76. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  77. 6755717 Fix stupid typo in ssl_server2.c by Manuel Pégourié-Gonnard · 10 years ago
  78. 9de64f5 Fix MSVC warnings in library and programs by Manuel Pégourié-Gonnard · 10 years ago
  79. 052f288 Cosmetics in debug in ssl_{client,server}2.c by Manuel Pégourié-Gonnard · 10 years ago
  80. abc729e Simplify net_accept() with UDP sockets by Manuel Pégourié-Gonnard · 10 years ago
  81. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
  82. 5db6432 Adapt programs to the new NET API by Manuel Pégourié-Gonnard · 10 years ago
  83. 1c5b9fc Avoid truncating peer cert info in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  84. 61ee351 Adapt programs to the new debug API by Manuel Pégourié-Gonnard · 10 years ago
  85. c0d7494 Make 'port' a string in NET module by Manuel Pégourié-Gonnard · 10 years ago
  86. 6ea831d Add tests for mbedtls_set_hs_ca_chain() by Manuel Pégourié-Gonnard · 10 years ago
  87. 4d6f178 Add support for SNI CA and authmode in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  88. b31c5f6 Add SSL presets. by Manuel Pégourié-Gonnard · 10 years ago
  89. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  90. 56273da Move some includes to ssl_internal.h by Manuel Pégourié-Gonnard · 10 years ago
  91. a0adc1b Make cipher used in ssl tickets configurable by Manuel Pégourié-Gonnard · 10 years ago
  92. d59675d Move to callback for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  93. 0b104b0 Adapt prototype of net_accept() for explicit size by Manuel Pégourié-Gonnard · 10 years ago
  94. d4f04db net.c now depends on select() unconditionally by Manuel Pégourié-Gonnard · 10 years ago
  95. 151dc77 Fix some old names that remained by Manuel Pégourié-Gonnard · 10 years ago
  96. 66dc555 mbedtls_ssl_conf_arc4_support() depends on ARC4_C by Manuel Pégourié-Gonnard · 10 years ago
  97. d2377e7 ssl_client/server2 shouln't depend on timing.c by Manuel Pégourié-Gonnard · 10 years ago
  98. e3c41ad Use the new timer callback API in programs by Manuel Pégourié-Gonnard · 10 years ago
  99. db1cc76 Fix depend issue in program/ssl/ssl_*2.c by Manuel Pégourié-Gonnard · 10 years ago
  100. e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago