1. 4419d38 config-tfm.h: include TF-M medium profile properly by Yanray Wang · 1 year, 11 months ago
  2. 5baf667 Keep the list in alphabetical order by Gilles Peskine · 1 year, 11 months ago
  3. e23fa41 Documentation improvements by Gilles Peskine · 1 year, 11 months ago
  4. da26a51 Disable PK_PARSE and PK_WRITE by Gilles Peskine · 1 year, 11 months ago
  5. eaa1c56 Update location of TFM config files by Gilles Peskine · 1 year, 11 months ago
  6. 5f573f8 Fix broken test with MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER by Gilles Peskine · 1 year, 11 months ago
  7. 0c98f9f test-ref-configs: test config-tfm.h by Yanray Wang · 1 year, 11 months ago
  8. b153aae configs: add config_tfm.h which includes TFM configs by Yanray Wang · 1 year, 11 months ago
  9. 2864823 configs: move TFM config to a subdirectory by Yanray Wang · 1 year, 11 months ago
  10. fc9fc33 Merge pull request #8047 from minosgalanakis/bugfix/update_win_crypto_apis by Paul Elliott · 1 year, 10 months ago
  11. 2108775 x509_crt: Removed unused intsafe.h by Minos Galanakis · 1 year, 10 months ago
  12. a9bb34c x509_crt: Removed length_as_int intermediate variable by Minos Galanakis · 1 year, 11 months ago
  13. 59108d3 x509_crt: Adjusted the len of lpMultiByteStr arg in WideCharToMultiByte by Minos Galanakis · 1 year, 11 months ago
  14. 08a67cc x509_crt: Set WideCharToMultiByte to use -1 for length. by Minos Galanakis · 1 year, 11 months ago
  15. b17410d vs2013 templates: Set bcrypt to be the sole dependency. by Minos Galanakis · 1 year, 11 months ago
  16. 40995e1 x509_crt: Removed checks for windows versions < WINXP by Minos Galanakis · 1 year, 11 months ago
  17. fac45fb entropy_poll: Removed checks for windows versions < WINXP by Minos Galanakis · 1 year, 11 months ago
  18. c91d847 ChangeLog: Adjusted the updated_windows_apis log by Minos Galanakis · 1 year, 11 months ago
  19. a8b02ef pkey-random: Removed setting mbedtls_target in libs by Minos Galanakis · 1 year, 11 months ago
  20. e8a5d1a entropy_poll: Updated documentation for entropy_poll loop. by Minos Galanakis · 1 year, 11 months ago
  21. 7f8e8c5 program-random: Updated Cmake libs variable by Minos Galanakis · 1 year, 11 months ago
  22. ce33e7b pkey Cmakelists: Updated the set libs to be consistent with others. by Minos Galanakis · 1 year, 11 months ago
  23. 2c6e561 entropy_poll.c: Added looping logic to `mbedtls_platform_entropy_poll()`. by Minos Galanakis · 1 year, 11 months ago
  24. 7afebcc ChangeLog.d: Added mininum required Windows version. by Minos Galanakis · 1 year, 11 months ago
  25. 4952f70 Removed unsupported Visual Studio related code in entropy_poll.c and x509_crt.c. by Minos Galanakis · 2 years ago
  26. e960365 ChangeLog.d: Reworded updated_windows_apis.txt. by Minos Galanakis · 2 years ago
  27. 8792717 Changelog: Removed entry from root file by Minos Galanakis · 2 years ago
  28. 12b493f entropy_poll/x509_crt: Added MBEDTLS_POP_TARGET_PRAGMA define guards. by Minos Galanakis · 2 years ago
  29. 24a1c16 library Makefile: Moved -lbcrypt to LOCAL_LDFLAGS by Minos Galanakis · 2 years ago
  30. e13775d fuzzer Makefile: Added -lbcrypt linkage by Minos Galanakis · 2 years ago
  31. a277b21 Code style fixes by Minos Galanakis · 2 years ago
  32. b8d6b82 programs: Cleaned up bcrypt linking refererences. by Minos Galanakis · 2 years ago
  33. 769ee65 Fix Visual Studio Release|x64 builds by Simon Butcher · 7 years ago
  34. de573f5 Fix coding style of length_as_int var in x509_crt.c by Simon Butcher · 7 years ago
  35. 949aa8f Remove redundant Visual Studio 6 data files by Simon Butcher · 7 years ago
  36. 35e5dad Add clarifying comment on use of MultiByteToWideChar() and CP_ACP by Simon Butcher · 7 years ago
  37. bcb6cfb Fix the tests build with mingw for the new Win32 APIs by Simon Butcher · 7 years ago
  38. def90f4 Fix formatting and detail of comments in PR #730 by Simon Butcher · 7 years ago
  39. 1c0c5d2 Fix for building programs with mingw by Simon Butcher · 7 years ago
  40. 33425de Correct check for WIN32 in cmake files for programs by Simon Butcher · 7 years ago
  41. 34b8d83 Update ChangeLog for PR #730 for Win32 API fixes by Simon Butcher · 7 years ago
  42. e068aa7 Fix the build for mingw and CMake + VStudio by Simon Butcher · 7 years ago
  43. 0ec1e68 Replace Windows APIs that are banned in Windows Store apps by Kevin Kane · 9 years ago
  44. 87fe996 Merge pull request #8249 from bensze01/fixed-typing-package-versions by Gilles Peskine · 1 year, 11 months ago
  45. 68dca1e Merge pull request #8247 from mpg/sha3-fixup by Dave Rodgman · 1 year, 11 months ago dev/gilles-peskine-arm/before-python-fix
  46. 5a3add2 Merge pull request #8234 from kouzhudong/development by Dave Rodgman · 1 year, 11 months ago
  47. d06e70c Set explicit version for the typing packages by Bence Szépkúti · 1 year, 11 months ago
  48. 4fe1e87 Fix SHA-3 dependencies in test_suite_md by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  49. f6f76c5 Merge pull request #8240 from mpg/doc-driver-only-hashes by Dave Rodgman · 1 year, 11 months ago
  50. 030f11b Type fixes and wording improvements by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  51. e47c53e Fix SHA-3 in accel tests that need it by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  52. f4ceb16 Fix dependencies for SHA-3 MD dispatch tests by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  53. 1f61b7b Document driver-only hashes by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  54. cc21ad4 Add SHA-3 support to libtestdriver1 by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  55. 10304d8 Merge pull request #8244 from paul-elliott-arm/remove_travis_ci by Gilles Peskine · 1 year, 11 months ago gh-readonly-queue/development/pr-8244-27b7e2f350fb8cbebf28492a4a444daf24f5cb3b
  56. 27b7e2f Merge pull request #8243 from daverodgman/update-tfm-config by Dave Rodgman · 1 year, 11 months ago
  57. 6809f23 Merge pull request #8210 from yanrayw/aes_128bit_improvement by Gilles Peskine · 1 year, 11 months ago
  58. ae3cda9 Merge pull request #8092 from silabs-Kusumit/PBKDF2_output_key by Gilles Peskine · 1 year, 11 months ago
  59. 645a541 Remove all travis builds except for coverity_scan by Paul Elliott · 1 year, 11 months ago
  60. 739d815 Remove PK options by Dave Rodgman · 1 year, 11 months ago
  61. 84e8f1d Set MBEDTLS_MD_C by Dave Rodgman · 1 year, 11 months ago
  62. 4f53520 Merge pull request #8241 from daverodgman/cast_warning by Dave Rodgman · 1 year, 11 months ago
  63. 38c3228 fix cast warning by Dave Rodgman · 1 year, 11 months ago
  64. 41434d0 Merge pull request #8237 from tom-cosgrove-arm/mbedtls_pk_write_key_der-unused-len-and-unreachable-ret by Tom Cosgrove · 1 year, 11 months ago
  65. aaebc9b Merge pull request #8235 from daverodgman/misc-size by Dave Rodgman · 1 year, 11 months ago
  66. 8d276fb Remove unused variable and unreachable return from mbedtls_pk_write_key_der() by Tom Cosgrove · 1 year, 11 months ago
  67. af3b6fe Merge pull request #8232 from gilles-peskine-arm/rename-p256m-config by Gilles Peskine · 1 year, 11 months ago
  68. a15b485 Fix MSVC error C4703 about possibly uninitialized variable in pkwrite.c by correy · 1 year, 11 months ago
  69. ef6795d Reduce size of mbedtls_asn1_get_len by Dave Rodgman · 1 year, 11 months ago
  70. d3450da Re-order mbedtls_ccm_context by Dave Rodgman · 1 year, 11 months ago
  71. 67cf66b Add a note about the code size benefits by Gilles Peskine · 1 year, 11 months ago
  72. 29d0bfb Rename option where concatenated with -D by Gilles Peskine · 1 year, 11 months ago
  73. 3aa7969 Add a note about p256m near the option to enable secp256r1 by Gilles Peskine · 1 year, 11 months ago
  74. 08b66cd Move MBEDTLS_PSA_P256M_DRIVER_ENABLED to keep alphabetical order by Gilles Peskine · 1 year, 11 months ago
  75. efaee9a Give a production-sounding name to the p256m option by Gilles Peskine · 1 year, 11 months ago
  76. 5edb942 Merge pull request #8041 from mpg/tfm-p256m by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  77. 5382ba6 Merge pull request #8230 from gilles-peskine-arm/test_tls1_2_ecjpake_compatibility-avoid-build-race by Paul Elliott · 1 year, 11 months ago
  78. 3ec976c Fix typo in variable declaration by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  79. edc8456 Work around a race condition in parallel builds by Gilles Peskine · 1 year, 11 months ago
  80. eda1b1f Merge pull request #7921 from valeriosetti/issue7613 by Gilles Peskine · 1 year, 11 months ago
  81. 452beb9 Merge pull request #8203 from gilles-peskine-arm/p256-m-production by Gilles Peskine · 1 year, 11 months ago
  82. f251894 Fix documentation of error codes by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  83. 5ca6934 Improve comments on key formats by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  84. fbea9d2 Improve return code by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  85. bd50d5b Merge pull request #8177 from gilles-peskine-arm/generated-files-off-in-release by Gilles Peskine · 1 year, 11 months ago
  86. 25c271a Merge pull request #8182 from daverodgman/asn1write-size by Dave Rodgman · 1 year, 11 months ago gh-readonly-queue/development/pr-8182-67c86e626ba71adb1ace10e3d6fd65ecde9ae3c6
  87. 97bb726 Add clarifying comment by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  88. 275afe1 Fix preset shared between 1.2 and 1.3 by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  89. f299efd Improve a comment by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  90. 67c86e6 Merge pull request #7961 from gilles-peskine-arm/psa_crypto_config-in-full by Gilles Peskine · 1 year, 11 months ago
  91. 8fbef06 Merge pull request #8217 from paul-elliott-arm/remove_unused_values_programs by Gilles Peskine · 1 year, 11 months ago
  92. 5083a5b Merge pull request #8220 from jnmeurisse/development by Gilles Peskine · 1 year, 11 months ago
  93. 4f119b8 Remove extra copies of a block of comment/define by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  94. f7298cd Fix some issues in comments by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  95. 83f0a65 Fix issue #8215 : add missing requires documentation in mbedtls_config.h by jnmeurisse · 1 year, 11 months ago
  96. 0c9516e code style by Dave Rodgman · 1 year, 11 months ago
  97. 127f35d Merge remote-tracking branch 'origin/development' into asn1write-size by Dave Rodgman · 1 year, 11 months ago
  98. ecdfc1c Fix poorly named function by Dave Rodgman · 1 year, 11 months ago
  99. fd3360e Remove unneeded setting of ret from ssl programs by Paul Elliott · 1 year, 11 months ago
  100. 170be45 Merge pull request #8207 from mcagriaksoy/branch_old_try by Gilles Peskine · 1 year, 11 months ago