1. e7ebec6 Merge pull request #8281 from daverodgman/fix-hwonly-warnings by Dave Rodgman · 1 year, 10 months ago gh-readonly-queue/development/pr-8281-e6fa2c53a2bc7355231db35b908d98b2c1af4f79
  2. 866b3a1 Merge pull request #8323 from tom-daubney-arm/fix_mbedtls_styling_docs by Dave Rodgman · 1 year, 10 months ago
  3. 540324c Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  4. 3677352 Merge pull request #8308 from valeriosetti/issue8052 by Paul Elliott · 1 year, 10 months ago
  5. 8e00fe0 Merge pull request #8309 from daverodgman/iar-warnings2 by Dave Rodgman · 1 year, 10 months ago
  6. f484884 pkcs12: use mbedtls_cipher_crypt() instead of explicitly defining all steps by Valerio Setti · 1 year, 10 months ago
  7. 2eab462 Fix IAR warnings by Dave Rodgman · 1 year, 10 months ago
  8. 4855fdf Revert "Auto-generated files for v3.5.0" by Minos Galanakis · 1 year, 10 months ago
  9. e35e387 Bump library so-crypto, so-x509, so-tls versions. by Minos Galanakis · 1 year, 10 months ago
  10. 8f4c19a Merge pull request #8273 from davidhorstmann-arm:target-prefix-3rdparty by Minos Galanakis · 1 year, 10 months ago
  11. 591416f Auto-generated files for v3.5.0 by Minos Galanakis · 1 year, 10 months ago
  12. 31ca313 Bump version to 3.5.0 by Minos Galanakis · 1 year, 10 months ago
  13. 1a3ad26 Merge branch 'development-restricted' into mbedtls-3.5.0rc0-pr by Minos Galanakis · 1 year, 10 months ago
  14. 3713bee Remove leftover local debug line by Gilles Peskine · 1 year, 10 months ago
  15. 7910cdd Avoid compiler warning about size comparison by Gilles Peskine · 1 year, 10 months ago
  16. 530c423 Improve some debug messages and error codes by Gilles Peskine · 1 year, 10 months ago
  17. c29df53 Improve robustness of ECDH public key length validation by Gilles Peskine · 1 year, 10 months ago
  18. c8df898 Fix buffer overflow in TLS 1.2 ClientKeyExchange parsing by Gilles Peskine · 1 year, 10 months ago
  19. 12c5aaa Fix buffer overflow in TLS 1.3 ECDH public key parsing by Gilles Peskine · 1 year, 10 months ago
  20. a06d45e Code style by Dave Rodgman · 1 year, 10 months ago
  21. 16e9256 Merge pull request #8272 from daverodgman/iar-warnings by Gilles Peskine · 1 year, 10 months ago
  22. e81a632 Restore missing #if by Dave Rodgman · 1 year, 10 months ago
  23. 782df035 Improve AES hardware-only check by Dave Rodgman · 1 year, 10 months ago
  24. de527fb Add MBEDTLS_TARGET_PREFIX to 3rdparty CMake by David Horstmann · 1 year, 10 months ago
  25. 90330a4 Fix IAR control bypasses initialisation warning by Dave Rodgman · 1 year, 10 months ago
  26. 02a53d7 Fix IAR pointless integer comparison by Dave Rodgman · 1 year, 10 months ago
  27. 7e9af05 Fix IAR control bypasses initialisation warning by Dave Rodgman · 1 year, 10 months ago
  28. 73d8591 Fix IAR change of sign warning by Dave Rodgman · 1 year, 10 months ago
  29. 42f8d5f Merge pull request #8261 from Mbed-TLS/fix-cmake-header-include by Gilles Peskine · 1 year, 10 months ago
  30. f07ce3b Don't extend support for deprecated functions by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  31. 0fc86b2 Merge pull request #8075 from valeriosetti/issue8016 by Dave Rodgman · 1 year, 10 months ago
  32. b7b4f23 Add CMake include path for generated header by David Horstmann · 1 year, 10 months ago
  33. e9dc63e No need to include the 3rd party entry point head file by Xiaokang Qian · 1 year, 10 months ago
  34. b909aea Remove useless spaces in Makefile by Xiaokang Qian · 1 year, 10 months ago
  35. 0e5b53c Move the dependency adjacent to the generated file by Xiaokang Qian · 1 year, 11 months ago
  36. 1b61d6e Change include guards of psa_crypto_driver_wrappers_no_static.h by Xiaokang Qian · 1 year, 11 months ago
  37. 845693c Change comments to psa_crypto_driver_wrappers.h by Xiaokang Qian · 1 year, 11 months ago
  38. fe9666b Change the extension type of the file psa_crypto_driver_wrapper by Xiaokang Qian · 1 year, 11 months ago
  39. 54a4fdf Automaticly generate psa_crypto_driver_wrappers_no_static.c by Xiaokang Qian · 1 year, 11 months ago
  40. 97d1ccb Dont't generate object file for file only include static functions by Xiaokang Qian · 1 year, 11 months ago
  41. 42266dd Revert the Makefile to remove the dependency of generate_files by Xiaokang Qian · 1 year, 11 months ago
  42. 9345b2e Move functions out of the static file by Xiaokang Qian · 1 year, 11 months ago
  43. cad99fa Change code style by Xiaokang Qian · 1 year, 11 months ago
  44. e9c39c4 Enable build of non-static psa wrapper functions by Xiaokang Qian · 2 years ago
  45. e518eea Move function psa_driver_wrapper_export_public_key out of auto-generated by Xiaokang Qian · 2 years ago
  46. 5db65c7 Remove static inline functions declare and make it only in c file by Xiaokang Qian · 2 years ago
  47. 077ffc0 Ensure build of P256 pass by Xiaokang Qian · 2 years ago
  48. b862031 Remove useless declaration by Xiaokang Qian · 2 years ago
  49. 7046468 Define the psa wrapper functions as static inline by Thomas Daubney · 2 years, 1 month ago
  50. 391dd7f Fix propagation of return value from parse_attribute_value_hex_der_encoded by Gilles Peskine · 1 year, 11 months ago
  51. 7f420fa parse_attribute_value_hex_der_encoded: clean up length validation by Gilles Peskine · 1 year, 11 months ago
  52. 7077781 Fix integer overflow with an input buffer larger than INT_MAX by Gilles Peskine · 1 year, 11 months ago
  53. 2566578 Rewrite parse_attribute_value_hex_der_encoded() by Gilles Peskine · 1 year, 11 months ago
  54. 6da7872 Merge pull request #1083 from gilles-peskine-arm/development-restricted-merge-20230925 by Dave Rodgman · 1 year, 10 months ago
  55. c437fae psa_crypto: fix guards in mbedtls_ecc_group_to_psa() by Valerio Setti · 1 year, 11 months ago
  56. db6b4db Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Valerio Setti · 1 year, 11 months ago
  57. cf29c5d ssl: don't require MBEDTLS_ECP_DP with TLS1.3 by Valerio Setti · 1 year, 11 months ago
  58. 6d809cc lib/test: use new internal helpers in library's code and tests by Valerio Setti · 2 years ago
  59. f250ada tls/oid: add PSA_WANT_ECC_xxx guards together with existing MBEDTLS_ECP_DP_xxx by Valerio Setti · 2 years ago
  60. ffe590d Merge pull request #1058 from waleed-elmelegy-arm/check-set_padding-is-called by Gilles Peskine · 1 year, 10 months ago
  61. 2108775 x509_crt: Removed unused intsafe.h by Minos Galanakis · 1 year, 10 months ago
  62. ca1e605 Merge remote-tracking branch 'upstream-public/development' into development-restricted-merge-20230925 by Gilles Peskine · 1 year, 10 months ago
  63. a9bb34c x509_crt: Removed length_as_int intermediate variable by Minos Galanakis · 1 year, 10 months ago
  64. 59108d3 x509_crt: Adjusted the len of lpMultiByteStr arg in WideCharToMultiByte by Minos Galanakis · 1 year, 10 months ago
  65. 08a67cc x509_crt: Set WideCharToMultiByte to use -1 for length. by Minos Galanakis · 1 year, 11 months ago
  66. 40995e1 x509_crt: Removed checks for windows versions < WINXP by Minos Galanakis · 1 year, 11 months ago
  67. fac45fb entropy_poll: Removed checks for windows versions < WINXP by Minos Galanakis · 1 year, 11 months ago
  68. e8a5d1a entropy_poll: Updated documentation for entropy_poll loop. by Minos Galanakis · 1 year, 11 months ago
  69. 2c6e561 entropy_poll.c: Added looping logic to `mbedtls_platform_entropy_poll()`. by Minos Galanakis · 1 year, 11 months ago
  70. 4952f70 Removed unsupported Visual Studio related code in entropy_poll.c and x509_crt.c. by Minos Galanakis · 2 years ago
  71. 12b493f entropy_poll/x509_crt: Added MBEDTLS_POP_TARGET_PRAGMA define guards. by Minos Galanakis · 2 years ago
  72. 24a1c16 library Makefile: Moved -lbcrypt to LOCAL_LDFLAGS by Minos Galanakis · 2 years ago
  73. a277b21 Code style fixes by Minos Galanakis · 2 years ago
  74. de573f5 Fix coding style of length_as_int var in x509_crt.c by Simon Butcher · 7 years ago
  75. 35e5dad Add clarifying comment on use of MultiByteToWideChar() and CP_ACP by Simon Butcher · 7 years ago
  76. def90f4 Fix formatting and detail of comments in PR #730 by Simon Butcher · 7 years ago
  77. e068aa7 Fix the build for mingw and CMake + VStudio by Simon Butcher · 7 years ago
  78. 0ec1e68 Replace Windows APIs that are banned in Windows Store apps by Kevin Kane · 9 years ago
  79. 025bed9 Merge pull request #1076 from daverodgman/more-ct by Dave Rodgman · 1 year, 10 months ago
  80. 5a3add2 Merge pull request #8234 from kouzhudong/development by Dave Rodgman · 1 year, 10 months ago
  81. 6809f23 Merge pull request #8210 from yanrayw/aes_128bit_improvement by Gilles Peskine · 1 year, 11 months ago
  82. 18e1d11 Merge pull request #1049 from waleed-elmelegy-arm/Switch-pkparse-to-mbedtls_pkcs5_pbe2_ext by Gilles Peskine · 1 year, 11 months ago
  83. 4f53520 Merge pull request #8241 from daverodgman/cast_warning by Dave Rodgman · 1 year, 11 months ago
  84. c0633bc Add comment by Dave Rodgman · 1 year, 11 months ago
  85. 38c3228 fix cast warning by Dave Rodgman · 1 year, 11 months ago
  86. 193f942 Merge pull request #1071 from gilles-peskine-arm/ssl_decrypt_stream_short_buffer by Gilles Peskine · 1 year, 11 months ago
  87. d03f483 Use mbedtls_ct_error_if by Dave Rodgman · 1 year, 11 months ago
  88. fbe74a9 Add mbedtls_ct_error_if, with tests by Dave Rodgman · 1 year, 11 months ago
  89. 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
  90. a9d7012 Remove mbedtls_ct_int_if by Dave Rodgman · 1 year, 11 months ago
  91. 7ad37e4 Remove use of mbedtls_ct_int_if by Dave Rodgman · 1 year, 11 months ago
  92. 530c3da Improve implementation of mbedtls_ct_int_if by Dave Rodgman · 1 year, 11 months ago
  93. 61f1bea Update library to use mbedtls_ct_int_if by Dave Rodgman · 1 year, 11 months ago
  94. f81b2a1 Generalise mbedtls_ct_error_if to mbedtls_ct_int_if by Dave Rodgman · 1 year, 11 months ago
  95. aaebc9b Merge pull request #8235 from daverodgman/misc-size by Dave Rodgman · 1 year, 11 months ago
  96. 8d276fb Remove unused variable and unreachable return from mbedtls_pk_write_key_der() by Tom Cosgrove · 1 year, 11 months ago
  97. a15b485 Fix MSVC error C4703 about possibly uninitialized variable in pkwrite.c by correy · 1 year, 11 months ago
  98. 1a404e8 Use mbedtls_ct_error for CT error selection by Dave Rodgman · 1 year, 11 months ago
  99. e50b537 Add mbedtls_ct_error_if by Dave Rodgman · 1 year, 11 months ago
  100. ef6795d Reduce size of mbedtls_asn1_get_len by Dave Rodgman · 1 year, 11 months ago