1. e7dce55 Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  2. 55768f2 Fix MBEDTLS_PRIVATE wrapping in tests and sample programs. by Mateusz Starzyk · 4 years, 2 months ago
  3. b4a0129 Add test/helpers include to test drivers. Remove config.h include. by Mateusz Starzyk · 4 years, 2 months ago
  4. b198272 Document MBEDTLS_ALLOW_PRIVATE_ACCESS inside test/helpers.h. by Mateusz Starzyk · 4 years, 2 months ago
  5. 3911e70 Remove obsolete MBEDTLS_ALLOW_PRIVATE_ACCESS from helpers function. by Mateusz Starzyk · 4 years, 2 months ago
  6. 03f0030 Add missing common.h include. by Mateusz Starzyk · 4 years, 2 months ago
  7. 57d1d19 Fix typo by Mateusz Starzyk · 4 years, 2 months ago
  8. 142c205 Merge pull request #4513 from Patater/psa-without-genprime-fix by Ronald Cron · 4 years, 2 months ago
  9. cad24bb Make python script idempotent. by Mateusz Starzyk · 4 years, 2 months ago
  10. 284471c Clarify python script's comments by Mateusz Starzyk · 4 years, 2 months ago
  11. f3bacd7 Merge pull request #4476 from TRodziewicz/Remove__SSL_DTLS_BADMAC_LIMIT_option by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  12. a86c312 Addition of the migration guide entry. by TRodziewicz · 4 years, 2 months ago
  13. 5c251c6 Add the ChangeLog file by TRodziewicz · 4 years, 3 months ago
  14. 46cccb8 _SSL_DTLS_BADMAC_LIMIT config.h option removed by TRodziewicz · 4 years, 3 months ago
  15. b7abba2 Merge pull request #4515 from tom-daubney-arm/remove_rsa_mode_params_2 by Gilles Peskine · 4 years, 2 months ago
  16. 8a5304d Merge pull request #4553 from gilles-peskine-arm/aria_alt-3.0 by Gilles Peskine · 4 years, 2 months ago
  17. 731b952 Additional corrections to ChangeLog by Thomas Daubney · 4 years, 2 months ago
  18. 86d1d74 Merge pull request #4495 from TRodziewicz/remove_support_for_(D)TLS_1.0_and_1.1 by Dave Rodgman · 4 years, 2 months ago
  19. 6f96611 Corrections to ChangeLog and Migration guide by Thomas Daubney · 4 years, 2 months ago
  20. 0e1f05d Changelog entry for the ARIA_ALT and CAMELLIA_ALT fixes by Gilles Peskine · 4 years, 2 months ago
  21. c537aa8 CAMELLIA: add missing context init/free by Gilles Peskine · 4 years, 2 months ago
  22. be89fea ARIA: add missing context init/free by Gilles Peskine · 4 years, 2 months ago
  23. 59392b0 Fix misplaced extern "C" affecting MBEDTLS_ARIA_ALT by Gilles Peskine · 4 years, 2 months ago
  24. 3ca92b1 Re-wording of Migration guide entry by Thomas Daubney · 4 years, 2 months ago
  25. 9d1ce40 Additional corrections by TRodziewicz · 4 years, 2 months ago
  26. 4ca18aa Corrections after the code review by TRodziewicz · 4 years, 3 months ago
  27. d807060 Addition of migration guide and corrections to the ChangeLog file by TRodziewicz · 4 years, 3 months ago
  28. 97e4172 Remove the _SSL_FALLBACK_ tests by TRodziewicz · 4 years, 3 months ago
  29. 6370dbe Remove the _SSL_FALLBACK_ parts by TRodziewicz · 4 years, 3 months ago
  30. 2d8800e Small corrections in the comments by TRodziewicz · 4 years, 3 months ago
  31. b5850c5 Correction of too restrictive ssl cli minor check by TRodziewicz · 4 years, 3 months ago
  32. ef73f01 Removing strayed dtls1 after doing tests by TRodziewicz · 4 years, 3 months ago
  33. 55bd84b Correction to the ssl client/server usage comment. by TRodziewicz · 4 years, 3 months ago
  34. 2812605 Removal of constants and functions and a new ChangeLog file by TRodziewicz · 4 years, 3 months ago
  35. 0f82ec6 Remove the TLS 1.0 and 1.1 support by TRodziewicz · 4 years, 3 months ago
  36. 2fbbe1d Corrections to ChangeLog and Migration guide by Thomas Daubney · 4 years, 2 months ago
  37. 28c8cce Add conditional error.h include to test helpers function. by Mateusz Starzyk · 4 years, 3 months ago
  38. f2b11a9 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to tests drivers by Mateusz Starzyk · 4 years, 3 months ago
  39. beb95b4 Adjust doxyfile to expand MBEDTLS_PRIVATE macro. by Mateusz Starzyk · 4 years, 3 months ago
  40. 5dd4f6e Add MBEDTLS_PRIVATE wrapping to sample programs. by Mateusz Starzyk · 4 years, 3 months ago
  41. 6c2e9b6 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs by Mateusz Starzyk · 4 years, 3 months ago
  42. 363eb29 Fix MBEDTLS_PRIVATE wrapping in the library's headers. by Mateusz Starzyk · 4 years, 3 months ago
  43. 88fa17d Add missing 'common.h' include. by Mateusz Starzyk · 4 years, 3 months ago
  44. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 3 months ago
  45. 0d41abb Introduce scripts automating wrapping structs members with MBEDTLS_PRIVATE. by Mateusz Starzyk · 4 years, 3 months ago
  46. 2c09c9b Introduce MBEDTLS_PRIVATE macro. by Mateusz Starzyk · 4 years, 3 months ago
  47. f54c5c5 Fixes typo by Thomas Daubney · 4 years, 3 months ago
  48. 62b0d1d Adds ChangeLog and Migration guide entry by Thomas Daubney · 4 years, 3 months ago
  49. f823722 Merge pull request #4532 from gilles-peskine-arm/host_test-int32-3.0 by Ronald Cron · 4 years, 3 months ago
  50. d58ed58 Restores erroneously removed checks by Thomas Daubney · 4 years, 3 months ago
  51. 2c65db9 Corrects documentation in rsa.h by Thomas Daubney · 4 years, 3 months ago
  52. 7fc487c Merge pull request #4347 from hanno-arm/ssl_session_cache_3_0 by Janos Follath · 4 years, 3 months ago
  53. ea047c8 Merge pull request #4429 from gilles-peskine-arm/openssl-dhparam-robustness-3.0 by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  54. 59c4412 Merge pull request #4497 from netfoundry/fix-mingw-build-development by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  55. ca72287 Merge pull request #4304 from mstarzyk-mobica/convert_NO_SHA384_to_positive by Ronald Cron · 4 years, 3 months ago
  56. 424fa93 psa: Support RSA signature without MBEDTLS_GENPRIME by Jaeden Amero · 4 years, 3 months ago
  57. ff143c0 psa: Add missing RSA test dependency by Jaeden Amero · 4 years, 3 months ago
  58. e913174 Merge pull request #4543 from gilles-peskine-arm/undefined-reference-3.0 by Gilles Peskine · 4 years, 3 months ago
  59. 0341278 Modifies documentation in rsa.h by Thomas Daubney · 4 years, 3 months ago
  60. 3248be4 Merge pull request #4462 from netfoundry/gcc11.fixes by Gilles Peskine · 4 years, 3 months ago
  61. f4c1d58 Merge pull request #4453 from facchinm/crt_in_filesystem_mbed_os by Gilles Peskine · 4 years, 3 months ago
  62. 49fef37 Merge pull request #4342 from gilles-peskine-arm/gcm-update-any-length by Ronald Cron · 4 years, 3 months ago
  63. 17011a3 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  64. 3489cc1 Improve migration guide for SHA384 option by Mateusz Starzyk · 4 years, 3 months ago
  65. f505b0e Removes unused variables in test_suite_rsa.function by Thomas Daubney · 4 years, 3 months ago
  66. 085e94f Merge pull request #4395 from gilles-peskine-arm/no-generated-files-3.0 by Gilles Peskine · 4 years, 3 months ago
  67. 15c7b40 Reorder the text to say who is affected first by Gilles Peskine · 4 years, 3 months ago
  68. 7f312c8 Add migration guides for GCM by Gilles Peskine · 4 years, 3 months ago
  69. 4b3dfd0 Fix test data description by Mateusz Starzyk · 4 years, 3 months ago
  70. 425e23e Fix notes for is384 parameter by Mateusz Starzyk · 4 years, 3 months ago
  71. eb30b0c Merge remote-tracking branch 'upstream-public/development' into no-generated-files-3.0 by Gilles Peskine · 4 years, 3 months ago
  72. a13deaf Use an order-only dependency the presence matters but not the content by Gilles Peskine · 4 years, 3 months ago
  73. 7ca4ff6 Remove Git pre-commit hook by Gilles Peskine · 4 years, 3 months ago
  74. 67debb6 Test check-generated-files.sh by Gilles Peskine · 4 years, 3 months ago
  75. 94230ea Fix `make generated_files` generating broken visualc files by Gilles Peskine · 4 years, 3 months ago
  76. e2f476e Avoid creating visualc/VS2010/*.bak.bak files by Gilles Peskine · 4 years, 3 months ago
  77. 539f143 Remove caching of cc_is_msvc by Bence Szépkúti · 4 years, 3 months ago
  78. 7c18550 Remove object file in finally by Bence Szépkúti · 4 years, 3 months ago
  79. 46d8949 Move object file handling out of create_c_file() by Bence Szépkúti · 4 years, 3 months ago
  80. 0671dd3 Add notice of caching whether the compiler is MSVC by Bence Szépkúti · 4 years, 3 months ago
  81. 24c29fe Clean up object files produced by MSVC by Bence Szépkúti · 4 years, 3 months ago
  82. fa6bf1e Detect MSVC without relying on compiler filename by Bence Szépkúti · 4 years, 3 months ago
  83. b32966d In update mode, create the files if they don't exist by Gilles Peskine · 4 years, 3 months ago
  84. e151e21 Explicitly use UTF-8 in assemble_changelog by Gilles Peskine · 4 years, 3 months ago
  85. 7261fff Switch assemble_changelog to using text strings by Gilles Peskine · 4 years, 3 months ago
  86. 383339c Changelog entry for the requirement to generate source files by Gilles Peskine · 4 years, 3 months ago
  87. d05a588 Document how to build the generated source files by Gilles Peskine · 4 years, 3 months ago
  88. 3bd51b0 Improve MSVC detection by Bence Szépkúti · 4 years, 3 months ago
  89. 9e84ec7 Always use posix semantics when joining paths by Bence Szépkúti · 4 years, 3 months ago
  90. cabae3d Specify output name for MSVC as well by Bence Szépkúti · 4 years, 3 months ago
  91. d2968bd Explicitly specify exit code for "exit /b" by Bence Szépkúti · 4 years, 3 months ago
  92. 9d1edb6 If $CC looks like MSVC, use a compatible command line syntax by Gilles Peskine · 4 years, 4 months ago
  93. a4d3273 Accept Windows line endings on inputs on any platform by Gilles Peskine · 4 years, 4 months ago
  94. 6e245c6 Simplify line ending management and make it work on Windows by Gilles Peskine · 4 years, 4 months ago
  95. b0fa9d2 Don't require make to generate visualc files by Gilles Peskine · 4 years, 4 months ago
  96. 1411c7c Don't make configuration-independent files depend on config.h by Gilles Peskine · 4 years, 4 months ago
  97. de7f1e0 Generate source files before doing builds on Travis by Gilles Peskine · 4 years, 4 months ago
  98. 0da63be Script to generate source files on Windows by Gilles Peskine · 4 years, 4 months ago
  99. 1570b59 Generate source files before running any components by Gilles Peskine · 4 years, 4 months ago
  100. 76c5185 Move VS2010 Git ignore list to the VS2010 directory by Gilles Peskine · 4 years, 3 months ago