1. fa2d75d Add implementation of psa_crypto_input_copy_free() by David Horstmann · 1 year, 9 months ago
  2. 8d9d4fe Add psa_crypto_input_copy_alloc() implementation by David Horstmann · 1 year, 9 months ago
  3. f0ec6e8 Add prototypes for psa_crypto_input_copy API by David Horstmann · 1 year, 9 months ago
  4. cbdec9e Remove psa_crypto_alloc_and_copy() API by David Horstmann · 1 year, 9 months ago
  5. 8684ad5 Switch error code to more appropriate value by David Horstmann · 1 year, 9 months ago
  6. 7131b8e Reject zero-lengths in psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  7. 0368d20 Reject NULL original_output with non-NULL output by David Horstmann · 1 year, 9 months ago
  8. 5847b70 Add implementation of psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  9. 0e38180 Simplify zero-length buffers to always be NULL by David Horstmann · 1 year, 9 months ago
  10. cc4dfa6 Add implementation of psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  11. a707a6f Add buffers struct and prototypes for alloc API by David Horstmann · 1 year, 9 months ago
  12. 2bd296e Add implementation of psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
  13. 957f980 Add implementation of psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
  14. 1cc21c3 Add function prototypes for copying functions by David Horstmann · 1 year, 9 months ago
  15. 0ab94d1 Merge pull request #1077 from daverodgman/better-ct-2.28 by Dave Rodgman · 1 year, 10 months ago
  16. 326ba3c mbedtls_ssl_decrypt_buf(): fix buffer overread with stream cipher by Gilles Peskine · 1 year, 11 months ago
  17. 6063d82 Correct macro guards in constant_time_internal.h by Dave Rodgman · 1 year, 11 months ago
  18. 5ea6bb0 Add cast for MSVC by Dave Rodgman · 1 year, 11 months ago
  19. caa9425 Improve return value handling by Dave Rodgman · 1 year, 11 months ago
  20. e0ad9a4 Misc CT robustness improvements by Dave Rodgman · 1 year, 11 months ago
  21. 1924adb Fix macro guards for mbedtls_ct_size_mask by Dave Rodgman · 1 year, 11 months ago
  22. 1d52368 build fixes by Dave Rodgman · 1 year, 11 months ago
  23. c1a17f5 CT fix for get_zeros_padding by Dave Rodgman · 1 year, 11 months ago
  24. 51773aa CT fix for get_zeros_and_len_padding by Dave Rodgman · 1 year, 11 months ago
  25. df254f6 CT fix for get_one_and_zeros_padding by Dave Rodgman · 1 year, 11 months ago
  26. 9f3f73d CT fix for get_pkcs_padding by Dave Rodgman · 1 year, 11 months ago
  27. 40dc3b3 CT fixes in nist_kw by Dave Rodgman · 1 year, 11 months ago
  28. 954a2da Use mbedtls_ct_memcmp in mbedtls_rsa_rsaes_oaep_decrypt by Dave Rodgman · 1 year, 11 months ago
  29. c280520 Eliminate duplicate ct memcmp by Dave Rodgman · 1 year, 11 months ago
  30. f4cf4a6 Merge pull request #1070 from gilles-peskine-arm/merge-2.28-restricted-20230915 by Dave Rodgman · 1 year, 11 months ago
  31. 9cacae3 Merge remote-tracking branch 'upstream-public/mbedtls-2.28' into HEAD by Gilles Peskine · 1 year, 11 months ago
  32. f919393 Return back to modifying input parameters in pkcs12_parse_pbe_params by Waleed Elmelegy · 1 year, 11 months ago
  33. 6060cf1 Add new mbedtls_pkcs12_pbe_ext function to replace old function by Waleed Elmelegy · 1 year, 11 months ago
  34. 5161645 Merge pull request #7211 from sergio-nsk/patch-3 by Gilles Peskine · 1 year, 11 months ago
  35. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  36. 38a89ad Improve & test legacy mbedtls_pkcs12_pbe by Waleed Elmelegy · 1 year, 11 months ago
  37. e008890 Update generated files by Gilles Peskine · 1 year, 11 months ago
  38. 09f0a97 Fix typo in pkcs5.c by Waleed-Ziad Maamoun-Elmelegy · 1 year, 11 months ago
  39. dcad168 Improve mbedtls_pkcs5_pbes2_ext function test data by Waleed Elmelegy · 2 years ago
  40. b66cb65 Add new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  41. 73285cc Define all PSA_xxx macros to 1 rather than have them empty, for consistency by Tom Cosgrove · 1 year, 11 months ago
  42. 12a2bfc Merge pull request #8096 from davidhorstmann-arm/2.28-initialize-struct-get-other-name by Paul Elliott · 1 year, 11 months ago
  43. 2bda812 Merge pull request #8085 from gilles-peskine-arm/mpi_exp_mod-remove_initial_copy-2.28 by Tom Cosgrove · 2 years ago
  44. f9f183c Merge pull request #8089 from ivq/8017-backport by Tom Cosgrove · 2 years ago
  45. dcf7326 Fix incorrect detection of HardwareModuleName by David Horstmann · 2 years ago
  46. 4a46d23 Fix: Set type_id in x509_get_other_name() by David Horstmann · 2 years ago
  47. 431e5c4 Remove workaround for non-zero shared_secret array by Antonio de Angelis · 2 years ago
  48. 0118a1d Fix a few unchecked return values by Chien Wong · 2 years ago
  49. 20d54e3 mbedtls_mpi_exp_mod: remove spurious copy of the output variable by Gilles Peskine · 2 years ago
  50. 1505d32 Fix error strings without quotes by Antonio de Angelis · 2 years ago
  51. ac9e340 BUILD: Update For IAR support by TTornblom · 5 years ago
  52. a230735 Fix CI errors related pkcs5_pbe changes by Waleed Elmelegy · 2 years, 1 month ago
  53. 412629c Improve & test legacy mbedtls_pkcs5_pbe2 by Waleed Elmelegy · 2 years, 1 month ago
  54. 64a8135 Merge pull request #8037 from tom-cosgrove-arm/fix-rijndael-and-drbg-pdf-links-2.28 by Gilles Peskine · 2 years ago
  55. b438348 Merge pull request #8010 from marekjansta/fix-x509-ec-algorithm-identifier-2.28 by Gilles Peskine · 2 years ago
  56. aaec137 Update links to Rijndael paper and NIST SP 800-90 DRBGs by Tom Cosgrove · 2 years ago
  57. f97832a Merge pull request #8015 from AgathiyanB/fix-unnecessary-type-quantifier by Dave Rodgman · 2 years ago
  58. 403ce0a Bump version numbers by Dave Rodgman · 2 years ago
  59. 06d5e10 Fix IAR warning about unnecessary type quantifier by Agathiyan Bragadeesh · 2 years ago
  60. 0a6743b Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 2 years, 9 months ago
  61. f5257c0 Cherry picked required prerequisites from dev branch, git hash 0167244b by Marek Jansta · 2 years ago
  62. e7eb805 Seperate declarations from function body by Agathiyan Bragadeesh · 2 years ago
  63. 5521b4c Assign have_rng in declaration of ecp_mul_mxz by Agathiyan Bragadeesh · 2 years ago
  64. 7b0ee1e Fix control bypass warnings by Agathiyan Bragadeesh · 2 years ago
  65. 9a9d5ee Fix a build error when MBEDTLS_PSA_INJECT_ENTROPY is enabled by Gilles Peskine · 2 years, 3 months ago
  66. dc1244d Merge pull request #6974 from davidhorstmann-arm/2.28-cmake-pass-through-config-defines by Paul Elliott · 2 years, 1 month ago
  67. f788a45 Merge pull request #7213 from sergio-nsk/patch-5 by Tom Cosgrove · 2 years, 1 month ago
  68. 58dda67 Use emptiness-checks rather than DEFINED checks by David Horstmann · 2 years, 6 months ago
  69. 1a30cf7 Pass config file options to mbedtls_test(_helpers) by David Horstmann · 2 years, 7 months ago
  70. e31e287 Pass MBEDTLS_CONFIG_FILE defines through cmake by David Horstmann · 2 years, 7 months ago
  71. 08efc3d Merge pull request #7854 from daverodgman/fix-unused-aes-2.28 by Dave Rodgman · 2 years, 1 month ago
  72. a3fc295 Merge pull request #7823 from SlugFiller/mbedtls-2.28 by Dave Rodgman · 2 years, 1 month ago
  73. f72b837 Fix order of endif comments by Dave Rodgman · 2 years, 1 month ago
  74. 1d0033e Improve #endif comments by Dave Rodgman · 2 years, 1 month ago
  75. 1ce92e4 Correct #endif comments by Dave Rodgman · 2 years, 1 month ago
  76. a4a3373 Correct comments on #endif's by Dave Rodgman · 2 years, 1 month ago
  77. 94210b1 Compile fixes by Dave Rodgman · 2 years, 1 month ago
  78. bae79fa Add missing sha header includes to entropy.c by Dave Rodgman · 2 years, 1 month ago
  79. 1262315 Fix warnings re: unused variables in pkparse and pkwrite by Dave Rodgman · 2 years, 1 month ago
  80. f488c2c Add missing include for INT_MAX definition by Dave Rodgman · 2 years, 1 month ago
  81. 584b62f code style by Dave Rodgman · 2 years, 1 month ago
  82. 9d3b633 Fix comment by Dave Rodgman · 2 years, 1 month ago
  83. 5c047d9 More dependency fixes by Dave Rodgman · 2 years, 1 month ago
  84. 36c8e58 Fix unused variable by Dave Rodgman · 2 years, 1 month ago
  85. dbae184 Fix unused variable if MBEDTLS_AES_SETKEY_ENC_ALT and MBEDTLS_AES_DECRYPT_ALT set by Dave Rodgman · 2 years, 1 month ago
  86. 9b20aea Fix unused fn when MBEDTLS_AES_SETKEY_DEC_ALT and MBEDTLS_AES_SETKEY_ENC_ALT set by Dave Rodgman · 2 years, 1 month ago
  87. 1e6f770 Fix unused function when MBEDTLS_AES_SETKEY_ENC_ALT set by Dave Rodgman · 2 years, 1 month ago
  88. abaea61 Return an error when no name is parsed by David Horstmann · 2 years, 1 month ago
  89. e2d0614 Support compilation using CLang on Windows by SlugFiller · 2 years, 1 month ago
  90. 63b50b5 Merge pull request #7753 from lpy4105/backport-2.28/issue/renew_cert_2024-01-01 by Gilles Peskine · 2 years, 2 months ago
  91. 0e20741 Add a do-while loop around macros by Demi Marie Obenour · 2 years, 8 months ago
  92. 41bb446 Update TEST_CA_CRT_EC_PEM and TEST_CA_CRT_EC_DER by Pengyu Lv · 2 years, 2 months ago
  93. 04da85f Update TEST_SRV_CRT_EC_PEM and TEST_SRV_CRT_EC_DER by Pengyu Lv · 2 years, 2 months ago
  94. 14f59bf Update cert macros in library/certs.c by Pengyu Lv · 2 years, 2 months ago
  95. 20003ca Fix error: comparison of integers of different signs: 'SOCKET' and 'int' by Sergey · 2 years, 5 months ago
  96. 247e6f0 Merge pull request #7608 from daverodgman/pr6511-2.28 by Dave Rodgman · 2 years, 3 months ago
  97. 2710fe2 Merge pull request #7571 from bharsaklemukesh975/update-pkparse-tests-to-use-AES-2.28 by Gilles Peskine · 2 years, 3 months ago
  98. bd77182 Make use of MBEDTLS_STATIC_ASSERT by Dave Rodgman · 2 years, 3 months ago
  99. 0019178 Document minimum size for DEBUG_BUF_SIZE by Dave Rodgman · 2 years, 6 months ago
  100. 0d87d90 simplify code by valord577 · 2 years, 6 months ago