1. 3279822 Improve readability of ssl_client2/ssl_server2 usage instructions by Hanno Becker · 6 years ago
  2. 1d433a3 Remove superfluous newline in ssl_client2 by Hanno Becker · 6 years ago
  3. d5eed42 Use negative-hex format for error codes in ssl_client2/ssl_server2 by Hanno Becker · 6 years ago
  4. 6ae14c0 Exemplify ways of calling mbedtls_ssl_get_peer_cid() in ssl_client2 by Hanno Becker · 6 years ago
  5. a0e20d0 Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID by Hanno Becker · 6 years ago
  6. 8367ccc Allow to configure the stack's behaviour on unexpected CIDs by Hanno Becker · 6 years ago
  7. b42ec0d Add support for change of CID to ssl_client2 / ssl_server2 by Hanno Becker · 6 years ago
  8. ad4a137 Add CID configuration API by Hanno Becker · 6 years ago
  9. dec2552 Change formating of CID debug output in ssl_client2/ssl_server2 by Hanno Becker · 6 years ago
  10. 957dd92 Print peer CID from ssl_client2 by Hanno Becker · 6 years ago
  11. 90cb359 ssl_client2: Add cmd line options to configure use of CID extension by Hanno Becker · 6 years ago
  12. 1f583ee ssl_client2: Add helper to unhexify binary command line data by Hanno Becker · 6 years ago
  13. 51c4507 Remove unneeded whitespaces by Ron Eldor · 6 years ago
  14. 801faf0 Fix mingw CI failures by Ron Eldor · 6 years ago
  15. f75e252 Add test for export keys functionality by Ron Eldor · 6 years ago
  16. 51d3ab5 Add public API for tls_prf by Ron Eldor · 6 years ago
  17. b7fd64c Add eap-tls key derivation in the examples. by Ron Eldor · 6 years ago
  18. fe71067 Merge remote-tracking branch 'origin/pr/2539' into development by Jaeden Amero · 6 years ago
  19. ae13beb Rename constant in client2.c by Janos Follath · 6 years ago
  20. d7ecbd6 Fix style issues and a typo by Janos Follath · 6 years ago
  21. bb425db Add cmd to use context-specific CRT callback in ssl_client2 by Hanno Becker · 6 years ago
  22. f7a7f9e Address review comments regarding ssl_client2 and ssl tests by Jarno Lamsa · 6 years ago
  23. d6d100b Fix ssl_client2 and ssl_server2 if !PLATFORM_C by Hanno Becker · 6 years ago
  24. 1bac87c Correct placement of usage macro in ssl_client2 by Hanno Becker · 6 years ago
  25. cbb5903 Minor fixes to CA callback tests by Hanno Becker · 6 years ago
  26. 1b4a2ba Add possibility to use ca_callbacks in ssl programs by Jarno Lamsa · 6 years ago
  27. bdf75eb Add missing compile time guard in ssl_client2 by Hanno Becker · 6 years ago
  28. 23699ef ssl_client2: Reset peer CRT info string on reconnect by Hanno Becker · 6 years ago
  29. a1051b4 ssl_client2: Zeroize peer CRT info buffer when reconnecting by Hanno Becker · 6 years ago
  30. a9766c2c ssl_client2: Extract peer CRT info from verification callback by Hanno Becker · 6 years ago
  31. 415620c Merge remote-tracking branch 'origin/pr/2105' into development by Jaeden Amero · 6 years ago
  32. bc81884 Query config through ssl_server2 and ssl_client2 cmdline by Andres Amaya Garcia · 7 years ago
  33. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  34. 1387124 PSA: Adapt ssl_client2 to new key policy initialization API by Hanno Becker · 7 years ago
  35. 37519ea PSA: Adapt ssl_client2 to modified key slot allocation API by Hanno Becker · 7 years ago
  36. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  37. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  38. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  39. 4855299 Merge branch 'opaque_psk_implementation' into development-psa-proposed by Hanno Becker · 7 years ago
  40. cfdf8f4 Implement key_opaque option to ssl_client2 by Manuel Pégourié-Gonnard · 7 years ago
  41. ef68be4 Add option key_opaque to ssl_client2 (skeleton) by Manuel Pégourié-Gonnard · 7 years ago
  42. c44e0a4 Initialize PSA key slot as invalid in ssl_client2.c by Hanno Becker · 7 years ago
  43. 1d911cd Automatically allocate opaque PSK key slots in ssl_{client/server}2 by Hanno Becker · 7 years ago
  44. 3f24ea9 Destroy PSA-based temporary opaque PSK key at the end of ssl_client2 by Hanno Becker · 7 years ago
  45. 5cd607b Remove overly long line in ssl_client2.c by Hanno Becker · 7 years ago
  46. e86964c Add support for opaque PSKs in ssl_client2 example program by Hanno Becker · 7 years ago
  47. b2b468b Initialize PSA Crypto implementation in ssl_client2.c by Hanno Becker · 7 years ago
  48. 25781f9 Fix missing check in example client by Manuel Pégourié-Gonnard · 7 years ago
  49. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  50. 1841b0a Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing() by Hanno Becker · 7 years ago
  51. 6aeaa05 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 7 years ago
  52. 6e7aaca Move MTU setting to SSL context, not config by Manuel Pégourié-Gonnard · 7 years ago
  53. 4d61591 Add cmd line option to ssl_client2 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. ce6fbac Fix ssl_client2 to send 0-length app data by Andres Amaya Garcia · 7 years ago
  56. 558da9c Make SSL error code more generic by Manuel Pégourié-Gonnard · 7 years ago
  57. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  58. 2bd5757 Merge branch 'development' into iotssl-1204 by Hanno Becker · 7 years ago
  59. ef52796 Fix missing return statement ssl_server2 idling by Hanno Becker · 7 years ago
  60. 9b2b66e Minor style corrections by Hanno Becker · 7 years ago
  61. adfa64f Abort idle-loop in ssl_server2 if sockets gets invalid by Hanno Becker · 7 years ago
  62. b6f880b Revert whitespace change to ease merging by Hanno Becker · 7 years ago
  63. 197a91c Clean up idle() function in ssl_client2 and ssl_server2 by Hanno Becker · 8 years ago
  64. df4180a Don't break debug messages by Hanno Becker · 8 years ago
  65. 4cb1f4d Style corrections by Hanno Becker · 8 years ago
  66. 16970d2 Add support for event-driven IO in ssl_client2 and ssl_server2 by Hanno Becker · 8 years ago
  67. e4ad3e8 Allow requests of size larger than 16384 in ssl_client2 by Hanno Becker · 8 years ago
  68. b3c8307 Adapt ssl_client2 to restartable EC by Manuel Pégourié-Gonnard · 8 years ago
  69. 8651a43 Remove %zu format string from ssl_client2 and ssl_server2 by Hanno Becker · 8 years ago
  70. e6706e6 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  71. bc70a18 Test that SHA-1 defaults off by Gilles Peskine · 8 years ago
  72. cd3c845 Allow SHA-1 in SSL renegotiation tests by Gilles Peskine · 8 years ago
  73. ef86ab2 Allow SHA-1 in X.509 and TLS tests by Gilles Peskine · 8 years ago
  74. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  75. d3138c3 Fixes SSL sample apps for non-default configs by Simon Butcher · 9 years ago
  76. fadacb9 Merge branch 'development' into iotssl-461-ecjpake-finalization by Manuel Pégourié-Gonnard · 10 years ago
  77. 70905a7 Add ecjpake_pw option to ssl_client2/server2 by Manuel Pégourié-Gonnard · 10 years ago
  78. 22311ae Improve help message of ssl_*2.c by Manuel Pégourié-Gonnard · 10 years ago
  79. dbd2307 Add option reconnect_hard to ssl_client2 by Manuel Pégourié-Gonnard · 10 years ago
  80. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  81. a2cda6b Add mbedtls_ssl_get_max_frag_len() by Manuel Pégourié-Gonnard · 10 years ago
  82. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  83. 046589e Rm obsolete defines for snprintf in programs by Manuel Pégourié-Gonnard · 10 years ago
  84. 9de64f5 Fix MSVC warnings in library and programs by Manuel Pégourié-Gonnard · 10 years ago
  85. 052f288 Cosmetics in debug in ssl_{client,server}2.c by Manuel Pégourié-Gonnard · 10 years ago
  86. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
  87. 5db6432 Adapt programs to the new NET API by Manuel Pégourié-Gonnard · 10 years ago
  88. 61ee351 Adapt programs to the new debug API by Manuel Pégourié-Gonnard · 10 years ago
  89. c0d7494 Make 'port' a string in NET module by Manuel Pégourié-Gonnard · 10 years ago
  90. b31c5f6 Add SSL presets. by Manuel Pégourié-Gonnard · 10 years ago
  91. 9096682 Add dhmlen option in ssl_client2.c by Manuel Pégourié-Gonnard · 10 years ago
  92. bf27eaa Fix help string in ssl_client2.c by Manuel Pégourié-Gonnard · 10 years ago
  93. b596abf Refine cli/srv ifdefs for session tickets 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. a63bc94 Remove timing_m_sleep() -> net_usleep() 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