1. 7f08d7a Modify output_env.sh to make it extensible by Andres AG · 8 years ago
  2. 9e3fba0 Add ARM Compiler 6 build tests to all.sh by Andres AG · 8 years ago
  3. d154234 Fix redefinition of macro ssl_set_bio by Andres AG · 8 years ago
  4. 1903fb3 Clarify Comments and Fix Typos (#651) by Brian J Murray · 8 years ago
  5. 37a064a Remove CMAC as a separate and independent error group by Simon Butcher · 8 years ago
  6. 84a4c67 Added CMAC as proper low-level module and changed error returns by Robert Cragie · 9 years ago
  7. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 8 years ago
  8. 40122e0 Remove list numbering in output_env.sh by Simon Butcher · 8 years ago
  9. 7a63eaf Add version printing for all.sh env vars by Andres AG · 8 years ago
  10. 9a5398f Fix footprint.sh call to makefile (#600) by Andres Amaya Garcia · 8 years ago
  11. 3ac0767 Suppress shell errors in output_env.sh by Simon Butcher · 8 years ago
  12. b72c678 Add script to print build environment info. (#539) by Janos Follath · 8 years ago
  13. 3d26513 Fix for config.pl if no arguments are passed by Simon Butcher · 8 years ago
  14. 6dc7c9c Adds checks to 1.3->2.0 API migration script by Simon Butcher · 8 years ago
  15. dd9895d Fix config.pl to return successful exitcode for full and realfull by Simon Butcher · 8 years ago
  16. 4ae8691 Adds 'get' command to scripts/config.pl to retrieve config state by Simon Butcher · 8 years ago
  17. ab5df40 Rename the 'no entropy' feature to MBEDTLS_TEST_NULL_ENTROPY by Simon Butcher · 8 years ago
  18. 53de784 Add entropy safety switch. by Janos Follath · 8 years ago
  19. 9fa2e86 Add missing mbedtls_time_t definitions (#493) by -~- redtangent ~-~ · 8 years ago
  20. 768594d Removes yotta from bump_version.sh by Simon Butcher · 8 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. d091ed1 Add scripts/apidoc_full.sh by Manuel Pégourié-Gonnard · 9 years ago
  25. 1989caf Use a full config.h with doxygen by Manuel Pégourié-Gonnard · 9 years ago
  26. 3134ef0 footprint.sh: tune output again by Manuel Pégourié-Gonnard · 9 years ago
  27. 4553a6c footprint.sh: improve printed output by Manuel Pégourié-Gonnard · 9 years ago
  28. ac8673c Add quick script to estimate ROM footprint by Manuel Pégourié-Gonnard · 9 years ago
  29. a6b95f0 Print I/O buffer size in memory.sh by Manuel Pégourié-Gonnard · 9 years ago
  30. 67e4652 Fix bug in bump_version.sh by Manuel Pégourié-Gonnard · 9 years ago
  31. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 9 years ago
  32. 278098f Merge pull request #233 from ARMmbed/yotta-scripted by Manuel Pégourié-Gonnard · 9 years ago
  33. 48573f8 Fix renaming error in script by Manuel Pégourié-Gonnard · 9 years ago
  34. 63e7eba Add material for generating yotta module by Manuel Pégourié-Gonnard · 9 years ago
  35. 7381ff0 Update copyright date in templates too by Manuel Pégourié-Gonnard · 9 years ago
  36. 10c7674 Adjust rename/compat list by Manuel Pégourié-Gonnard · 9 years ago
  37. 1409616 Fix one renaming in the list by Manuel Pégourié-Gonnard · 9 years ago
  38. 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 9 years ago
  39. 752c501 One soversion per library by Manuel Pégourié-Gonnard · 9 years ago
  40. ace3599 Fix GNUism in bump_version.sh by Manuel Pégourié-Gonnard · 9 years ago
  41. 7f9049b Make config.pl more resistant to misuse by Manuel Pégourié-Gonnard · 9 years ago
  42. 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 9 years ago
  43. 7320eb4 Remove references to some Montgomery curves by Manuel Pégourié-Gonnard · 9 years ago
  44. 9dbaf40 Rationalize other snprintf() uses by Manuel Pégourié-Gonnard · 9 years ago
  45. c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 9 years ago
  46. 097c7bb Rename relevant global symbols from size to bitlen by Manuel Pégourié-Gonnard · 9 years ago
  47. b541da6 Fix define for ssl_conf_curves() by Manuel Pégourié-Gonnard · 9 years ago
  48. a14cbb6 Have config.pl return non-zero rather than warn by Manuel Pégourié-Gonnard · 9 years ago
  49. 7ee5ddd Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 9 years ago
  50. b752715 Expand config.pl's notion of "full" by Manuel Pégourié-Gonnard · 9 years ago
  51. 0469e41 Add MBEDTLS_CONFIG_FILE to the rename list by Manuel Pégourié-Gonnard · 9 years ago
  52. c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 9 years ago
  53. cb46fd8 Avoid non-standard strcasecmp() by Manuel Pégourié-Gonnard · 9 years ago
  54. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 9 years ago
  55. d9e6a3a Rename pk_init_ctx() -> pk_setup() by Manuel Pégourié-Gonnard · 9 years ago
  56. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 9 years ago
  57. 51f14be Remove VS6 files, only 2010 supported now by Manuel Pégourié-Gonnard · 9 years ago
  58. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 9 years ago
  59. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 9 years ago
  60. ae31914 Rename ssl_legacy_renegotiation() to ssl_set_... by Manuel Pégourié-Gonnard · 9 years ago
  61. 8836994 Move WANT_READ/WANT_WRITE codes to SSL by Manuel Pégourié-Gonnard · 9 years ago
  62. eab147c Rename pkcs11_xxx_init() to bind() by Manuel Pégourié-Gonnard · 9 years ago
  63. 331ba57 Fix some additional renaming issues by Manuel Pégourié-Gonnard · 10 years ago
  64. 5f29a73 Fix regex in scripts/rename.pl again by Manuel Pégourié-Gonnard · 10 years ago
  65. e6028c9 Fix some X509 macro names by Manuel Pégourié-Gonnard · 10 years ago
  66. e75317b Anticipate merging x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  67. 862d503 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  68. 6152b02 Fixed typos by Paul Bakker · 10 years ago
  69. 2aa81cc Fix embarrassing mistake in rename.pl by Manuel Pégourié-Gonnard · 10 years ago
  70. d09a6b5 Move test scripts to tests/scripts by Manuel Pégourié-Gonnard · 10 years ago
  71. 7b53889 Remove support for HAVE_INT8 and HAVE_INT16 by Manuel Pégourié-Gonnard · 10 years ago
  72. e546ad4 Fix comment generated by generate_errors.pl by Manuel Pégourié-Gonnard · 10 years ago
  73. c559f04 Improve regexes in rename.pl by Manuel Pégourié-Gonnard · 10 years ago
  74. b20a70f Move rename.pl to scripts & add data file by Manuel Pégourié-Gonnard · 10 years ago
  75. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  76. 8a89fcd Rm references to removed config options by Manuel Pégourié-Gonnard · 10 years ago
  77. ea0920f Adjust test scripts to new RC4 defaults by Manuel Pégourié-Gonnard · 10 years ago
  78. 4b378c9 Remove old script by Manuel Pégourié-Gonnard · 10 years ago
  79. 7c4e60f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  80. 47e0214 Add -fdata-sections in memory.sh too by Manuel Pégourié-Gonnard · 10 years ago
  81. f9c1387 Drop POLARSSL_ERROR_STRERROR_BC by Manuel Pégourié-Gonnard · 10 years ago
  82. 57a26da Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  83. 3b110c2 Use link-time garbage collection in memory.sh by Manuel Pégourié-Gonnard · 10 years ago
  84. 4a7ed71 scripts/memory.sh only work on Linux by Manuel Pégourié-Gonnard · 10 years ago
  85. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  86. 129db08 Rm polarssl compat targets from Makefiles by Manuel Pégourié-Gonnard · 10 years ago
  87. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  88. 385069f Add some missing 'static' on a few objects by Manuel Pégourié-Gonnard · 10 years ago
  89. ac08b54 Merge remote-tracking branch 'rasp/mem-leak' into development by Manuel Pégourié-Gonnard · 10 years ago
  90. 263438b Add a rule for another type of memory leak to find-mem-leak.cocci. by Mansour Moufid · 10 years ago
  91. 961c626 Add a semantic patch to find potential memory leaks. by Mansour Moufid · 10 years ago
  92. 8b7d7d6 Add curve25519 to ecc-heap.sh by Manuel Pégourié-Gonnard · 10 years ago
  93. 500de6e New script ecc-heap.sh by Manuel Pégourié-Gonnard · 10 years ago
  94. 92471fb Disable SRV_C for client measurement by Manuel Pégourié-Gonnard · 10 years ago
  95. c6dbc8e Output stack+heap usage with massif by Manuel Pégourié-Gonnard · 10 years ago
  96. c5b849b Refactor memory.sh by Manuel Pégourié-Gonnard · 10 years ago
  97. f166c54 Adapt memory.sh to config-suite-b by Manuel Pégourié-Gonnard · 10 years ago
  98. 4d5cc11 Add script to automate memory usage measurement by Manuel Pégourié-Gonnard · 10 years ago
  99. efd9dd0 Adapt bump_version.sh to new Makefile by Manuel Pégourié-Gonnard · 10 years ago
  100. f812054 Revert "Replace SONAME with SOVERSION in makefile" by Manuel Pégourié-Gonnard · 10 years ago