1. d0bf6a3 Update ssl_tls.c by Simon Butcher · 9 years ago
  2. 74ca8d0 Update ssl_tls.c by Simon Butcher · 9 years ago
  3. 0789aed Update ssl_tls.c by Simon Butcher · 9 years ago
  4. 1a57af1 Update ssl.h by Simon Butcher · 9 years ago
  5. 4f6882a Update config.h by Simon Butcher · 9 years ago
  6. ddfe5d2 Tune dependencies by Manuel Pégourié-Gonnard · 9 years ago
  7. 2ed05a0 Fix typos by Manuel Pégourié-Gonnard · 9 years ago
  8. ab05d23 Update generated file by Manuel Pégourié-Gonnard · 9 years ago
  9. 259db91 Add test without cookies by Manuel Pégourié-Gonnard · 9 years ago
  10. 22311ae Improve help message of ssl_*2.c by Manuel Pégourié-Gonnard · 9 years ago
  11. 62c74bb Stop wasting resources by Manuel Pégourié-Gonnard · 9 years ago
  12. 222cb8d Tune related documentation while at it by Manuel Pégourié-Gonnard · 9 years ago
  13. 3a2a448 Update documentation by Manuel Pégourié-Gonnard · 9 years ago
  14. 14c2574 Update Changelog by Manuel Pégourié-Gonnard · 9 years ago
  15. d745a1a Add tests for hard reconnect by Manuel Pégourié-Gonnard · 9 years ago
  16. 3f09b6d Fix API by Manuel Pégourié-Gonnard · 9 years ago
  17. be619c1 Clean up error codes by Manuel Pégourié-Gonnard · 9 years ago
  18. 11331fc First working dirty version by Manuel Pégourié-Gonnard · 9 years ago
  19. 9650205 Start detecting epoch 0 ClientHellos by Manuel Pégourié-Gonnard · 9 years ago
  20. 26d227d Add config flag for support of client port reuse by Manuel Pégourié-Gonnard · 9 years ago
  21. dbd2307 Add option reconnect_hard to ssl_client2 by Manuel Pégourié-Gonnard · 9 years ago
  22. 14d8005 Remove "private" setting from module.json by Manuel Pégourié-Gonnard · 9 years ago
  23. 0a0c22e Add ChangeLog entry about license change by Manuel Pégourié-Gonnard · 9 years ago mbedtls-2.1.0
  24. aac5502 Bump version to 2.1.0 by Manuel Pégourié-Gonnard · 9 years ago
  25. 67e4652 Fix bug in bump_version.sh by Manuel Pégourié-Gonnard · 9 years ago
  26. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 9 years ago
  27. f9c599c Bump yotta patch version by Manuel Pégourié-Gonnard · 9 years ago
  28. 2d43479 Merge branch 'development' of ssh://github.com/ARMmbed/mbedtls into development by Simon Butcher · 9 years ago
  29. 1a66081 Merge branch 'iotssl-457-badtail' into development by Simon Butcher · 9 years ago
  30. 5275459 Merging iotssl-457-badtail with development branch by Simon Butcher · 9 years ago
  31. f851f14 Moe top-level Readme to markdown by Manuel Pégourié-Gonnard · 9 years ago
  32. ed51594 Merge pull request #265 from ARMmbed/iotssl-460-bugfixes by Simon Butcher · 9 years ago
  33. 1662c4a Merge pull request #264 from ARMmbed/misc by Simon Butcher · 9 years ago
  34. f459a0f Bump yotta patch version by Manuel Pégourié-Gonnard · 9 years ago
  35. b2beb84 Changelog entry fro the previous commit by Manuel Pégourié-Gonnard · 9 years ago
  36. f81ee2e Add NULL checks to top-level SSL functions by Manuel Pégourié-Gonnard · 9 years ago
  37. fdbdd72 Skip to trusted certs early in the chain by Manuel Pégourié-Gonnard · 9 years ago
  38. 560fea3 Add tests for verify callback by Manuel Pégourié-Gonnard · 9 years ago
  39. 4f202ba Document the three libraries in Readme by Manuel Pégourié-Gonnard · 9 years ago
  40. c881ca8 Document how to build shared libs with CMake by Manuel Pégourié-Gonnard · 9 years ago
  41. 5f5e0ec Improve mbedtls_ssl_write() documentation by Manuel Pégourié-Gonnard · 9 years ago
  42. a2cda6b Add mbedtls_ssl_get_max_frag_len() by Manuel Pégourié-Gonnard · 9 years ago
  43. 7b23c51 Print "thread ID" in debug messages by Manuel Pégourié-Gonnard · 9 years ago
  44. d68434e Disable some tests with valgrind by Manuel Pégourié-Gonnard · 9 years ago
  45. bb83844 Clarify that there are two SSL I/O buffers by Manuel Pégourié-Gonnard · 9 years ago
  46. 824ba72 Only use -Wshadow with GCC 4.8 or higher by Manuel Pégourié-Gonnard · 9 years ago
  47. cf9ab63 Fix error reporting in pkey/pk_* programs by Manuel Pégourié-Gonnard · 9 years ago
  48. ce7a08b Fix more comments/outputs in verify programs by Manuel Pégourié-Gonnard · 9 years ago
  49. 102a620 Fix hash buffer size in pkey programs by Manuel Pégourié-Gonnard · 9 years ago
  50. d224ff1 Change default RSA key size in rsa_genkey by Manuel Pégourié-Gonnard · 9 years ago
  51. 1d8f2da Fix comments about filenames in some programs by Manuel Pégourié-Gonnard · 9 years ago
  52. d74c697 Fix memory corruption in rsa sign/verify programs by Manuel Pégourié-Gonnard · 9 years ago
  53. 8b2641d Fix warning with MD/SHA ALT implementation by Manuel Pégourié-Gonnard · 9 years ago
  54. c6b5d83 Fix handling of long PSK identities by Manuel Pégourié-Gonnard · 9 years ago
  55. ea35666 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 9 years ago
  56. 4d04cdc Fix RSA mutex fix by Manuel Pégourié-Gonnard · 9 years ago
  57. 6a6619b Fix last edit by Manuel Pégourié-Gonnard · 9 years ago
  58. 435314d Merge pull request #263 from iriark01/patch-6 by Manuel Pégourié-Gonnard · 9 years ago
  59. 9cdd0d5 Small edit by Irit Arkin · 9 years ago
  60. cbee3f7 Merge pull request #262 from iriark01/patch-5 by Manuel Pégourié-Gonnard · 9 years ago
  61. fe3fda5 Merge pull request #261 from iriark01/patch-4 by Manuel Pégourié-Gonnard · 9 years ago
  62. 2823661 Merge pull request #260 from iriark01/patch-3 by Manuel Pégourié-Gonnard · 9 years ago
  63. c816476 Merge pull request #259 from iriark01/patch-2 by Manuel Pégourié-Gonnard · 9 years ago
  64. 36936bf Small edit by Irit Arkin · 9 years ago
  65. fb40410 Small edit by Irit Arkin · 9 years ago
  66. c4d9d32 Small edit by Irit Arkin · 9 years ago
  67. cd8c0fb Very small edit by Irit Arkin · 9 years ago
  68. 1385a28 Fix possible mutex lock/unlock mismatch by Manuel Pégourié-Gonnard · 9 years ago
  69. 3dce9ec Sync yotta and general readme again by Manuel Pégourié-Gonnard · 9 years ago
  70. 9acf88b Ship license files with the yotta module by Manuel Pégourié-Gonnard · 9 years ago
  71. 5719aa1 Merge pull request #255 from iriark01/patch-1 by Simon Butcher · 9 years ago
  72. 4d8edd5 Edited by Irit Arkin · 9 years ago
  73. d0422a4 Bump patch version for yotta by Manuel Pégourié-Gonnard · 9 years ago beta-oob-2
  74. fe62613 Add proper destructor for HelloHTTPS by Manuel Pégourié-Gonnard · 9 years ago
  75. 324fc02 Synchronise top-level and yotta READMEs by Manuel Pégourié-Gonnard · 9 years ago
  76. a150050 Merge branch 'development' of ssh://github.com/ARMmbed/mbedtls into development by Simon Butcher · 9 years ago
  77. df81924 Fixed issues in Yotta examples README's by Simon Butcher · 9 years ago
  78. 38db006 Finish test in pkwrite by Manuel Pégourié-Gonnard · 9 years ago
  79. e50f67c Fix debug mode in example-tls-client by Manuel Pégourié-Gonnard · 9 years ago
  80. 1a18aae Update output of example-tls-client in its readme by Manuel Pégourié-Gonnard · 9 years ago
  81. 0819e6f Merge remote-tracking branch 'tmp/readme-fix' into development by Manuel Pégourié-Gonnard · 9 years ago
  82. e578b1c Relax timing_self_test for windows idiosyncrasies by Manuel Pégourié-Gonnard · 9 years ago
  83. 3c405ae Removing yt ls step in READMEs of examples by Brian Daniels · 9 years ago
  84. 04b7eec Fix pkwrite test that were failing on mingw32 by Manuel Pégourié-Gonnard · 9 years ago
  85. bd6d0ab Fix usage of minar in example-tls-client by Manuel Pégourié-Gonnard · 9 years ago
  86. ee4cb7d Remove warning about needing future yotta version by Manuel Pégourié-Gonnard · 9 years ago
  87. 493f065 Cosmetics in create-module.sh by Manuel Pégourié-Gonnard · 9 years ago
  88. 42618b8 Use more reliable host in example-tls-client by Manuel Pégourié-Gonnard · 9 years ago
  89. 708b6ee Ifx typos in readme by Manuel Pégourié-Gonnard · 9 years ago
  90. 5f9245d Fix broken links (s/tree/blob/) by Manuel Pégourié-Gonnard · 9 years ago
  91. 721f711 Use development for repo links by Manuel Pégourié-Gonnard · 9 years ago
  92. addd52f Add description for the yotta module by Manuel Pégourié-Gonnard · 9 years ago
  93. 46c4fa1 Fix missing casts on return by Manuel Pégourié-Gonnard · 9 years ago
  94. 9507156 Update sockets dependency version (yotta/mbed) by Manuel Pégourié-Gonnard · 9 years ago
  95. e2b0efe Separate license from comments in config.h by Manuel Pégourié-Gonnard · 9 years ago
  96. 47943ae Bump yotta patch version by Manuel Pégourié-Gonnard · 9 years ago
  97. c98204e Fix missing break in switch for SSL presets by Manuel Pégourié-Gonnard · 9 years ago
  98. e87b04c Upgrade to latest mbed-drivers version by Manuel Pégourié-Gonnard · 9 years ago
  99. 91bbfb6 Make timing selftest less sensitive by Manuel Pégourié-Gonnard · 9 years ago
  100. 4b7027a Avoid race condition in test by Manuel Pégourié-Gonnard · 9 years ago