1. a9bb34c x509_crt: Removed length_as_int intermediate variable by Minos Galanakis · 1 year, 10 months ago
  2. 59108d3 x509_crt: Adjusted the len of lpMultiByteStr arg in WideCharToMultiByte by Minos Galanakis · 1 year, 10 months ago
  3. 08a67cc x509_crt: Set WideCharToMultiByte to use -1 for length. by Minos Galanakis · 1 year, 11 months ago
  4. 40995e1 x509_crt: Removed checks for windows versions < WINXP by Minos Galanakis · 1 year, 11 months ago
  5. fac45fb entropy_poll: Removed checks for windows versions < WINXP by Minos Galanakis · 1 year, 11 months ago
  6. e8a5d1a entropy_poll: Updated documentation for entropy_poll loop. by Minos Galanakis · 1 year, 11 months ago
  7. 2c6e561 entropy_poll.c: Added looping logic to `mbedtls_platform_entropy_poll()`. by Minos Galanakis · 1 year, 11 months ago
  8. 4952f70 Removed unsupported Visual Studio related code in entropy_poll.c and x509_crt.c. by Minos Galanakis · 2 years ago
  9. 12b493f entropy_poll/x509_crt: Added MBEDTLS_POP_TARGET_PRAGMA define guards. by Minos Galanakis · 2 years ago
  10. 24a1c16 library Makefile: Moved -lbcrypt to LOCAL_LDFLAGS by Minos Galanakis · 2 years ago
  11. a277b21 Code style fixes by Minos Galanakis · 2 years ago
  12. de573f5 Fix coding style of length_as_int var in x509_crt.c by Simon Butcher · 7 years ago
  13. 35e5dad Add clarifying comment on use of MultiByteToWideChar() and CP_ACP by Simon Butcher · 7 years ago
  14. def90f4 Fix formatting and detail of comments in PR #730 by Simon Butcher · 7 years ago
  15. e068aa7 Fix the build for mingw and CMake + VStudio by Simon Butcher · 7 years ago
  16. 0ec1e68 Replace Windows APIs that are banned in Windows Store apps by Kevin Kane · 9 years ago
  17. 5a3add2 Merge pull request #8234 from kouzhudong/development by Dave Rodgman · 1 year, 10 months ago
  18. 6809f23 Merge pull request #8210 from yanrayw/aes_128bit_improvement by Gilles Peskine · 1 year, 11 months ago
  19. 4f53520 Merge pull request #8241 from daverodgman/cast_warning by Dave Rodgman · 1 year, 11 months ago
  20. 38c3228 fix cast warning by Dave Rodgman · 1 year, 11 months ago
  21. 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
  22. aaebc9b Merge pull request #8235 from daverodgman/misc-size by Dave Rodgman · 1 year, 11 months ago
  23. 8d276fb Remove unused variable and unreachable return from mbedtls_pk_write_key_der() by Tom Cosgrove · 1 year, 11 months ago
  24. a15b485 Fix MSVC error C4703 about possibly uninitialized variable in pkwrite.c by correy · 1 year, 11 months ago
  25. ef6795d Reduce size of mbedtls_asn1_get_len by Dave Rodgman · 1 year, 11 months ago
  26. efaee9a Give a production-sounding name to the p256m option by Gilles Peskine · 1 year, 11 months ago
  27. eda1b1f Merge pull request #7921 from valeriosetti/issue7613 by Gilles Peskine · 1 year, 11 months ago
  28. bd50d5b Merge pull request #8177 from gilles-peskine-arm/generated-files-off-in-release by Gilles Peskine · 1 year, 11 months ago
  29. 25c271a Merge pull request #8182 from daverodgman/asn1write-size by Dave Rodgman · 1 year, 11 months ago gh-readonly-queue/development/pr-8182-67c86e626ba71adb1ace10e3d6fd65ecde9ae3c6
  30. 275afe1 Fix preset shared between 1.2 and 1.3 by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  31. 67c86e6 Merge pull request #7961 from gilles-peskine-arm/psa_crypto_config-in-full by Gilles Peskine · 1 year, 11 months ago
  32. 0c9516e code style by Dave Rodgman · 1 year, 11 months ago
  33. 127f35d Merge remote-tracking branch 'origin/development' into asn1write-size by Dave Rodgman · 1 year, 11 months ago
  34. ecdfc1c Fix poorly named function by Dave Rodgman · 1 year, 11 months ago
  35. 170be45 Merge pull request #8207 from mcagriaksoy/branch_old_try by Gilles Peskine · 1 year, 11 months ago
  36. a11eac4 code style by Dave Rodgman · 1 year, 11 months ago
  37. e99b24d Fix some clang-18 warnings by Dave Rodgman · 1 year, 11 months ago
  38. 7732ced cipher_wrap: remove 192- and 256-bit for AES_ONLY_128_BIT_KEY_LENGTH by Yanray Wang · 1 year, 11 months ago
  39. d9f2280 Fixes log level for got supported group message by mcagriaksoy · 1 year, 11 months ago
  40. 0ddffb6 Merge pull request #7210 from sergio-nsk/patch-2 by Gilles Peskine · 1 year, 11 months ago
  41. 9b5d7d7 Merge pull request #8195 from daverodgman/improve_sslmsg by Gilles Peskine · 1 year, 11 months ago
  42. 3cea3ef Merge pull request #8025 from AgathiyanB/accept-numericoid-hexstring-x509 by Gilles Peskine · 1 year, 11 months ago gh-readonly-queue/development/pr-8025-f22999e99fff38825fb86794905c87dff5a4cdf8
  43. f22999e Merge pull request #8093 from yuhaoth/pr/add-target-architecture-macros by Gilles Peskine · 1 year, 11 months ago gh-readonly-queue/development/pr-8093-da0bb9fae87fbf636cb9060fb8df04862fc3f172
  44. da0bb9f Merge pull request #8034 from gilles-peskine-arm/bump_version-doc_mainpage by Dave Rodgman · 1 year, 11 months ago
  45. 7d52f2a Improve use of ct interface in mbedtls_ssl_decrypt_buf by Dave Rodgman · 1 year, 11 months ago
  46. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  47. a72ea81 Remove double blank line in x509_create.c by Agathiyan Bragadeesh · 1 year, 11 months ago
  48. c7959b2 Remove magic number in x509.c by Agathiyan Bragadeesh · 1 year, 11 months ago
  49. 9d8a7d6 Use the correct variable when tracking padding length by Tom Cosgrove · 1 year, 11 months ago
  50. 2b0d53a Merge pull request #7590 from daverodgman/ct-x86-asm by Dave Rodgman · 1 year, 11 months ago
  51. ad2f351 Merge pull request #8171 from ronald-cron-arm/misc-minor-fixes by Ronald Cron · 1 year, 11 months ago
  52. dc669a1 Fix type error by Dave Rodgman · 1 year, 11 months ago
  53. 5265c31 Fix type-conversion error by Dave Rodgman · 1 year, 11 months ago
  54. 4935283 Eliminate duplicate of mbedtls_asn1_find_named_data by Dave Rodgman · 1 year, 11 months ago
  55. 33287ae Tidy up mbedtls_asn1_write_len by Dave Rodgman · 1 year, 11 months ago
  56. cf5f746 Refactor out some common code by Dave Rodgman · 1 year, 11 months ago
  57. 7fda906 Merge pull request #8161 from gilles-peskine-arm/config-boolean-options-wrong-section-202309 by Dave Rodgman · 1 year, 11 months ago
  58. 3bbedf6 code style by Dave Rodgman · 1 year, 11 months ago
  59. 9f366b0 Reduce code size in mbedtls_asn1_write_len by Dave Rodgman · 1 year, 11 months ago
  60. 82fe082 Merge pull request #8180 from daverodgman/sha2-zeroize by Dave Rodgman · 1 year, 11 months ago
  61. aafd1e0 Ensure all md_<hash>_finish functions perform zeroization by Dave Rodgman · 1 year, 11 months ago
  62. 876346e Remove always-false null pointer check in sha3.c that Coverity complains about by Tom Cosgrove · 1 year, 11 months ago
  63. 3f8e483 Mark y as modified in x86 asm for mbedtls_ct_uint_lt by Dave Rodgman · 1 year, 11 months ago
  64. 4a97e73 Eliminate a redundant not from x86 asm by Dave Rodgman · 1 year, 11 months ago
  65. b6b8f6c Make variable name consistent in x86_64 asm by Dave Rodgman · 1 year, 11 months ago
  66. 5f24985 Better register allocation for x86_64 asm by Dave Rodgman · 1 year, 11 months ago
  67. 99f0cdc Remove not-needed mov in x86_64 asm by Dave Rodgman · 1 year, 11 months ago
  68. 0b62b7a Allow turning off re-generation of files with make by Gilles Peskine · 1 year, 11 months ago
  69. 706a1c3 Fix code style by Agathiyan Bragadeesh · 1 year, 11 months ago
  70. c34804d Fix bug with checking max dn length with hexpairs by Agathiyan Bragadeesh · 1 year, 11 months ago
  71. b9c7953 pkwrite: Fix defined but not used warning by Ronald Cron · 1 year, 11 months ago
  72. 5859098 Merge pull request #8160 from daverodgman/warn-unreachable by Gilles Peskine · 1 year, 11 months ago
  73. 85061b9 Improve sanity checking of MBEDTLS_HAVE_INTxx by Dave Rodgman · 1 year, 11 months ago
  74. b7b8c09 Update bignum_core.c by Dave Rodgman · 1 year, 11 months ago
  75. ff2558a Fix unused variable in some TLS 1.3 builds by Gilles Peskine · 1 year, 11 months ago
  76. 7e1e7be Simplify fixes for unreachable code by Dave Rodgman · 1 year, 11 months ago
  77. cfa7223 Fix warnings about unreachable code by Dave Rodgman · 1 year, 11 months ago
  78. 0364c8a Introduce MBEDTLS_IGNORE_UNREACHABLE_BEGIN by Dave Rodgman · 1 year, 11 months ago
  79. 945d674 Merge pull request #8157 from actonlang/fix-include-psa-utils-internals by Paul Elliott · 1 year, 11 months ago
  80. 8bd8a46 Merge pull request #8141 from tom-cosgrove-arm/define-psa-macros-to-1 by Tom Cosgrove · 1 year, 11 months ago
  81. fca0861 Add asn1 get tag and len to x509 create config by Agathiyan Bragadeesh · 1 year, 11 months ago
  82. 86dc085 Add asn1 write tag and len to x509 use c config by Agathiyan Bragadeesh · 1 year, 11 months ago
  83. a1aeff4 Use quotes include of psa_util_internal.h by Kristian Larsson · 1 year, 11 months ago
  84. 4f69668 Merge pull request #8082 from daverodgman/misc-code-size by Dave Rodgman · 1 year, 11 months ago gh-readonly-queue/development/pr-8082-662c497395c01f083e11f3463b14b001ce874e2b
  85. 662c497 Merge pull request #8144 from daverodgman/zeroize-stronger by Dave Rodgman · 1 year, 11 months ago
  86. 1dab445 Update guard for ecp by Dave Rodgman · 1 year, 11 months ago
  87. 16a7672 Merge pull request #8068 from paul-elliott-arm/fix_tls_zeroization by Dave Rodgman · 1 year, 11 months ago gh-readonly-queue/development/pr-8068-02ad791f2973f5f5b86e1d7a1c1d72401f78f70b
  88. fe55320 Avoid error from old gcc version by Dave Rodgman · 1 year, 11 months ago
  89. 5f6060a Code style by Dave Rodgman · 1 year, 11 months ago
  90. ba67451 Fix gcc compile warnings by Dave Rodgman · 1 year, 11 months ago
  91. ac3cf7c Add more protection to mbedtls_platform_zeroize by Dave Rodgman · 1 year, 11 months ago
  92. 6ebe7d2 Merge pull request #8095 from davidhorstmann-arm/initialize-struct-get-other-name by Paul Elliott · 1 year, 11 months ago
  93. c43c3aa Define all PSA_xxx macros to 1 rather than have them empty, for consistency by Tom Cosgrove · 1 year, 11 months ago
  94. 4f47f3d Covert PSA guards to MBEDTLS by Dave Rodgman · 1 year, 11 months ago
  95. a9a53a0 Merge remote-tracking branch 'origin/development' into misc-code-size by Dave Rodgman · 1 year, 11 months ago
  96. dea266f Use MBEDTLS_MD_LIGHT instead of MBEDTLS_MD_C by Dave Rodgman · 1 year, 11 months ago
  97. 8d706f6 Simplify camellia error conversion macros by Dave Rodgman · 1 year, 11 months ago
  98. 09a9e58 Add missing error conversion case by Dave Rodgman · 1 year, 11 months ago
  99. 68efcf5 Remove not-needed #include by Dave Rodgman · 1 year, 11 months ago
  100. 984309c Call mbedtls_platform_zeroize via mbedtls_sha3_free by Dave Rodgman · 2 years ago