1. 7400e8f Merge remote-tracking branch 'origin/pr/591' into baremetal by Simon Butcher · 6 years ago
  2. f2ef573 Merge remote-tracking branch 'origin/pr/598' into baremetal by Simon Butcher · 6 years ago
  3. b4d967a Remove MBEDTLS_X509_REMOVE_INFO from `scripts/config.pl full` by Hanno Becker · 6 years ago
  4. 070f107 Add --check option to scripts/baremetal.sh by Manuel Pégourié-Gonnard · 6 years ago
  5. 1abb159 Merge branch 'mbedtls-2.16' into baremetal by Hanno Becker · 6 years ago
  6. ba8b1eb Use negated option for controlling TLS support. by Manuel Pégourié-Gonnard · 6 years ago
  7. 342223e Merge remote-tracking branch 'origin/pr/2676' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  8. 7cc9ca8 baremetal.sh: Print code-size summary by Hanno Becker · 6 years ago
  9. 0ae1a53 Show removed symbols in abi check by Darryl Green · 6 years ago
  10. f3c43dd Merge branch 'mbedtls-2.16' into baremetal by Manuel Pégourié-Gonnard · 6 years ago
  11. e831f55 Remove all abi dumps, not just ones shared between versions by Darryl Green · 6 years ago
  12. d5e1bfc Merge remote-tracking branch 'origin/pr/569' into baremetal by Simon Butcher · 6 years ago
  13. 0edb924 Merge remote-tracking branch 'origin/pr/565' into baremetal by Simon Butcher · 6 years ago
  14. 4ce0604 Enable use of CID in baremetal configuration and test script by Hanno Becker · 6 years ago
  15. fce6f83 Merge branch 'mbedtls-2.16' into baremetal by Hanno Becker · 6 years ago
  16. 999ac17 Merge remote-tracking branch 'origin/pr/566' into baremetal by Simon Butcher · 6 years ago
  17. fbf3c8a Only use submodule if present by Darryl Green · 6 years ago
  18. afdc1b5 Consistently use the name tinycrypt over uecc by Manuel Pégourié-Gonnard · 6 years ago
  19. 00c0aa0 Exclude MBEDTLS_USE_UECC from the full config by Jarno Lamsa · 6 years ago
  20. 2e7c7cd Merge remote-tracking branch 'public/mbedtls-2.16' into baremetal by Simon Butcher · 6 years ago
  21. a0415bc Use check_output instead of Popen by Darryl Green · 6 years ago
  22. 03c5e85 Start unused variable with underscore by Darryl Green · 6 years ago
  23. 3c9e7d2 Correct documentation by Darryl Green · 6 years ago
  24. 6b3cbfa Check that the report directory is a directory by Darryl Green · 6 years ago
  25. 30dc6d5 Use namespaces instead of full classes by Darryl Green · 6 years ago
  26. 26dff8e Fix pylint issues by Darryl Green · 6 years ago
  27. 5783847 Don't put abi dumps in subfolders by Darryl Green · 6 years ago
  28. 6602538 Add verbose switch to silence all output except the final report by Darryl Green · 6 years ago
  29. 3f74298 Fetch the remote crypto branch, rather than cloning it by Darryl Green · 6 years ago
  30. 88bfbc2 Prefix internal functions with underscore by Darryl Green · 6 years ago
  31. 7381bea Add RepoVersion class to make handling of many arguments easier by Darryl Green · 6 years ago
  32. 0478a32 Reduce indentation levels by Darryl Green · 6 years ago
  33. 7c0e052 Improve documentation by Darryl Green · 6 years ago
  34. 06c51d0 Use optional arguments for setting repositories by Darryl Green · 6 years ago
  35. c8e6ad4 Only build the library by Darryl Green · 6 years ago
  36. 879f250 Add ability to compare submodules from different repositories by Darryl Green · 6 years ago
  37. de11809 Add handling for cases when not all .so files are present by Darryl Green · 6 years ago
  38. ae5d66c Extend functionality to allow setting crypto submodule version by Darryl Green · 6 years ago
  39. 131e24b Simplify logic for checking if report folder can be removed by Darryl Green · 6 years ago
  40. 0da4578 Add option for a brief report of problems only by Darryl Green · 6 years ago
  41. 668063b Add option to skip identifiers in ABI checks by Darryl Green · 6 years ago
  42. 5a301f0 Extend abi-checking to different repos by Darryl Green · 6 years ago
  43. 4cd4b4b abi_check: Update submodules by Jaeden Amero · 7 years ago
  44. 9ef6028 abi_check: Allow checking current checkout by Jaeden Amero · 7 years ago
  45. db8821c Merge remote-tracking branch 'origin/pr/2470' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  46. 7f6e808 Remove uninitialized variable error in baremetal.sh by Hanno Becker · 6 years ago
  47. b4d8fab Rename generate_codesize_stats.sh to extract_codesize_stats.sh by Hanno Becker · 6 years ago
  48. 1373724 Add static callgraph output to `baremetal.sh --ram --stack` by Hanno Becker · 6 years ago
  49. c7c2081 Measure stack usage in baremetal script by Hanno Becker · 6 years ago
  50. 7a09785 Correct usage instructions for baremetal script by Hanno Becker · 6 years ago
  51. a778959 Don't ignore I/O and ECP heap usage in baremetal script by Hanno Becker · 6 years ago
  52. 5541e4e Add usage instructions to baremetal heap+stack usage function by Hanno Becker · 6 years ago
  53. 43fa8d6 Add scripts to build, test and measure baremetal configuration by Hanno Becker · 6 years ago
  54. 5d8aade Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  55. afd19dd Silence pylint by Gilles Peskine · 6 years ago
  56. 9df1763 abi_check.py: Document more methods by Gilles Peskine · 6 years ago
  57. 4c47e18 Fix check-generated-files.sh failure with query_config by Andres Amaya Garcia · 7 years ago
  58. c6753cd Use \r instead of 0xD in generate_visualc_files.pl by Andres Amaya Garcia · 7 years ago
  59. fe52d2a Update query_config.c with new macros by Andres Amaya Garcia · 7 years ago
  60. 4eb040a Exclude macros from query_config.c generation by Andres Amaya Garcia · 7 years ago
  61. c500ad8 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  62. c46ea38 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  63. 024694e Fix missing include in vs proj files for query programs by Andres Amaya Garcia · 7 years ago
  64. 5547a40 Improve comments in query_config.fmt by Andres Amaya Garcia · 7 years ago
  65. d2689e3 Fix GCC 0-length printf format string error by Andres Amaya Garcia · 7 years ago
  66. 289c64a Fix multiple stdio.h inclusion in query_config.c by Andres Amaya Garcia · 7 years ago
  67. e8b11dd Fix typo in quenerate_query_config.pl comment by Andres Amaya Garcia · 7 years ago
  68. e144b41 Add gen_query_config.pl to check-gen-files and bump_version by Andres Amaya Garcia · 7 years ago
  69. f1a5b26 Script generation of query_config.c file by Andres Amaya Garcia · 7 years ago
  70. 0ff4e0b Add platform error codes by Ron Eldor · 7 years ago
  71. 9fa21bf Merge remote-tracking branch 'public/pr/1533' into development by Simon Butcher · 7 years ago
  72. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  73. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  74. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  75. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  76. 2adb375 Add option to avoid 64-bit multiplication by Manuel Pégourié-Gonnard · 7 years ago
  77. eb6ed71 Merge remote-tracking branch 'public/pr/1267' into development by Simon Butcher · 7 years ago
  78. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  79. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  80. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  81. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  82. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  83. cdd97fd Merge remote-tracking branch 'upstream-public/pr/1433' into development by Jaeden Amero · 7 years ago
  84. 09c4e7e Merge remote-tracking branch 'upstream-public/pr/1486' into development-proposed by Jaeden Amero · 7 years ago
  85. 418527b Fix minor issues with command line options by Darryl Green · 7 years ago
  86. 5121d4b Remove refs to VS6 from generate_visualc_files.pl by Andres AG · 7 years ago
  87. 3c5f949 genereate_visualc_files.pl deletes old files by Andres Amaya Garcia · 8 years ago
  88. 7869680 Updated abi_check.py docstrings by Darryl Green · 7 years ago
  89. 533407a Use "#!/usr/bin/env perl" as shebang line. by fbrosson · 7 years ago
  90. 5031a9a Merge remote-tracking branch 'upstream-public/pr/1134' into development-proposed by Jaeden Amero · 7 years ago
  91. 2623296 all.sh: with --no-armcc, don't call armcc from output_env.sh by Gilles Peskine · 7 years ago
  92. a6f430f Fix current directory check by Darryl Green · 7 years ago
  93. 553a06f Merge remote-tracking branch 'upstream-restricted/pr/351' into development-restricted-proposed by Gilles Peskine · 7 years ago
  94. 127c5af Add copyright to abi_check script by Darryl Green · 7 years ago
  95. 13678d2 Merge remote-tracking branch 'upstream-public/pr/922' into development-proposed by Gilles Peskine · 7 years ago
  96. 7c2dd58 Add script for ABI compatibility checking by Darryl Green · 7 years ago
  97. a3389eb Merge branch 'development-restricted' into iotssl-1306-rsa-is-vulnerable-to-bellcore-glitch-attack by Hanno Becker · 7 years ago
  98. 6b36892 Add compat.sh ARIA run to all.sh by Manuel Pégourié-Gonnard · 7 years ago
  99. 3c0b53b ARIA build integration by Markku-Juhani O. Saarinen · 8 years ago
  100. 0cb7709 Add LinkLibraryDependencies to VS2010 app template by Jaeden Amero · 7 years ago