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