1. e6028c9 Fix some X509 macro names by Manuel Pégourié-Gonnard · 10 years ago
  2. e75317b Anticipate merging x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  3. 862d503 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  4. 6152b02 Fixed typos by Paul Bakker · 10 years ago
  5. 2aa81cc Fix embarrassing mistake in rename.pl by Manuel Pégourié-Gonnard · 10 years ago
  6. d09a6b5 Move test scripts to tests/scripts by Manuel Pégourié-Gonnard · 10 years ago
  7. 7b53889 Remove support for HAVE_INT8 and HAVE_INT16 by Manuel Pégourié-Gonnard · 10 years ago
  8. e546ad4 Fix comment generated by generate_errors.pl by Manuel Pégourié-Gonnard · 10 years ago
  9. c559f04 Improve regexes in rename.pl by Manuel Pégourié-Gonnard · 10 years ago
  10. b20a70f Move rename.pl to scripts & add data file by Manuel Pégourié-Gonnard · 10 years ago
  11. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  12. 8a89fcd Rm references to removed config options by Manuel Pégourié-Gonnard · 10 years ago
  13. ea0920f Adjust test scripts to new RC4 defaults by Manuel Pégourié-Gonnard · 10 years ago
  14. 4b378c9 Remove old script by Manuel Pégourié-Gonnard · 10 years ago
  15. 7c4e60f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  16. 47e0214 Add -fdata-sections in memory.sh too by Manuel Pégourié-Gonnard · 10 years ago
  17. f9c1387 Drop POLARSSL_ERROR_STRERROR_BC by Manuel Pégourié-Gonnard · 10 years ago
  18. 57a26da Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  19. 3b110c2 Use link-time garbage collection in memory.sh by Manuel Pégourié-Gonnard · 10 years ago
  20. 4a7ed71 scripts/memory.sh only work on Linux by Manuel Pégourié-Gonnard · 10 years ago
  21. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  22. 129db08 Rm polarssl compat targets from Makefiles by Manuel Pégourié-Gonnard · 10 years ago
  23. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  24. 385069f Add some missing 'static' on a few objects by Manuel Pégourié-Gonnard · 10 years ago
  25. ac08b54 Merge remote-tracking branch 'rasp/mem-leak' into development by Manuel Pégourié-Gonnard · 10 years ago
  26. 263438b Add a rule for another type of memory leak to find-mem-leak.cocci. by Mansour Moufid · 10 years ago
  27. 961c626 Add a semantic patch to find potential memory leaks. by Mansour Moufid · 10 years ago
  28. 8b7d7d6 Add curve25519 to ecc-heap.sh by Manuel Pégourié-Gonnard · 10 years ago
  29. 500de6e New script ecc-heap.sh by Manuel Pégourié-Gonnard · 11 years ago
  30. 92471fb Disable SRV_C for client measurement by Manuel Pégourié-Gonnard · 11 years ago
  31. c6dbc8e Output stack+heap usage with massif by Manuel Pégourié-Gonnard · 11 years ago
  32. c5b849b Refactor memory.sh by Manuel Pégourié-Gonnard · 11 years ago
  33. f166c54 Adapt memory.sh to config-suite-b by Manuel Pégourié-Gonnard · 11 years ago
  34. 4d5cc11 Add script to automate memory usage measurement by Manuel Pégourié-Gonnard · 11 years ago
  35. efd9dd0 Adapt bump_version.sh to new Makefile by Manuel Pégourié-Gonnard · 10 years ago
  36. f812054 Revert "Replace SONAME with SOVERSION in makefile" by Manuel Pégourié-Gonnard · 10 years ago
  37. fd9afb2 Add a semantic patch to remove casts of malloc. by Mansour Moufid · 10 years ago
  38. 5b535de Add a semantic patch to remove casts of malloc. by Mansour Moufid · 10 years ago
  39. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  40. f5dc8ec Update error.fmt to match update error.c by Manuel Pégourié-Gonnard · 10 years ago
  41. 6aa04bc modify scripts/* and tests/* to use polarssl_snprintf by Rich Evans · 10 years ago
  42. 4180800 Replace SONAME with SOVERSION in makefile by Manuel Pégourié-Gonnard · 10 years ago
  43. daae3b7 Prepare for mbed TLS 1.3.10 release by Paul Bakker · 10 years ago
  44. 7e81e70 Fix left out printf's by Manuel Pégourié-Gonnard · 10 years ago
  45. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  46. 8984cc8 Add script for polarssl symlink creation by Manuel Pégourié-Gonnard · 10 years ago
  47. 813e585 Rename in visual C script and templates by Manuel Pégourié-Gonnard · 10 years ago
  48. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  49. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  50. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  51. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  52. f234ff8 Rename doxyfile by Manuel Pégourié-Gonnard · 11 years ago
  53. b4fe3cb Rename to mbed TLS in the documentation/comments by Manuel Pégourié-Gonnard · 11 years ago
  54. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  55. a9a9916 generate_errors.pl now errors on duplicate codes by Manuel Pégourié-Gonnard · 11 years ago
  56. e522d0f Merge smarter certificate selection for pre-TLS-1.2 clients by Paul Bakker · 11 years ago
  57. f6080b8 Merge support for enabling / disabling renegotiation support at compile-time by Paul Bakker · 11 years ago
  58. 6f303ce Fix portability issue in script by Manuel Pégourié-Gonnard · 11 years ago
  59. 86b2908 Adapt to "negative" switch for renego by Manuel Pégourié-Gonnard · 11 years ago
  60. 10c44d7 Allow x509_crt_verify_child() in recursion.pl by Manuel Pégourié-Gonnard · 11 years ago
  61. 052ae25 Avoid advertising private option by Manuel Pégourié-Gonnard · 11 years ago
  62. fd60a5c Add script finding recursive functions by Manuel Pégourié-Gonnard · 11 years ago
  63. 5924f9f Add script to find malloc() not followed by init by Manuel Pégourié-Gonnard · 11 years ago
  64. ab3d862 Make config.pl more versatile by Manuel Pégourié-Gonnard · 11 years ago
  65. bb3a7f2 Add scripts to create "full" config.h by Manuel Pégourié-Gonnard · 11 years ago
  66. 0464dd9 Fix bee8ded in error template file too by Paul Bakker · 11 years ago
  67. 39daf66 Ability to ignore changes to Makefiles due to CMake usage by Paul Bakker · 11 years ago
  68. b5212b4 Merge CCM cipher mode and ciphersuites by Paul Bakker · 11 years ago
  69. d66f900 Simplify usage of generate scripts by Manuel Pégourié-Gonnard · 11 years ago
  70. 71c8f20 Add generate_visualc_files to bump_version by Manuel Pégourié-Gonnard · 11 years ago
  71. 30159b4 Make visualc script less chatty by Manuel Pégourié-Gonnard · 11 years ago
  72. 50868a7 Rename VS script more appropriately by Manuel Pégourié-Gonnard · 11 years ago
  73. 411f73e Factor some output code by Manuel Pégourié-Gonnard · 11 years ago
  74. 0598faf Generate VS2010 solution file by Manuel Pégourié-Gonnard · 11 years ago
  75. 41e8b62 Generate GUID for VS2010 apps by Manuel Pégourié-Gonnard · 11 years ago
  76. cd8f844 Add VS6 workspace to update-vs-apps.pl by Manuel Pégourié-Gonnard · 11 years ago
  77. 0aafa5c Add visual C main files to update_vs_apps.pl by Manuel Pégourié-Gonnard · 11 years ago
  78. 2d34fe3 Rework update-vs-apps script a bit by Manuel Pégourié-Gonnard · 11 years ago
  79. fe671f4 Add markers around generated code in error.c by Manuel Pégourié-Gonnard · 11 years ago
  80. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago
  81. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  82. 2ca1dc8 Updated error.c and version_features.c based on changes by Paul Bakker · 11 years ago
  83. 790e395 Fixed to the features check by Paul Bakker · 11 years ago
  84. 0bc1f23 Adapt script and instructions for alt config.h by Manuel Pégourié-Gonnard · 11 years ago
  85. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  86. 0f90d7d version_check_feature() added to check for compile-time options at run-time by Paul Bakker · 11 years ago
  87. 1f69a93 Move configs to 'configs/' and activate-config.pl should be called from root by Paul Bakker · 11 years ago
  88. cf38367 Fix HMAC_DRBG and RIPEMD160 error codes by Manuel Pégourié-Gonnard · 11 years ago
  89. 17d99fc Fixed error.fmt to match active error.c code by Paul Bakker · 12 years ago
  90. 9118072 bump_version script also handled SOVERSION for library/Makefile by Paul Bakker · 12 years ago polarssl-1.3.2
  91. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  92. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  93. b887f11 Removed return from error_strerror() by Paul Bakker · 12 years ago
  94. 2466d93 Threading abstraction layer added by Paul Bakker · 12 years ago
  95. 420edca Clean up config-suite-b.h thanks to new certs by Manuel Pégourié-Gonnard · 12 years ago
  96. cbf3ef3 RSA and ECDSA key exchanges don't depend on CRL by Manuel Pégourié-Gonnard · 12 years ago
  97. 684e9dc Add custom configurations with activation script by Manuel Pégourié-Gonnard · 12 years ago
  98. eaed9df Added --soversion to help in bump_version.sh by Paul Bakker · 12 years ago
  99. ef009ff Small fix to check_doxy_blocks script by Manuel Pégourié-Gonnard · 12 years ago
  100. 1b57878 Add missing VS project files, generated by script by Manuel Pégourié-Gonnard · 12 years ago