1. 1c0c5d2 Fix for building programs with mingw by Simon Butcher · 7 years ago
  2. 33425de Correct check for WIN32 in cmake files for programs by Simon Butcher · 7 years ago
  3. 0ec1e68 Replace Windows APIs that are banned in Windows Store apps by Kevin Kane · 9 years ago
  4. bd50d5b Merge pull request #8177 from gilles-peskine-arm/generated-files-off-in-release by Gilles Peskine · 1 year, 11 months ago
  5. fd3360e Remove unneeded setting of ret from ssl programs by Paul Elliott · 1 year, 11 months ago
  6. da0bb9f Merge pull request #8034 from gilles-peskine-arm/bump_version-doc_mainpage by Dave Rodgman · 1 year, 11 months ago
  7. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  8. a722d0a Update CMake minimum version(s) to match main CMakeLists.txt by Paul Elliott · 1 year, 11 months ago
  9. 1bfc09b Move comment to its intended location by Gilles Peskine · 1 year, 11 months ago
  10. 0b62b7a Allow turning off re-generation of files with make by Gilles Peskine · 1 year, 11 months ago
  11. eab2055 Fix query_config.c generation with CMake build system by Ronald Cron · 2 years ago
  12. b9664ee Don't include configuration adjustment headers by Gilles Peskine · 1 year, 11 months ago
  13. 17d5081 Merge pull request #8099 from gilles-peskine-arm/split-config_psa-prepare by Tom Cosgrove · 2 years ago
  14. 796bc2b Merge pull request #7486 from AndrzejKurek/calloc-also-zeroizes by Gilles Peskine · 2 years ago
  15. 9af413b Don't try to include mbedtls/config_*.h by Gilles Peskine · 2 years, 3 months ago
  16. dbd13c3 Merge pull request #7662 from lpy4105/issue/renew_cert_2027-01-01 by Gilles Peskine · 2 years ago
  17. d370f93 Merge pull request #7898 from AndrzejKurek/csr-rfc822-dn by Gilles Peskine · 2 years ago
  18. 660bbf2 test: disable BIGNUM support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  19. 2f12a29 Merge pull request #7896 from AgathiyanB/gitignore-generated-files-toggle by Paul Elliott · 2 years ago
  20. 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  21. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  22. 91d9daf Merge pull request #7925 from hasheddan/dtls-server-order by Dave Rodgman · 2 years, 1 month ago
  23. af2f7a6 Fix order of steps in DTLS server example program by Daniel Mangum · 2 years, 1 month ago
  24. 312b6df Add a missing guard in cert_req.c by Andrzej Kurek · 2 years, 1 month ago
  25. dda0019 ssl_test_lib: fix rebase error by Valerio Setti · 2 years, 1 month ago
  26. 5bdebb2 ssl_test_lib: fix variable naming for curve group by Valerio Setti · 2 years, 1 month ago
  27. fb6356f ssl_test_lib: simplify function which prints supported curves by Valerio Setti · 2 years, 1 month ago
  28. deb6764 ssl_test_lib: manage FFDH keys the same way as ECC ones by Valerio Setti · 2 years, 1 month ago
  29. acd32c0 programs: add helper functions for supported EC curves by Valerio Setti · 2 years, 1 month ago
  30. 461d59b Merge pull request #7858 from mprse/ffdh_tls13_v2_f by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  31. c4749b1 Merge pull request #7584 from gilles-peskine-arm/fuzz-file-open-fail by Dave Rodgman · 2 years, 1 month ago
  32. 6bc7a38 Support more SAN subtypes in cert_req.c by Andrzej Kurek · 2 years, 1 month ago
  33. 77b0d64 Add gitignore anchors to denote generated files by Agathiyan Bragadeesh · 2 years, 1 month ago
  34. 68e7544 parse_groups: curve -> group adaptations by Przemek Stekiel · 2 years, 1 month ago
  35. 45255e4 Adapt names (curves -> groups) by Przemek Stekiel · 2 years, 1 month ago
  36. b078607 cert_write: Support write any for extended key usage by Pengyu Lv · 2 years, 3 months ago
  37. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  38. c23d222 Merge pull request #7728 from waleed-elmelegy-arm/crypt_and_hash-decrypt-fix by Dave Rodgman · 2 years, 1 month ago
  39. 60de0b1 Move the overallocation test to test suites by Andrzej Kurek · 2 years, 3 months ago
  40. aae3208 Add an mbedtls_calloc(SIZE_MAX/2, SIZE_MAX/2) test by Andrzej Kurek · 2 years, 3 months ago
  41. e35f3a2 Add a calloc selftest for more than a page by Andrzej Kurek · 2 years, 3 months ago
  42. ecaf6fb Documentation and cosmetic fixes by Andrzej Kurek · 2 years, 3 months ago
  43. 9032711 Move the calloc buffer initialization test to selftest.c by Andrzej Kurek · 2 years, 3 months ago
  44. 458b96b Merge pull request #7638 from AndrzejKurek/cert-apps-use-ips by Paul Elliott · 2 years, 2 months ago
  45. 7d42c0d Code cleanup #2 by Przemek Stekiel · 2 years, 2 months ago
  46. 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 2 months ago
  47. 46549cb Replace function calls in crypt_and_hash program with locals by Waleed Elmelegy · 2 years, 2 months ago
  48. 7d39cc4 Fix crypt_and_hash decrypt issue when used with stream cipher by Waleed Elmelegy · 2 years, 2 months ago
  49. 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 2 months ago
  50. 0624e46 Add a guard for IP parsing in cert_req app by Andrzej Kurek · 2 years, 2 months ago
  51. cd17ecf Use better IP parsing in x509 programs by Andrzej Kurek · 2 years, 2 months ago
  52. ff9fcbc ssl_client2, ssl_server2: code optimization + guards adaptation by Przemek Stekiel · 2 years, 2 months ago
  53. da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 2 months ago
  54. 316c19e Adapt guards, dependencies + optimizations by Przemek Stekiel · 2 years, 2 months ago
  55. e7db09b Move FFDH helper functions and macros to more suitable locations by Przemek Stekiel · 2 years, 2 months ago
  56. 6d7da5e Add FFDH support in client2, server2 applications by Przemek Stekiel · 2 years, 3 months ago
  57. 84b547b Merge pull request #7400 from AndrzejKurek/cert-write-sans by Gilles Peskine · 2 years, 2 months ago
  58. f994bc5 Refactor code in cert_write.c by Andrzej Kurek · 2 years, 2 months ago
  59. 7f97675 Merge pull request #5237 from davidhorstmann-arm/demo-out-of-tree by Dave Rodgman · 2 years, 3 months ago
  60. 5eebfb8 Enable escaping ';' in cert_write.c SANs by Andrzej Kurek · 2 years, 3 months ago
  61. 446e53d Fix a code style issue by Andrzej Kurek · 2 years, 3 months ago
  62. f70f460 Fix temporary IP parsing error by Andrzej Kurek · 2 years, 3 months ago
  63. ed55793 Update ip_string_to_bytes to cert_req version by Andrzej Kurek · 2 years, 4 months ago
  64. 5da1d75 Add missing memory deallocation by Andrzej Kurek · 2 years, 4 months ago
  65. 1bc7df2 Add documentation and a changelog entry by Andrzej Kurek · 2 years, 4 months ago
  66. ccdd975 Add a certificate exercising all supported SAN types by Andrzej Kurek · 2 years, 4 months ago
  67. aba165b Merge pull request #7586 from gilles-peskine-arm/gitignore-objects-at-root by Paul Elliott · 2 years, 3 months ago
  68. 8075f76 Ignore *.o everywhere by Gilles Peskine · 2 years, 3 months ago
  69. 1f9d8a4 Fuzz programs: print an error if loading the reproducer fails by Gilles Peskine · 2 years, 3 months ago
  70. 4dfa368 Fix demo scripts for out-of-tree builds by David Horstmann · 3 years, 8 months ago
  71. 97edeb4 Merge pull request #6866 from mprse/extract-key-ids by Gilles Peskine · 2 years, 3 months ago
  72. d06c6fc Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 3 months ago
  73. 417c4c8 Merge pull request #5770 from mstorsjo/win32-fallback-timer by Dave Rodgman · 2 years, 3 months ago
  74. 53a9ac5 Merge pull request #7443 from mprse/psa_init_in_programs by Gilles Peskine · 2 years, 3 months ago
  75. 94cf710 Revert increase of MEMORY_HEAP_SIZE in ssl_client2 by Przemek Stekiel · 2 years, 3 months ago
  76. 5346396 Fix code-style by Przemek Stekiel · 2 years, 3 months ago
  77. 758aef6 Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 4 months ago
  78. 774f9de Init PSA in fuzz programs by Przemek Stekiel · 2 years, 4 months ago
  79. 2c1ef09 Init PSA in pkey programs by Przemek Stekiel · 2 years, 4 months ago
  80. a8c560a Free psa crypto at the end of programs when initialized by Przemek Stekiel · 2 years, 4 months ago
  81. e296868 Remove print from mini_client by Przemek Stekiel · 2 years, 4 months ago
  82. a0a1c1e Move psa_crypto_init() after other init calls by Przemek Stekiel · 2 years, 4 months ago
  83. 6260ee9 cert_app: init entropy unconditionally by Przemek Stekiel · 2 years, 4 months ago
  84. 89c636e Init PSA in ssl and x509 programs by Przemek Stekiel · 2 years, 4 months ago
  85. d49cbc1 test: fix remaining failures in test due to the ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  86. 7c1c7ce Merge pull request #7401 from AndrzejKurek/md-guards-missing by Gilles Peskine · 2 years, 4 months ago
  87. c9e8a65 Merge pull request #7298 from lpy4105/issue/6840/add-cache-entry-removal-api by Gilles Peskine · 2 years, 4 months ago
  88. 0af3248 Change the format of md.h include comments by Andrzej Kurek · 2 years, 4 months ago
  89. 0e03f4c Remove unnecessary include by Andrzej Kurek · 2 years, 4 months ago
  90. 316b7dd Add a justification for early md.h include in programs by Andrzej Kurek · 2 years, 4 months ago
  91. da86e2e Revert to using MBEDTLS_SHA_1_C when mbedtls_sha1 is called directly by Andrzej Kurek · 2 years, 4 months ago
  92. eaea30d Remove duplicated md.h includes by Andrzej Kurek · 2 years, 4 months ago
  93. 27f9e78 Adding openssl configuration file and command to Makefile to be able to reproduce the certificate for testing Authority and Subject Key Id fields by toth92g · 4 years, 5 months ago
  94. 1b75e5f Add missing md.h includes by Andrzej Kurek · 2 years, 4 months ago
  95. 33783b4 Manually fix two remaining instances of old macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  96. 9330242 Fix instances of old feature macros being used by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  97. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  98. 23fc437 SSL: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  99. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  100. 9f02a41 Merge pull request #7009 from mprse/csr_write_san by Paul Elliott · 2 years, 5 months ago