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