1. 4ca18aa Corrections after the code review by TRodziewicz · 4 years, 3 months ago
  2. d807060 Addition of migration guide and corrections to the ChangeLog file by TRodziewicz · 4 years, 3 months ago
  3. 97e4172 Remove the _SSL_FALLBACK_ tests by TRodziewicz · 4 years, 3 months ago
  4. 6370dbe Remove the _SSL_FALLBACK_ parts by TRodziewicz · 4 years, 3 months ago
  5. 2d8800e Small corrections in the comments by TRodziewicz · 4 years, 3 months ago
  6. b5850c5 Correction of too restrictive ssl cli minor check by TRodziewicz · 4 years, 3 months ago
  7. ef73f01 Removing strayed dtls1 after doing tests by TRodziewicz · 4 years, 3 months ago
  8. 55bd84b Correction to the ssl client/server usage comment. by TRodziewicz · 4 years, 3 months ago
  9. 2812605 Removal of constants and functions and a new ChangeLog file by TRodziewicz · 4 years, 3 months ago
  10. 0f82ec6 Remove the TLS 1.0 and 1.1 support by TRodziewicz · 4 years, 3 months ago
  11. f823722 Merge pull request #4532 from gilles-peskine-arm/host_test-int32-3.0 by Ronald Cron · 4 years, 3 months ago
  12. 7fc487c Merge pull request #4347 from hanno-arm/ssl_session_cache_3_0 by Janos Follath · 4 years, 3 months ago
  13. ea047c8 Merge pull request #4429 from gilles-peskine-arm/openssl-dhparam-robustness-3.0 by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  14. 59c4412 Merge pull request #4497 from netfoundry/fix-mingw-build-development by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  15. ca72287 Merge pull request #4304 from mstarzyk-mobica/convert_NO_SHA384_to_positive by Ronald Cron · 4 years, 3 months ago
  16. e913174 Merge pull request #4543 from gilles-peskine-arm/undefined-reference-3.0 by Gilles Peskine · 4 years, 3 months ago
  17. 3248be4 Merge pull request #4462 from netfoundry/gcc11.fixes by Gilles Peskine · 4 years, 3 months ago
  18. f4c1d58 Merge pull request #4453 from facchinm/crt_in_filesystem_mbed_os by Gilles Peskine · 4 years, 3 months ago
  19. 49fef37 Merge pull request #4342 from gilles-peskine-arm/gcm-update-any-length by Ronald Cron · 4 years, 3 months ago
  20. 17011a3 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  21. 3489cc1 Improve migration guide for SHA384 option by Mateusz Starzyk · 4 years, 3 months ago
  22. 085e94f Merge pull request #4395 from gilles-peskine-arm/no-generated-files-3.0 by Gilles Peskine · 4 years, 3 months ago
  23. 15c7b40 Reorder the text to say who is affected first by Gilles Peskine · 4 years, 3 months ago
  24. 7f312c8 Add migration guides for GCM by Gilles Peskine · 4 years, 3 months ago
  25. 4b3dfd0 Fix test data description by Mateusz Starzyk · 4 years, 3 months ago
  26. 425e23e Fix notes for is384 parameter by Mateusz Starzyk · 4 years, 3 months ago
  27. eb30b0c Merge remote-tracking branch 'upstream-public/development' into no-generated-files-3.0 by Gilles Peskine · 4 years, 3 months ago
  28. a13deaf Use an order-only dependency the presence matters but not the content by Gilles Peskine · 4 years, 3 months ago
  29. 7ca4ff6 Remove Git pre-commit hook by Gilles Peskine · 4 years, 3 months ago
  30. 67debb6 Test check-generated-files.sh by Gilles Peskine · 4 years, 3 months ago
  31. 94230ea Fix `make generated_files` generating broken visualc files by Gilles Peskine · 4 years, 3 months ago
  32. e2f476e Avoid creating visualc/VS2010/*.bak.bak files by Gilles Peskine · 4 years, 3 months ago
  33. 539f143 Remove caching of cc_is_msvc by Bence Szépkúti · 4 years, 3 months ago
  34. 7c18550 Remove object file in finally by Bence Szépkúti · 4 years, 3 months ago
  35. 46d8949 Move object file handling out of create_c_file() by Bence Szépkúti · 4 years, 3 months ago
  36. 0671dd3 Add notice of caching whether the compiler is MSVC by Bence Szépkúti · 4 years, 3 months ago
  37. 24c29fe Clean up object files produced by MSVC by Bence Szépkúti · 4 years, 3 months ago
  38. fa6bf1e Detect MSVC without relying on compiler filename by Bence Szépkúti · 4 years, 3 months ago
  39. b32966d In update mode, create the files if they don't exist by Gilles Peskine · 4 years, 3 months ago
  40. e151e21 Explicitly use UTF-8 in assemble_changelog by Gilles Peskine · 4 years, 3 months ago
  41. 7261fff Switch assemble_changelog to using text strings by Gilles Peskine · 4 years, 3 months ago
  42. 383339c Changelog entry for the requirement to generate source files by Gilles Peskine · 4 years, 3 months ago
  43. d05a588 Document how to build the generated source files by Gilles Peskine · 4 years, 3 months ago
  44. 3bd51b0 Improve MSVC detection by Bence Szépkúti · 4 years, 3 months ago
  45. 9e84ec7 Always use posix semantics when joining paths by Bence Szépkúti · 4 years, 3 months ago
  46. cabae3d Specify output name for MSVC as well by Bence Szépkúti · 4 years, 3 months ago
  47. d2968bd Explicitly specify exit code for "exit /b" by Bence Szépkúti · 4 years, 3 months ago
  48. 9d1edb6 If $CC looks like MSVC, use a compatible command line syntax by Gilles Peskine · 4 years, 4 months ago
  49. a4d3273 Accept Windows line endings on inputs on any platform by Gilles Peskine · 4 years, 4 months ago
  50. 6e245c6 Simplify line ending management and make it work on Windows by Gilles Peskine · 4 years, 4 months ago
  51. b0fa9d2 Don't require make to generate visualc files by Gilles Peskine · 4 years, 4 months ago
  52. 1411c7c Don't make configuration-independent files depend on config.h by Gilles Peskine · 4 years, 4 months ago
  53. de7f1e0 Generate source files before doing builds on Travis by Gilles Peskine · 4 years, 4 months ago
  54. 0da63be Script to generate source files on Windows by Gilles Peskine · 4 years, 4 months ago
  55. 1570b59 Generate source files before running any components by Gilles Peskine · 4 years, 4 months ago
  56. 76c5185 Move VS2010 Git ignore list to the VS2010 directory by Gilles Peskine · 4 years, 3 months ago
  57. b5e0863 Ignore generated source files that are no longer checked in by Gilles Peskine · 4 years, 4 months ago
  58. 1af28f9 Fix SHA224 documentation in default config. by Mateusz Starzyk · 4 years, 3 months ago
  59. 729fa5b Merge pull request #4450 from mstarzyk-mobica/remove_null_entropy by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  60. 1905a24 Fix missing compilation guard around psa_crypto_driver_wrappers.c by Gilles Peskine · 4 years, 3 months ago
  61. 03092f5 avoid -Wmaybe-uninitialized when buiding with gcc11 by Shawn Carey · 4 years, 3 months ago
  62. aa13e93 avoid "maybe-uninitialized" and "free-nonheap-object" errors/warnings with gcc11 by Shawn Carey · 4 years, 3 months ago
  63. 2396b21 Provide more in-depth migration guide after removal of null entropy. by Mateusz Starzyk · 4 years, 3 months ago
  64. c6d94ab Fix remaining SHA384 dependencies and ifdef blocks. by Mateusz Starzyk · 4 years, 3 months ago
  65. 2213871 Merge pull request #4489 from TRodziewicz/Remove__SSL_RECORD_CHECKING by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  66. 44085de Add migration guide for SHA384 and SHA224 options. by Mateusz Starzyk · 4 years, 3 months ago
  67. 9cf91af Merge pull request #4536 from daverodgman/padlock-docs-fix by Dave Rodgman · 4 years, 3 months ago
  68. 0e3ec27 Merge pull request #4506 from gilles-peskine-arm/array-parameters-to-pointers-sha512 by Ronald Cron · 4 years, 3 months ago
  69. d9a4c73 Add changelog entries for MBEDTLS_SHA224_C and MBEDTLS_SHA384_C. by Mateusz Starzyk · 4 years, 3 months ago
  70. af5b26a Fix parameter names in documentation by Gilles Peskine · 4 years, 3 months ago
  71. fe561fe Doxygen: use \p for parameter names by Gilles Peskine · 4 years, 3 months ago
  72. f09a66d Merge pull request #4526 from gilles-peskine-arm/pr_4510-changelog by Gilles Peskine · 4 years, 3 months ago
  73. 86ead6a Add changelog entries for SHA1 and SHA384 ciphersuites bugfixes. by Mateusz Starzyk · 4 years, 3 months ago
  74. 9d2d6c9 Clarfiy SHA224 and SHA256 documentation by Mateusz Starzyk · 4 years, 3 months ago
  75. c722ebb Update SHA-224 documentation. by Mateusz Starzyk · 4 years, 3 months ago
  76. 6848537 Remove obsolete config requirements for SHA384 in ssl-opt. by Mateusz Starzyk · 4 years, 3 months ago
  77. a309e0e Remove redundant SHA384 `if defined` block. by Mateusz Starzyk · 4 years, 3 months ago
  78. 3ea8e2d Restore alphabetical order of SHA definitions by Mateusz Starzyk · 4 years, 3 months ago
  79. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  80. b7bb0687 Rework and reword the guarantees on output_size by Gilles Peskine · 4 years, 3 months ago
  81. d9380b5 Document reasons for MBEDTLS_ERR_GCM_BAD_INPUT in update and finish by Gilles Peskine · 4 years, 3 months ago
  82. 8e8cdd1 Add some information about the multipart calling sequence by Gilles Peskine · 4 years, 3 months ago
  83. 518fdb0 Fix size/length confusion in documentation by Gilles Peskine · 4 years, 3 months ago
  84. 5211818 Fix copypasta in the description of mbedtls_gcm_update_ad by Gilles Peskine · 4 years, 3 months ago
  85. 96d6e08 Make the formatting of numbers consistent by Gilles Peskine · 4 years, 3 months ago
  86. c1ae30a Fix docs for mbedtls_padlock_has_support by Dave Rodgman · 4 years, 3 months ago
  87. a7a4306 Fix build error when int32_t is not int by Gilles Peskine · 4 years, 3 months ago
  88. ef80a9c Add migration guide for removed null entropy config option by Mateusz Starzyk · 4 years, 3 months ago
  89. e7e958b Merge pull request #4393 from gilles-peskine-arm/generate-tests-python3-make-2.x by Gilles Peskine · 4 years, 3 months ago
  90. ea62086 Fix formatting of changelog entry by Hanno Becker · 4 years, 3 months ago
  91. 217715d Add ChangeLog entry by Hanno Becker · 4 years, 3 months ago
  92. 9039303 Add migration guide by Hanno Becker · 4 years, 3 months ago
  93. 9c58274 Remove automatically generated source files by Gilles Peskine · 4 years, 4 months ago
  94. 687d1ab Makefile targets for automatically generated files by Gilles Peskine · 4 years, 4 months ago
  95. b61a614 Use Python 3 instead of Python 2 to generate test files by Gilles Peskine · 4 years, 4 months ago
  96. c86f20a Allow running source file generators from a subdirectory by Gilles Peskine · 4 years, 4 months ago
  97. 3eac612 Add changelog entry for #4510 by Gilles Peskine · 4 years, 3 months ago
  98. fdcde47 Merge pull request #4458 from davidhorstmann-arm/remove-max-content-len by Ronald Cron · 4 years, 3 months ago
  99. 864b425 Merge pull request #4488 from tom-daubney-arm/remove_rsa_mode_params by Gilles Peskine · 4 years, 3 months ago
  100. 9370f01 Merge pull request #3927 from hanno-arm/ciphersuite_helper_macros by Manuel Pégourié-Gonnard · 4 years, 3 months ago