1. f69b919 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.7r0 by Janos Follath · 5 years ago
  2. 23983f3 Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  3. f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  4. 51b41d5 Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
  5. 468a76f Add copyright dates to all scripts by Bence Szépkúti · 5 years ago
  6. e913f91 Do include asn1.h in error.c by Gilles Peskine · 5 years ago
  7. 4f84cc7 Check that all necessary headers are included in error.c by Gilles Peskine · 5 years ago
  8. 0665677 Add output of `python3` version by Ronald Cron · 5 years ago
  9. 2eefeee Add output of make and cmake versions by Ronald Cron · 5 years ago
  10. 0f59341 Merge pull request #3247 from gilles-peskine-arm/travis-rationalize-2.16 by Gilles Peskine · 5 years ago
  11. 21f2ba5 Merge pull request #3286 from gilles-peskine-arm/config-full-clarify-2.16 by danh-arm · 5 years ago
  12. 1e8cafc Exclude DEPRECATED_WARNING in config full by Gilles Peskine · 5 years ago
  13. df4f7c1 Document and fix the MBEDTLS_xxx_ALT logic for the full config by Gilles Peskine · 5 years ago
  14. 899f638 Merge pull request #3205 from irwir/fix_vcxproj-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  15. d6189e1 Sort lists for easier maintenance by Gilles Peskine · 5 years ago
  16. 108ebf2 Explain the rationale for inclusion in "full" and "baremetal" by Gilles Peskine · 5 years ago
  17. df5614e Enable X509_ALLOW_EXTENSIONS_NON_V3 in config full by Gilles Peskine · 5 years ago
  18. 989d05f Remove obsolete options from config.pl by Gilles Peskine · 5 years ago
  19. 468adcc Add a simple build script for Windows with Visual Studio by Gilles Peskine · 5 years ago
  20. cff94e3 Copy the changelog entry assembling script from development by Gilles Peskine · 5 years ago
  21. 15316fd Merge pull request #3169 from gilles-peskine-arm/check-windows-files-2.16 by Gilles Peskine · 5 years ago
  22. 3d9b798 [backport 2.16] Finalize fixing bugs in .vcxproj files by irwir · 5 years ago
  23. 5d1dfd4 Pylint: abide by useless-object-inheritance warnings by Gilles Peskine · 5 years ago
  24. ce56956 Systematically use Windows line endings in Windows files by Gilles Peskine · 5 years ago
  25. fea21d4 Fix a stray CR inside a line by Gilles Peskine · 5 years ago
  26. 47f7287 Change the use of pylint to optionally use pylint3 by Simon Butcher · 5 years ago
  27. bae7328 Fix output_env.sh for varying pylint3 output by Simon Butcher · 5 years ago
  28. 85c4c86 Add Python, Perl and Pylint to output_env.sh by Simon Butcher · 5 years ago
  29. 679d2de Make minor fixes to output_env.sh after review by Simon Butcher · 5 years ago
  30. 3104eec Enhance the output_env.sh script by Simon Butcher · 5 years ago
  31. 16ee3c1 config.pl full: exclude MBEDTLS_CTR_DRBG_USE_128_BIT_KEY by Gilles Peskine · 6 years ago
  32. dfc9744 Don't set MBEDTLS_MEMORY_DEBUG through `scripts/config.pl full` by Hanno Becker · 6 years ago
  33. 8762101 Update documentation of exceptions for `config.pl full` by Andrzej Kurek · 6 years ago
  34. 307dfcd Disable memory buffer allocator in full config by Hanno Becker · 6 years ago
  35. 64b4b6e Change worktree_rev to HEAD for rev-parse by Darryl Green · 6 years ago
  36. 47a4cba Split _abi_compliance_command into smaller functions by Gilles Peskine · 6 years ago
  37. ea94391 Record the commits that were compared by Gilles Peskine · 6 years ago
  38. 826286a Document how to build the typical argument for -s by Gilles Peskine · 6 years ago
  39. c53b93b Allow running /somewhere/else/path/to/abi_check.py by Gilles Peskine · 6 years ago
  40. 73a36ff windows: Fix Release x64 configuration by Jaeden Amero · 6 years ago
  41. 342223e Merge remote-tracking branch 'origin/pr/2676' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  42. 0ae1a53 Show removed symbols in abi check by Darryl Green · 6 years ago
  43. e831f55 Remove all abi dumps, not just ones shared between versions by Darryl Green · 6 years ago
  44. fbf3c8a Only use submodule if present by Darryl Green · 6 years ago
  45. a0415bc Use check_output instead of Popen by Darryl Green · 6 years ago
  46. 03c5e85 Start unused variable with underscore by Darryl Green · 6 years ago
  47. 3c9e7d2 Correct documentation by Darryl Green · 6 years ago
  48. 6b3cbfa Check that the report directory is a directory by Darryl Green · 6 years ago
  49. 30dc6d5 Use namespaces instead of full classes by Darryl Green · 6 years ago
  50. 26dff8e Fix pylint issues by Darryl Green · 6 years ago
  51. 5783847 Don't put abi dumps in subfolders by Darryl Green · 6 years ago
  52. 6602538 Add verbose switch to silence all output except the final report by Darryl Green · 6 years ago
  53. 3f74298 Fetch the remote crypto branch, rather than cloning it by Darryl Green · 6 years ago
  54. 88bfbc2 Prefix internal functions with underscore by Darryl Green · 6 years ago
  55. 7381bea Add RepoVersion class to make handling of many arguments easier by Darryl Green · 6 years ago
  56. 0478a32 Reduce indentation levels by Darryl Green · 6 years ago
  57. 7c0e052 Improve documentation by Darryl Green · 6 years ago
  58. 06c51d0 Use optional arguments for setting repositories by Darryl Green · 6 years ago
  59. c8e6ad4 Only build the library by Darryl Green · 6 years ago
  60. 879f250 Add ability to compare submodules from different repositories by Darryl Green · 6 years ago
  61. de11809 Add handling for cases when not all .so files are present by Darryl Green · 6 years ago
  62. ae5d66c Extend functionality to allow setting crypto submodule version by Darryl Green · 6 years ago
  63. 131e24b Simplify logic for checking if report folder can be removed by Darryl Green · 6 years ago
  64. 0da4578 Add option for a brief report of problems only by Darryl Green · 6 years ago
  65. 668063b Add option to skip identifiers in ABI checks by Darryl Green · 6 years ago
  66. 5a301f0 Extend abi-checking to different repos by Darryl Green · 6 years ago
  67. 4cd4b4b abi_check: Update submodules by Jaeden Amero · 7 years ago
  68. 9ef6028 abi_check: Allow checking current checkout by Jaeden Amero · 7 years ago
  69. db8821c Merge remote-tracking branch 'origin/pr/2470' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  70. 5d8aade Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  71. afd19dd Silence pylint by Gilles Peskine · 6 years ago
  72. 9df1763 abi_check.py: Document more methods by Gilles Peskine · 6 years ago
  73. 4c47e18 Fix check-generated-files.sh failure with query_config by Andres Amaya Garcia · 7 years ago
  74. c6753cd Use \r instead of 0xD in generate_visualc_files.pl by Andres Amaya Garcia · 7 years ago
  75. fe52d2a Update query_config.c with new macros by Andres Amaya Garcia · 7 years ago
  76. 4eb040a Exclude macros from query_config.c generation by Andres Amaya Garcia · 7 years ago
  77. c500ad8 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  78. c46ea38 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  79. 024694e Fix missing include in vs proj files for query programs by Andres Amaya Garcia · 7 years ago
  80. 5547a40 Improve comments in query_config.fmt by Andres Amaya Garcia · 7 years ago
  81. d2689e3 Fix GCC 0-length printf format string error by Andres Amaya Garcia · 7 years ago
  82. 289c64a Fix multiple stdio.h inclusion in query_config.c by Andres Amaya Garcia · 7 years ago
  83. e8b11dd Fix typo in quenerate_query_config.pl comment by Andres Amaya Garcia · 7 years ago
  84. e144b41 Add gen_query_config.pl to check-gen-files and bump_version by Andres Amaya Garcia · 7 years ago
  85. f1a5b26 Script generation of query_config.c file by Andres Amaya Garcia · 7 years ago
  86. 0ff4e0b Add platform error codes by Ron Eldor · 7 years ago
  87. 9fa21bf Merge remote-tracking branch 'public/pr/1533' into development by Simon Butcher · 7 years ago
  88. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  89. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  90. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  91. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  92. 2adb375 Add option to avoid 64-bit multiplication by Manuel Pégourié-Gonnard · 7 years ago
  93. eb6ed71 Merge remote-tracking branch 'public/pr/1267' into development by Simon Butcher · 7 years ago
  94. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  95. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  96. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  97. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  98. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  99. cdd97fd Merge remote-tracking branch 'upstream-public/pr/1433' into development by Jaeden Amero · 7 years ago
  100. 09c4e7e Merge remote-tracking branch 'upstream-public/pr/1486' into development-proposed by Jaeden Amero · 7 years ago