1. afc6a99 Merge pull request #8381 from gilles-peskine-arm/20231017-misc-cleanup by Paul Elliott · 1 year, 9 months ago
  2. 5d055f8 Merge pull request #7844 from mpg/ssl-progs-usage by Gilles Peskine · 1 year, 9 months ago
  3. 0ea1b8f Merge pull request #7982 from gilles-peskine-arm/sample_program_demo_scripts-3.4 by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-7982-f6f4695824d6522c66a6347bf58e2d0e32260b84
  4. 62418dd Merge pull request #8350 from waleed-elmelegy-arm/fix-null-dereference-in-x509-cert-write by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-8350-d44ee9e6d13ff10b99a55150d1d0b3d2a5b2013c
  5. d44ee9e Merge pull request #8351 from waleed-elmelegy-arm/fix-null-dereference-in-x509-cert-req by Paul Elliott · 1 year, 10 months ago
  6. a0e810d Convey that it's ok for mbedtls_ssl_session_save to fail by Gilles Peskine · 1 year, 10 months ago
  7. 9534dfd Reword error message on format of SAN arguments by David Horstmann · 1 year, 10 months ago
  8. 4a493b2 Reword error message on format of SAN arguments by David Horstmann · 1 year, 10 months ago
  9. 28b5633 Merge pull request #7942 from tom-daubney-arm/psa_crypto_example_hash by Gilles Peskine · 1 year, 10 months ago
  10. 5867465 Fix code style issue in cert_write program by Waleed Elmelegy · 1 year, 10 months ago
  11. eade3fe Fix code style issue in cert_req program by Waleed Elmelegy · 1 year, 10 months ago
  12. ac97af2 Fix possible NULL dereference issue in X509 cert_req program by Waleed Elmelegy · 1 year, 10 months ago
  13. 1444c0e Add changelog entry for x509 cert_write null dereference fix by Waleed Elmelegy · 1 year, 10 months ago
  14. 476c119 Fix possible NULL dereference issue in X509 cert_write program by Waleed Elmelegy · 1 year, 10 months ago
  15. 2e67781 Alter program layout for better clarity by Thomas Daubney · 1 year, 10 months ago
  16. a21c972 Remove extra blank line by Thomas Daubney · 1 year, 10 months ago
  17. d8453bb Remove superfluous comment by Thomas Daubney · 1 year, 10 months ago
  18. cd79f77 Add missing newline by Thomas Daubney · 1 year, 10 months ago
  19. 1c2378b Add variable for message length by Thomas Daubney · 1 year, 10 months ago
  20. 3c1cdc9 Merge pull request #8185 from yanrayw/aes_benchmark_cfb by Tom Cosgrove · 1 year, 10 months ago gh-readonly-queue/development/pr-8185-cffd7135c6cc2e91690e7bf80f5df92db42a42c0
  21. 3450087 Remove trailing white space in documentation by Thomas Daubney · 1 year, 10 months ago
  22. 7605388 Inform user when unknown hash algorithm supplied by Thomas Daubney · 1 year, 10 months ago
  23. 86f9795 Update documentation by Thomas Daubney · 1 year, 10 months ago
  24. 5cae6e8 benchmark: improve code readability by Yanray Wang · 1 year, 10 months ago
  25. 540324c Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  26. 6c97985 Remove generated files in all cmake_as_x tests by David Horstmann · 1 year, 10 months ago
  27. a8b02ef pkey-random: Removed setting mbedtls_target in libs by Minos Galanakis · 1 year, 11 months ago
  28. 7f8e8c5 program-random: Updated Cmake libs variable by Minos Galanakis · 1 year, 11 months ago
  29. ce33e7b pkey Cmakelists: Updated the set libs to be consistent with others. by Minos Galanakis · 1 year, 11 months ago
  30. e13775d fuzzer Makefile: Added -lbcrypt linkage by Minos Galanakis · 2 years ago
  31. b8d6b82 programs: Cleaned up bcrypt linking refererences. by Minos Galanakis · 2 years ago
  32. 1c0c5d2 Fix for building programs with mingw by Simon Butcher · 7 years ago
  33. 33425de Correct check for WIN32 in cmake files for programs by Simon Butcher · 7 years ago
  34. 0ec1e68 Replace Windows APIs that are banned in Windows Store apps by Kevin Kane · 9 years ago
  35. bd50d5b Merge pull request #8177 from gilles-peskine-arm/generated-files-off-in-release by Gilles Peskine · 1 year, 11 months ago
  36. fd3360e Remove unneeded setting of ret from ssl programs by Paul Elliott · 1 year, 11 months ago
  37. da0bb9f Merge pull request #8034 from gilles-peskine-arm/bump_version-doc_mainpage by Dave Rodgman · 1 year, 11 months ago
  38. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  39. a722d0a Update CMake minimum version(s) to match main CMakeLists.txt by Paul Elliott · 1 year, 11 months ago
  40. 022b9a1 benchmark: add AES_CFB8 by Yanray Wang · 1 year, 11 months ago
  41. 55aba19 benchmark: add AES_CFB128 by Yanray Wang · 1 year, 11 months ago
  42. 1bfc09b Move comment to its intended location by Gilles Peskine · 1 year, 11 months ago
  43. 0b62b7a Allow turning off re-generation of files with make by Gilles Peskine · 1 year, 11 months ago
  44. eab2055 Fix query_config.c generation with CMake build system by Ronald Cron · 2 years ago
  45. b9664ee Don't include configuration adjustment headers by Gilles Peskine · 1 year, 11 months ago
  46. f745e5b Merge remote-tracking branch 'development' into HEAD by Gilles Peskine · 2 years ago
  47. 17d5081 Merge pull request #8099 from gilles-peskine-arm/split-config_psa-prepare by Tom Cosgrove · 2 years ago
  48. 796bc2b Merge pull request #7486 from AndrzejKurek/calloc-also-zeroizes by Gilles Peskine · 2 years ago
  49. 9af413b Don't try to include mbedtls/config_*.h by Gilles Peskine · 2 years, 3 months ago
  50. dbd13c3 Merge pull request #7662 from lpy4105/issue/renew_cert_2027-01-01 by Gilles Peskine · 2 years ago
  51. d370f93 Merge pull request #7898 from AndrzejKurek/csr-rfc822-dn by Gilles Peskine · 2 years ago
  52. 660bbf2 test: disable BIGNUM support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  53. 2f12a29 Merge pull request #7896 from AgathiyanB/gitignore-generated-files-toggle by Paul Elliott · 2 years ago
  54. a68ef95 Check length before calling memcmp by Thomas Daubney · 2 years ago
  55. 102033c Add new line at end of file to satisfy code style by Thomas Daubney · 2 years ago
  56. 5c2dcbd Implement cleanup label by Thomas Daubney · 2 years ago
  57. 21fbe4c Remove further superfluous call to psa_hash_abort by Thomas Daubney · 2 years ago
  58. 1ba9744 Correct code style by Thomas Daubney · 2 years ago
  59. c918c32 Stop hashing the null byte by Thomas Daubney · 2 years ago
  60. fbe742b Add extra check to one-shot operation results by Thomas Daubney · 2 years ago
  61. ce14124 Check result of multipart operation by Thomas Daubney · 2 years ago
  62. 606110f Restructure start of program by Thomas Daubney · 2 years ago
  63. 1f98736 Add clarifying comment to new program section by Thomas Daubney · 2 years ago
  64. a2b7519 Use memcmp instead of reinventing it by Thomas Daubney · 2 years ago
  65. 9730cb1 Change hash output formatting by Thomas Daubney · 2 years ago
  66. c07fa29 Change wording in error message by Thomas Daubney · 2 years ago
  67. 3071c85 Clarify comments by Thomas Daubney · 2 years ago
  68. c050037 Remove mbedtls_ and psa_ prefix from var names by Thomas Daubney · 2 years ago
  69. a79f806 Remove superfluous calls to psa_hash_abort by Thomas Daubney · 2 years ago
  70. 6fc4ca2 Replace hash_size with hash_length by Thomas Daubney · 2 years ago
  71. 2c87234 Fix erroneous macro guards by Thomas Daubney · 2 years ago
  72. 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  73. f5d2d1c Skip dlopen demo in static builds by Gilles Peskine · 2 years ago
  74. c25ae6f Use demo_common.sh in dlopen test script by Gilles Peskine · 2 years ago
  75. 086f85f Fix some mistakes in descriptive messages by Gilles Peskine · 5 years ago
  76. 911081e Explain why $root_dir needs a complicated calculation by Gilles Peskine · 5 years ago
  77. fc09d27 Print only missing dependencies by Gilles Peskine · 5 years ago
  78. c142620 cleanup is part of the external interface by Gilles Peskine · 5 years ago
  79. 03be234 Declare the dependencies of key_ladder_demo.sh by Gilles Peskine · 5 years ago
  80. b2bcdc1 Let demo scripts declare their dependencies by Gilles Peskine · 5 years ago
  81. 958be36 Demo scripts: create a seedfile if the configuration requires it by Gilles Peskine · 5 years ago
  82. d1b5f6f Move common code of demo scripts into a library by Gilles Peskine · 5 years ago
  83. 1fd916a Address review comments by Thomas Daubney · 2 years ago
  84. 9520df7 Fix code style by Thomas Daubney · 2 years ago
  85. 1db78fa Demonstrate algorithm agility by Thomas Daubney · 2 years ago
  86. f7348ae Improve program from first round review comments by Thomas Daubney · 2 years ago
  87. 209c9c9 Bring code-style up-to-date by Thomas Daubney · 2 years, 1 month ago
  88. f8b9ebf Add example program for PSA hash by Hannes Tschofenig · 2 years, 1 month ago
  89. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  90. 91d9daf Merge pull request #7925 from hasheddan/dtls-server-order by Dave Rodgman · 2 years, 1 month ago
  91. af2f7a6 Fix order of steps in DTLS server example program by Daniel Mangum · 2 years, 1 month ago
  92. 312b6df Add a missing guard in cert_req.c by Andrzej Kurek · 2 years, 1 month ago
  93. dda0019 ssl_test_lib: fix rebase error by Valerio Setti · 2 years, 1 month ago
  94. 5bdebb2 ssl_test_lib: fix variable naming for curve group by Valerio Setti · 2 years, 1 month ago
  95. fb6356f ssl_test_lib: simplify function which prints supported curves by Valerio Setti · 2 years, 1 month ago
  96. deb6764 ssl_test_lib: manage FFDH keys the same way as ECC ones by Valerio Setti · 2 years, 1 month ago
  97. acd32c0 programs: add helper functions for supported EC curves by Valerio Setti · 2 years, 1 month ago
  98. 461d59b Merge pull request #7858 from mprse/ffdh_tls13_v2_f by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  99. c4749b1 Merge pull request #7584 from gilles-peskine-arm/fuzz-file-open-fail by Dave Rodgman · 2 years, 1 month ago
  100. 6bc7a38 Support more SAN subtypes in cert_req.c by Andrzej Kurek · 2 years, 1 month ago