1. 4b0b97e pkwrite: zeroize buf containing info of private key by Yanray Wang · 2 years ago
  2. b59b7c6 pkwrite.c: call calloc and free properly by Yanray Wang · 2 years ago
  3. a8f0050 pkwrite.c: add a cleanup label to save code size by Yanray Wang · 2 years ago
  4. 7bbca13 pkwrite.c: save stack usage for pk_write_key_pem by Yanray Wang · 2 years ago
  5. 217416a pkwrite.c: save stack usage for pk_write_pubkey_pem by Yanray Wang · 2 years ago
  6. 73285cc Define all PSA_xxx macros to 1 rather than have them empty, for consistency by Tom Cosgrove · 1 year, 11 months ago
  7. 12a2bfc Merge pull request #8096 from davidhorstmann-arm/2.28-initialize-struct-get-other-name by Paul Elliott · 1 year, 11 months ago
  8. 2bda812 Merge pull request #8085 from gilles-peskine-arm/mpi_exp_mod-remove_initial_copy-2.28 by Tom Cosgrove · 2 years ago
  9. f9f183c Merge pull request #8089 from ivq/8017-backport by Tom Cosgrove · 2 years ago
  10. dcf7326 Fix incorrect detection of HardwareModuleName by David Horstmann · 2 years ago
  11. 4a46d23 Fix: Set type_id in x509_get_other_name() by David Horstmann · 2 years ago
  12. 431e5c4 Remove workaround for non-zero shared_secret array by Antonio de Angelis · 2 years ago
  13. 0118a1d Fix a few unchecked return values by Chien Wong · 2 years ago
  14. 20d54e3 mbedtls_mpi_exp_mod: remove spurious copy of the output variable by Gilles Peskine · 2 years ago
  15. 1505d32 Fix error strings without quotes by Antonio de Angelis · 2 years ago
  16. ac9e340 BUILD: Update For IAR support by TTornblom · 5 years ago
  17. 64a8135 Merge pull request #8037 from tom-cosgrove-arm/fix-rijndael-and-drbg-pdf-links-2.28 by Gilles Peskine · 2 years ago
  18. b438348 Merge pull request #8010 from marekjansta/fix-x509-ec-algorithm-identifier-2.28 by Gilles Peskine · 2 years ago
  19. aaec137 Update links to Rijndael paper and NIST SP 800-90 DRBGs by Tom Cosgrove · 2 years ago
  20. f97832a Merge pull request #8015 from AgathiyanB/fix-unnecessary-type-quantifier by Dave Rodgman · 2 years ago
  21. 403ce0a Bump version numbers by Dave Rodgman · 2 years ago
  22. 06d5e10 Fix IAR warning about unnecessary type quantifier by Agathiyan Bragadeesh · 2 years ago
  23. 0a6743b Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 2 years, 9 months ago
  24. f5257c0 Cherry picked required prerequisites from dev branch, git hash 0167244b by Marek Jansta · 2 years ago
  25. e7eb805 Seperate declarations from function body by Agathiyan Bragadeesh · 2 years ago
  26. 5521b4c Assign have_rng in declaration of ecp_mul_mxz by Agathiyan Bragadeesh · 2 years ago
  27. 7b0ee1e Fix control bypass warnings by Agathiyan Bragadeesh · 2 years ago
  28. 9a9d5ee Fix a build error when MBEDTLS_PSA_INJECT_ENTROPY is enabled by Gilles Peskine · 2 years, 3 months ago
  29. dc1244d Merge pull request #6974 from davidhorstmann-arm/2.28-cmake-pass-through-config-defines by Paul Elliott · 2 years, 1 month ago
  30. f788a45 Merge pull request #7213 from sergio-nsk/patch-5 by Tom Cosgrove · 2 years, 1 month ago
  31. 58dda67 Use emptiness-checks rather than DEFINED checks by David Horstmann · 2 years, 6 months ago
  32. 1a30cf7 Pass config file options to mbedtls_test(_helpers) by David Horstmann · 2 years, 7 months ago
  33. e31e287 Pass MBEDTLS_CONFIG_FILE defines through cmake by David Horstmann · 2 years, 7 months ago
  34. 08efc3d Merge pull request #7854 from daverodgman/fix-unused-aes-2.28 by Dave Rodgman · 2 years, 1 month ago
  35. a3fc295 Merge pull request #7823 from SlugFiller/mbedtls-2.28 by Dave Rodgman · 2 years, 1 month ago
  36. f72b837 Fix order of endif comments by Dave Rodgman · 2 years, 1 month ago
  37. 1d0033e Improve #endif comments by Dave Rodgman · 2 years, 1 month ago
  38. 1ce92e4 Correct #endif comments by Dave Rodgman · 2 years, 1 month ago
  39. a4a3373 Correct comments on #endif's by Dave Rodgman · 2 years, 1 month ago
  40. 94210b1 Compile fixes by Dave Rodgman · 2 years, 1 month ago
  41. bae79fa Add missing sha header includes to entropy.c by Dave Rodgman · 2 years, 1 month ago
  42. 1262315 Fix warnings re: unused variables in pkparse and pkwrite by Dave Rodgman · 2 years, 1 month ago
  43. f488c2c Add missing include for INT_MAX definition by Dave Rodgman · 2 years, 1 month ago
  44. 584b62f code style by Dave Rodgman · 2 years, 1 month ago
  45. 9d3b633 Fix comment by Dave Rodgman · 2 years, 1 month ago
  46. 5c047d9 More dependency fixes by Dave Rodgman · 2 years, 1 month ago
  47. 36c8e58 Fix unused variable by Dave Rodgman · 2 years, 1 month ago
  48. dbae184 Fix unused variable if MBEDTLS_AES_SETKEY_ENC_ALT and MBEDTLS_AES_DECRYPT_ALT set by Dave Rodgman · 2 years, 1 month ago
  49. 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
  50. 1e6f770 Fix unused function when MBEDTLS_AES_SETKEY_ENC_ALT set by Dave Rodgman · 2 years, 1 month ago
  51. abaea61 Return an error when no name is parsed by David Horstmann · 2 years, 1 month ago
  52. e2d0614 Support compilation using CLang on Windows by SlugFiller · 2 years, 1 month ago
  53. 63b50b5 Merge pull request #7753 from lpy4105/backport-2.28/issue/renew_cert_2024-01-01 by Gilles Peskine · 2 years, 2 months ago
  54. 0e20741 Add a do-while loop around macros by Demi Marie Obenour · 2 years, 8 months ago
  55. 41bb446 Update TEST_CA_CRT_EC_PEM and TEST_CA_CRT_EC_DER by Pengyu Lv · 2 years, 2 months ago
  56. 04da85f Update TEST_SRV_CRT_EC_PEM and TEST_SRV_CRT_EC_DER by Pengyu Lv · 2 years, 2 months ago
  57. 14f59bf Update cert macros in library/certs.c by Pengyu Lv · 2 years, 2 months ago
  58. 20003ca Fix error: comparison of integers of different signs: 'SOCKET' and 'int' by Sergey · 2 years, 5 months ago
  59. 247e6f0 Merge pull request #7608 from daverodgman/pr6511-2.28 by Dave Rodgman · 2 years, 3 months ago
  60. 2710fe2 Merge pull request #7571 from bharsaklemukesh975/update-pkparse-tests-to-use-AES-2.28 by Gilles Peskine · 2 years, 3 months ago
  61. bd77182 Make use of MBEDTLS_STATIC_ASSERT by Dave Rodgman · 2 years, 3 months ago
  62. 0019178 Document minimum size for DEBUG_BUF_SIZE by Dave Rodgman · 2 years, 6 months ago
  63. 0d87d90 simplify code by valord577 · 2 years, 6 months ago
  64. de6ea98 code style by valord577 · 2 years, 6 months ago
  65. 06b0bb5 make code readable and change var name by valord577 · 2 years, 6 months ago
  66. e362392 send debug msg if contains '\n' by valord577 · 2 years, 6 months ago
  67. 40fe1cd Update library/debug.c by Dave Rodgman · 2 years, 9 months ago
  68. afbaac2 Fix: no newline when debug msg over DEBUG_BUF_SIZE by valord577 · 2 years, 9 months ago
  69. e32e447 Ignore *.o everywhere by Gilles Peskine · 2 years, 3 months ago
  70. 2599a71 updating test-ca.key to use AES instead of DES by Mukesh Bharsakle · 2 years, 3 months ago
  71. 2e4541f Merge pull request #7545 from tom-cosgrove-arm/use-mbedtls_ct_uint_if-rather-than-mbedtls_ct_cond_select_sign-2.28 by Dave Rodgman · 2 years, 3 months ago
  72. 735d2c9 Backport 2.28: Use mbedtls_ct_uint_if() rather than mbedtls_ct_cond_select_sign() by Tom Cosgrove · 2 years, 3 months ago
  73. 0eace41 pk: fixing backport issues by Valerio Setti · 2 years, 3 months ago
  74. 5e7494e pk: fix position for mbedtls_platform_zeroize by Valerio Setti · 2 years, 3 months ago
  75. aae96c9 pk: fix: clear buffer holding raw EC private key on exit by Valerio Setti · 2 years, 3 months ago
  76. 503f487 Merge pull request #7469 from xkqian/2.28/bignumber_update_comments by Tom Cosgrove · 2 years, 3 months ago
  77. 8738bc4 Update gen_prvkey_mx paras to align with comments and c code by Xiaokang Qian · 2 years, 4 months ago
  78. 0e5a27b Update links of references in bignum code by Xiaokang Qian · 2 years, 4 months ago
  79. 6ab5d5c Fix trailing whitespace by Dave Rodgman · 2 years, 4 months ago
  80. 8f109fc Fix use of uninitialised variable by Dave Rodgman · 2 years, 4 months ago
  81. b2e3c7a Tidy-up by Dave Rodgman · 2 years, 4 months ago
  82. 8dde24e Tidy-up by Dave Rodgman · 2 years, 4 months ago
  83. 42a5bb1 Fix failure to write back when reset != 0; tidy-up by Dave Rodgman · 2 years, 4 months ago
  84. 0feecbd Copy the struct to align it, avoiding an ABI break by Dave Rodgman · 2 years, 4 months ago
  85. e4f1aac Bump version to 2.28.3 by Dave Rodgman · 2 years, 5 months ago
  86. a183e1d Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.3rc0-pr by Paul Elliott · 2 years, 5 months ago
  87. 410594c Have MBEDTLS_STATIC_ASSERT() match current development more closely by Tom Cosgrove · 2 years, 5 months ago
  88. bdd01a7 Implement and use MBEDTLS_STATIC_ASSERT() by Tom Cosgrove · 2 years, 5 months ago
  89. 640b761 Print out AESNI mechanism used by GCM in self-test by Tom Cosgrove · 2 years, 5 months ago
  90. 2c942a3 Fix code style nit by Tom Cosgrove · 2 years, 5 months ago
  91. 20458c0 Have selftest print more information about the AESNI build by Tom Cosgrove · 2 years, 5 months ago
  92. 3b53cae Remove references to MBEDTLS_AESCE_C and MBEDTLS_HAVE_ARM64 by Tom Cosgrove · 2 years, 5 months ago
  93. 58550ac Fix merge errors in backporting by Tom Cosgrove · 2 years, 5 months ago
  94. 6dec541 AESNI: Overhaul implementation selection by Gilles Peskine · 2 years, 5 months ago
  95. b71d402 Clean up AES context alignment code by Gilles Peskine · 2 years, 5 months ago
  96. 30c356c Use consistent guards for padlock code by Gilles Peskine · 2 years, 5 months ago
  97. 6978e73 Fix unaligned access if the context is moved during operation by Gilles Peskine · 2 years, 5 months ago
  98. 5f1677f Fix typo in comment by Gilles Peskine · 2 years, 5 months ago
  99. de34578 Fix code style by Gilles Peskine · 2 years, 5 months ago
  100. 2e8d8d1 Fix MSVC portability by Gilles Peskine · 2 years, 5 months ago