1. d3138c3 Fixes SSL sample apps for non-default configs by Simon Butcher · 8 years ago
  2. 80aea30 Fixes syntax and naming for check-names.sh by Simon Butcher · 8 years ago
  3. 3fe6cd3 Fixes time() abstraction for custom configs by Simon Butcher · 8 years ago
  4. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 8 years ago
  5. 1594210 Adds better support to debug generated code by SimonB · 8 years ago
  6. a543d11 Fixes mbedtls_mpi_zeroize() function name in ChangeLog by Simon Butcher · 8 years ago
  7. d7e9ad7 Updates ChangeLog with faster MPI zeroize fix by Simon Butcher · 8 years ago
  8. e17a8da Rename MPI zeroize function to mbedtls_mpi_zeroize by Alexey Skalozub · 9 years ago
  9. 3d53f41 Faster mbedtls_zeroize for MPI by Alexey Skalozub · 9 years ago
  10. 8a31705 Fix bug in ssl_write_supported_elliptic_curves_ext by Janos Follath · 8 years ago
  11. 55abc21 Fix ci break in builds without platform.h by Janos Follath · 9 years ago
  12. 1ed9f99 Fix null pointer dereference in the RSA module. by Janos Follath · 9 years ago
  13. 8ca7bc4 Adds verbose mode to the test suites by SimonB · 9 years ago
  14. 098a3b5 Makes basic-build-test.sh test the full config by SimonB · 9 years ago
  15. 2e23c82 Adds check to avoid overwriting files by SimonB · 9 years ago
  16. 3f5c875 Adds test for odd bit length RSA key size by Simon Butcher · 9 years ago
  17. 10c575b Fix odd bitlength RSA key generation by Janos Follath · 9 years ago
  18. 0e4d9af Use Freescale's RNGA on the K64F by Manuel Pégourié-Gonnard · 9 years ago
  19. 6eaf365 Fixes Travis post-mortem script dump following review by Simon Butcher · 9 years ago
  20. 371a9e0 Merge branch 'iotssl-683-travis-failing-intermittently' by Simon Butcher · 9 years ago
  21. 73883c1 Fixes formatting of spacing in config.pl by SimonB · 9 years ago
  22. ba9dd1e Adds to footprint.sh MBEDTLS_NO_PLATFORM_ENTROPY by SimonB · 9 years ago
  23. 60f2cf9 Adds option to config.pl to force config changes by SimonB · 9 years ago
  24. a7ffc8f Update the yotta module version number by Simon Butcher · 9 years ago mbedos-16.01-release mbedos-16.03-release mbedos-2016q1-oob3 yotta-2.3.0
  25. 3527514 Update the yotta module number by Simon Butcher · 9 years ago yotta-2.2.3
  26. f2d18a2 Merge branch 'development' by Simon Butcher · 9 years ago
  27. cd0ee5e Fixes following review of 'iotssl-682-selftest-ci-break' by Simon Butcher · 9 years ago
  28. c2b0efc Fix the basic test build script to always build by Simon Butcher · 9 years ago
  29. 831a65f Make Travis more chatty. by Janos Follath · 9 years ago
  30. c351d18 Restore a change in the documentation. by Janos Follath · 9 years ago
  31. be412aa Fix the basic test build script to always build by Simon Butcher · 9 years ago
  32. d75b782 Fix a typo that confuses check-names.sh by Janos Follath · 9 years ago
  33. 2e3aca2 Fix test break in 'test-ref-configs.pl' by Janos Follath · 9 years ago
  34. 9194744 Add exit value macros to platform abstraction layer. by Janos Follath · 9 years ago
  35. 68c0bd7 Clarified current status of RC4 usage by Simon Butcher · 9 years ago
  36. 7ef5cf3 Provided doxygen function definitions for debug.h by Simon Butcher · 9 years ago
  37. 9a5c0aa Update the version number of the yotta module by Simon Butcher · 9 years ago mbedos-2016q1-oob2 yotta-2.2.2
  38. 1404ddb Added clarification text on benchmark usefulness. by Simon Butcher · 9 years ago
  39. 60ddf16 Fix yotta examples baud rate. by Janos Follath · 9 years ago
  40. 00aea9a Fix function name in hashing module doxygen file by Simon Butcher · 9 years ago
  41. f154763 Fixes to style following review by Simon Butcher · 9 years ago
  42. ab0c51d Fix minor issues with basic test script by Simon Butcher · 9 years ago
  43. 21ab9d7 Add a script to execute the basic tests by SimonB · 9 years ago
  44. 75f3caa Fix unit test script to ignore coverage data by SimonB · 9 years ago
  45. ad8fbc0 Add test result breakdown to test suites script by SimonB · 9 years ago
  46. 5a8afb8 Fix exit code and add a count of the test suites by SimonB · 9 years ago
  47. f413b6f Fix to stop all.sh corrupting config.h by Simon Butcher · 9 years ago
  48. 4b852db Merge branch 'iotssl-629-der-trailing-bytes' by Simon Butcher · 9 years ago
  49. 5be92ea Merge 'iotssl-591-glue-layers' into development by Simon Butcher · 9 years ago
  50. d567a23 Fix typos, grammar in the comments and clarify them by Simon Butcher · 9 years ago
  51. 00157ce Update the ChangeLog by Simon Butcher · 9 years ago
  52. 3ea7f52 Update interop tests to default configuration by Simon Butcher · 9 years ago
  53. c7940f0 Fix yotta builds for change in default configs by Simon Butcher · 9 years ago
  54. bc6a486 Fix the 'all tests' script for baremetal builds by Simon Butcher · 9 years ago
  55. e2681a4 Update default configuration by Janos Follath · 9 years ago
  56. 3000f78 Add copright, and better documentation to curves.pl by Simon Butcher · 9 years ago
  57. fbe85fe Add missing dependencies to X509 Parse test suite for P-384 curve by Simon Butcher · 9 years ago
  58. 6ee1af5 Update mbed-drivers dependency to v1.0.0 by Simon Butcher · 9 years ago
  59. f59e66b Remove redundant test certificates and clarify ChangeLog by Simon Butcher · 9 years ago
  60. b437b4b X509: Fix bug triggered by future CA among trusted by Janos Follath · 9 years ago
  61. df4bca2 X509: Future CA among trusted: add more tests by Janos Follath · 9 years ago
  62. 12c868c X509: Future CA among trusted: add unit tests by Janos Follath · 9 years ago
  63. 64d60da Fix typos and add copyright statement to generate_code.pl by Simon Butcher · 9 years ago
  64. 0269dad Refactored test suite template code by SimonB · 9 years ago
  65. 152ea18 Added support for per test suite helper functions by SimonB · 9 years ago
  66. 3ddf355 Clarified purpose and usage of generate_code.pl by SimonB · 9 years ago
  67. ef50c0d Added script to split the test case data files by Simon Butcher · 9 years ago
  68. aad787f Parameterised the test suite applications by Simon Butcher · 9 years ago
  69. e846b51 Use the SSL IO and time callback typedefs consistently by Simon Butcher · 9 years ago
  70. c0957bd Fix some minor typos in comments by Simon Butcher · 9 years ago
  71. 0c6aad9 x509: remove obsolete TODO comment by Manuel Pégourié-Gonnard · 9 years ago
  72. 986bbf2 x509: by Manuel Pégourié-Gonnard · 9 years ago
  73. d1b7f2b ssl: ignore CertificateRequest's content for real by Manuel Pégourié-Gonnard · 9 years ago
  74. 56e9ae2 Remove unnecessary TODO comment by Manuel Pégourié-Gonnard · 9 years ago
  75. eeef947 Clarify documentation about missing CRLs by Manuel Pégourié-Gonnard · 9 years ago
  76. 214a848 Update note about hardcoded verify_data_length by Manuel Pégourié-Gonnard · 9 years ago
  77. 967994a Remove unused code. by Manuel Pégourié-Gonnard · 9 years ago
  78. 9d62412 Add note about not implementing PSK id_hint by Manuel Pégourié-Gonnard · 9 years ago
  79. 90ab4a4 Fix Unix detection in mini_client by Manuel Pégourié-Gonnard · 9 years ago
  80. 157cb65 Clarified mbedtls_ssl_conf_alpn_protocols() doc by Simon Butcher · 9 years ago
  81. 8b4a1bd Update the ChangeLog by Simon Butcher · 9 years ago mbedos-2016q1-oob1 yotta-2.2.1
  82. 342671f Update interop tests to default configuration by Simon Butcher · 9 years ago
  83. 14ecd04 Fix yotta builds for change in default configs by Simon Butcher · 9 years ago
  84. 29b2150 Fix the 'all tests' script for baremetal builds by Simon Butcher · 9 years ago
  85. a720ced Update default configuration by Janos Follath · 9 years ago
  86. b3c6978 Add copright, and better documentation to curves.pl by Simon Butcher · 9 years ago
  87. 5d23716 Add missing dependencies to X509 Parse test suite for P-384 curve by Simon Butcher · 9 years ago
  88. 25f2c4c Update mbed-drivers dependency to v1.0.0 by Simon Butcher · 9 years ago
  89. a418ff8 Remove redundant test certificates and clarify ChangeLog by Simon Butcher · 9 years ago
  90. c72d642 X509: Fix bug triggered by future CA among trusted by Janos Follath · 9 years ago
  91. 884b4fc X509: Future CA among trusted: add more tests by Janos Follath · 9 years ago
  92. ede75f0 X509: Future CA among trusted: add unit tests by Janos Follath · 9 years ago
  93. f18e02c Fix typos and add copyright statement to generate_code.pl by Simon Butcher · 9 years ago
  94. beff85a Refactored test suite template code by SimonB · 9 years ago
  95. 6fb9db3 Added support for per test suite helper functions by SimonB · 9 years ago
  96. 718548d Clarified purpose and usage of generate_code.pl by SimonB · 9 years ago
  97. 2bed20d Added script to split the test case data files by Simon Butcher · 9 years ago
  98. 6c545a8 Parameterised the test suite applications by Simon Butcher · 9 years ago
  99. 1b6044d Use the SSL IO and time callback typedefs consistently by Simon Butcher · 9 years ago
  100. a766576 Fix some minor typos in comments by Simon Butcher · 9 years ago