1. b7246ad Add copyright dates to all scripts by Bence Szépkúti · 5 years ago
  2. c33e2a6 Do include asn1.h in error.c by Gilles Peskine · 5 years ago
  3. 4383849 Check that all necessary headers are included in error.c by Gilles Peskine · 5 years ago
  4. 6872e17 Add output of `python3` version by Ronald Cron · 5 years ago
  5. a960dc9 Add output of make and cmake versions by Ronald Cron · 5 years ago
  6. b048315 Merge pull request #3248 from gilles-peskine-arm/travis-rationalize-2.7 by Gilles Peskine · 5 years ago
  7. af71b95 Merge pull request #3295 from gilles-peskine-arm/config-full-clarify-2.7 by danh-arm · 5 years ago
  8. 457351a Exclude DEPRECATED_WARNING in config full by Gilles Peskine · 5 years ago
  9. a21c5e9 Document and fix the MBEDTLS_xxx_ALT logic for the full config by Gilles Peskine · 5 years ago
  10. ba5dbae Sort lists for easier maintenance by Gilles Peskine · 5 years ago
  11. f48d468 Explain the rationale for inclusion in "full" and "baremetal" by Gilles Peskine · 5 years ago
  12. 165d1bb Enable X509_ALLOW_EXTENSIONS_NON_V3 in config full by Gilles Peskine · 5 years ago
  13. 89361c9 Remove obsolete options from config.pl by Gilles Peskine · 5 years ago
  14. b60bf72 Merge pull request #3204 from irwir/fix_vcxproj-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  15. 35170f1 Add a simple build script for Windows with Visual Studio by Gilles Peskine · 5 years ago
  16. 96377d3 Copy the changelog entry assembling script from development by Gilles Peskine · 5 years ago
  17. 5d32e64 Merge pull request #3170 from gilles-peskine-arm/check-windows-files-2.7 by Gilles Peskine · 5 years ago
  18. 2eb0c50 [backport 2.7] Finalize fixing bugs in .vcxproj files by irwir · 5 years ago
  19. b5847d2 Pylint: abide by useless-object-inheritance warnings by Gilles Peskine · 5 years ago
  20. 85e712c Systematically use Windows line endings in Windows files by Gilles Peskine · 5 years ago
  21. 8eb64e6 Fix output_env.sh for varying pylint3 output by Simon Butcher · 5 years ago
  22. 8277041 Add Python, Perl and Pylint to output_env.sh by Simon Butcher · 5 years ago
  23. d40e603 Make minor fixes to output_env.sh after review by Simon Butcher · 5 years ago
  24. 870ee82 Enhance the output_env.sh script by Simon Butcher · 5 years ago
  25. 19aa89a Don't set MBEDTLS_MEMORY_DEBUG through `scripts/config.pl full` by Hanno Becker · 6 years ago
  26. e1c62e6 Update documentation of exceptions for `config.pl full` by Andrzej Kurek · 6 years ago
  27. 26c333a Disable memory buffer allocator in full config by Hanno Becker · 6 years ago
  28. e3a7c9c Change worktree_rev to HEAD for rev-parse by Darryl Green · 6 years ago
  29. b14b730 Split _abi_compliance_command into smaller functions by Gilles Peskine · 6 years ago
  30. 2b3f134 Record the commits that were compared by Gilles Peskine · 6 years ago
  31. cc02658 Document how to build the typical argument for -s by Gilles Peskine · 6 years ago
  32. 16dfdb3 Allow running /somewhere/else/path/to/abi_check.py by Gilles Peskine · 6 years ago
  33. a33bb94 windows: Fix Release x64 configuration by Jaeden Amero · 6 years ago
  34. d03977d Merge remote-tracking branch 'origin/pr/2677' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  35. db95d7e Show removed symbols in abi check by Darryl Green · 6 years ago
  36. 3e9626e Remove all abi dumps, not just ones shared between versions by Darryl Green · 6 years ago
  37. 8194871 Only use submodule if present by Darryl Green · 6 years ago
  38. 62a18e3 Add documentation for why we're catching all exceptions by Darryl Green · 6 years ago
  39. 4a483e4 Use check_output instead of Popen by Darryl Green · 6 years ago
  40. 31a1e99 Start unused variable with underscore by Darryl Green · 6 years ago
  41. bbc6ccf Correct documentation by Darryl Green · 6 years ago
  42. 03625fe Check that the report directory is a directory by Darryl Green · 6 years ago
  43. f1d272d Use namespaces instead of full classes by Darryl Green · 6 years ago
  44. b7447e7 Fix pylint issues by Darryl Green · 6 years ago
  45. cf43425 Don't put abi dumps in subfolders by Darryl Green · 6 years ago
  46. f0f9f7f Add verbose switch to silence all output except the final report by Darryl Green · 6 years ago
  47. b743309 Fetch the remote crypto branch, rather than cloning it by Darryl Green · 6 years ago
  48. 7bb9cb5 Prefix internal functions with underscore by Darryl Green · 6 years ago
  49. 02b6865 Add RepoVersion class to make handling of many arguments easier by Darryl Green · 6 years ago
  50. 7be79c9 Reduce indentation levels by Darryl Green · 6 years ago
  51. 765d20d Improve documentation by Darryl Green · 6 years ago
  52. 826e5af Use optional arguments for setting repositories by Darryl Green · 6 years ago
  53. 997c287 Only build the library by Darryl Green · 6 years ago
  54. 87aedf6 Add ability to compare submodules from different repositories by Darryl Green · 6 years ago
  55. d98d8b5 Add handling for cases when not all .so files are present by Darryl Green · 6 years ago
  56. d9ad9ec Extend functionality to allow setting crypto submodule version by Darryl Green · 6 years ago
  57. ab3893b Simplify logic for checking if report folder can be removed by Darryl Green · 6 years ago
  58. 32e7a50 Add option for a brief report of problems only by Darryl Green · 6 years ago
  59. d3cde6f Add option to skip identifiers in ABI checks by Darryl Green · 6 years ago
  60. 834ebc4 Extend abi-checking to different repos by Darryl Green · 6 years ago
  61. fceb4ce abi_check.py: Document more methods by Gilles Peskine · 6 years ago
  62. 346f959 abi_check: Update submodules by Jaeden Amero · 7 years ago
  63. 5857c2f abi_check: Allow checking current checkout by Jaeden Amero · 7 years ago
  64. 31321ca Fix minor issues with command line options by Darryl Green · 7 years ago
  65. 4cd7a9b Updated abi_check.py docstrings by Darryl Green · 7 years ago
  66. c47ac26 Fix current directory check by Darryl Green · 7 years ago
  67. e3e6b18 Add copyright to abi_check script by Darryl Green · 7 years ago
  68. 3da1504 Add script for ABI compatibility checking by Darryl Green · 7 years ago
  69. 21ade06 Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  70. f15cfd5 Merge remote-tracking branch 'public/pr/1557' into mbedtls-2.7 by Simon Butcher · 7 years ago
  71. e83b1ae Merge remote-tracking branch 'public/pr/1606' into mbedtls-2.7 by Simon Butcher · 7 years ago
  72. 11d5551 Merge remote-tracking branch 'upstream-public/pr/1487' into mbedtls-2.7-proposed by Jaeden Amero · 7 years ago
  73. 430e68c Remove refs to VS6 from generate_visualc_files.pl by Andres AG · 7 years ago
  74. 464b149 genereate_visualc_files.pl deletes old files by Andres Amaya Garcia · 8 years ago
  75. 3a74571 Backport 2.7: Use "#!/usr/bin/env perl" as shebang line. by fbrosson · 7 years ago
  76. 844dcb3 Merge remote-tracking branch 'upstream-public/pr/1134' into mbedtls-2.7-proposed by Jaeden Amero · 7 years ago
  77. 53038eb all.sh: with --no-armcc, don't call armcc from output_env.sh by Gilles Peskine · 7 years ago
  78. e856e84 Don't enable RSA_NO_CRT in `config.pl full` by Hanno Becker · 7 years ago
  79. 3a11404 Add LinkLibraryDependencies to VS2010 app template by Jaeden Amero · 7 years ago
  80. 7ecab3d Error codes for hardware accelerator failures by Gilles Peskine · 8 years ago
  81. 9214327 Sort list to make things easier to find by Gilles Peskine · 8 years ago
  82. c4e9694 Add MBEDTLS_NO_UDBL_DIVISION to excludes of full config by Azim Khan · 8 years ago
  83. c3c3a68 Update usage description by Azim Khan · 8 years ago
  84. 0d44573 Add option to do baremetal configuration. by Azim Khan · 8 years ago
  85. f16de7d Merge remote-tracking branch 'upstream-public/pr/995' into development by Gilles Peskine · 8 years ago
  86. 69944b1 Make matching more robbust in generate_errors.pl by Andres Amaya Garcia · 8 years ago
  87. d2da622 Ensure that only .h files are parsed in generate_errors.pl by Andres Amaya Garcia · 8 years ago
  88. 8ca0e8f Minor style fix by Gilles Peskine · 8 years ago
  89. d98e9e8 config.pl get: be better behaved by Gilles Peskine · 8 years ago
  90. 01f57e3 config.pl get: don't rewrite config.h; detect write errors by Gilles Peskine · 8 years ago
  91. f0f55cc Fixed "config.pl get" for options with no value by Gilles Peskine · 8 years ago
  92. 36855d6 Change generate_errors.pl to call perl grep by Andres Amaya Garcia · 8 years ago
  93. c6f346b Fix get option in config.pl script by Hanno Becker · 8 years ago
  94. fe94831 Remove malloc references in mbedtls/scripts by Andres Amaya Garcia · 8 years ago
  95. 08902ed Fix Visual Studio template files by Simon Butcher · 8 years ago
  96. 4d1e104 Merge iotssl-1079-macro-redefinition-warning by Simon Butcher · 9 years ago
  97. 31f9b5b Modify output_env.sh to make it extensible by Andres AG · 9 years ago
  98. 87bb577 Add ARM Compiler 6 build tests to all.sh by Andres AG · 9 years ago
  99. ee7157e Fix redefinition of macro ssl_set_bio by Andres AG · 9 years ago
  100. 2adecba Clarify Comments and Fix Typos (#651) by Brian J Murray · 9 years ago