1. 503f487 Merge pull request #7469 from xkqian/2.28/bignumber_update_comments by Tom Cosgrove · 2 years, 3 months ago
  2. 8738bc4 Update gen_prvkey_mx paras to align with comments and c code by Xiaokang Qian · 2 years, 4 months ago
  3. 0e5a27b Update links of references in bignum code by Xiaokang Qian · 2 years, 4 months ago
  4. 6ab5d5c Fix trailing whitespace by Dave Rodgman · 2 years, 4 months ago
  5. 8f109fc Fix use of uninitialised variable by Dave Rodgman · 2 years, 4 months ago
  6. b2e3c7a Tidy-up by Dave Rodgman · 2 years, 4 months ago
  7. 8dde24e Tidy-up by Dave Rodgman · 2 years, 4 months ago
  8. 42a5bb1 Fix failure to write back when reset != 0; tidy-up by Dave Rodgman · 2 years, 4 months ago
  9. 0feecbd Copy the struct to align it, avoiding an ABI break by Dave Rodgman · 2 years, 4 months ago
  10. e4f1aac Bump version to 2.28.3 by Dave Rodgman · 2 years, 4 months ago
  11. a183e1d Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.3rc0-pr by Paul Elliott · 2 years, 5 months ago
  12. 410594c Have MBEDTLS_STATIC_ASSERT() match current development more closely by Tom Cosgrove · 2 years, 5 months ago
  13. bdd01a7 Implement and use MBEDTLS_STATIC_ASSERT() by Tom Cosgrove · 2 years, 5 months ago
  14. 640b761 Print out AESNI mechanism used by GCM in self-test by Tom Cosgrove · 2 years, 5 months ago
  15. 2c942a3 Fix code style nit by Tom Cosgrove · 2 years, 5 months ago
  16. 20458c0 Have selftest print more information about the AESNI build by Tom Cosgrove · 2 years, 5 months ago
  17. 3b53cae Remove references to MBEDTLS_AESCE_C and MBEDTLS_HAVE_ARM64 by Tom Cosgrove · 2 years, 5 months ago
  18. 58550ac Fix merge errors in backporting by Tom Cosgrove · 2 years, 5 months ago
  19. 6dec541 AESNI: Overhaul implementation selection by Gilles Peskine · 2 years, 5 months ago
  20. b71d402 Clean up AES context alignment code by Gilles Peskine · 2 years, 5 months ago
  21. 30c356c Use consistent guards for padlock code by Gilles Peskine · 2 years, 5 months ago
  22. 6978e73 Fix unaligned access if the context is moved during operation by Gilles Peskine · 2 years, 5 months ago
  23. 5f1677f Fix typo in comment by Gilles Peskine · 2 years, 5 months ago
  24. de34578 Fix code style by Gilles Peskine · 2 years, 5 months ago
  25. 2e8d8d1 Fix MSVC portability by Gilles Peskine · 2 years, 5 months ago
  26. d4a2393 Improve variable names by Gilles Peskine · 2 years, 5 months ago
  27. 790756d Get aesni.c compiling with Visual Studio by Tom Cosgrove · 2 years, 5 months ago
  28. e7dc21f AESNI: add implementation with intrinsics by Gilles Peskine · 2 years, 5 months ago
  29. 2c8ad94 AES, GCM selftest: indicate which implementation is used by Gilles Peskine · 2 years, 5 months ago
  30. 5511a34 New preprocessor symbol indicating that AESNI support is present by Gilles Peskine · 2 years, 5 months ago
  31. 2808a60 Improve the presentation of assembly blocks by Gilles Peskine · 2 years, 5 months ago
  32. 18d521a Don't warn about Msan/Valgrind if AESNI isn't actually built by Gilles Peskine · 2 years, 5 months ago
  33. 6055b78 Update bibliographic references by Gilles Peskine · 2 years, 5 months ago
  34. 6b8e8ff Fix segfault in mbedtls_oid_get_numeric_string by Demi Marie Obenour · 2 years, 5 months ago
  35. 39987eb Merge pull request #7172 from daverodgman/fix_UB_in_ssl_read-2.28 by Dave Rodgman · 2 years, 5 months ago
  36. 1215557 Add corresponding fix for mbedtls_ssl_write by Dave Rodgman · 2 years, 5 months ago
  37. cf01d78 Update library/ssl_msg.c by ashesman · 3 years, 6 months ago
  38. 272cc19 Fixed undefined behavior in ssl_read if buf parameter is NULL. by Ashley Duncan · 3 years, 6 months ago
  39. d784833 Silence a warning from Clang >=15 about an unused local variable by Gilles Peskine · 2 years, 5 months ago
  40. ec1eff3 Make \retval commands non-empty by Gilles Peskine · 2 years, 6 months ago
  41. 4dcc08c Merge pull request #7138 from davidhorstmann-arm/2.28-fix-oid-printing-bug by Gilles Peskine · 2 years, 5 months ago
  42. b092691 Merge pull request #7086 from tom-cosgrove-arm/dont-use-lstrlenW-228 by Dave Rodgman · 2 years, 6 months ago
  43. 0518d53 Change error codes to more appropriate codes by David Horstmann · 2 years, 6 months ago
  44. d138181 Change += to |= for clearer semantics by David Horstmann · 2 years, 6 months ago
  45. 8f81d8a Make overflow checks more readable by David Horstmann · 2 years, 6 months ago
  46. beb90e3 Disallow overlong encoding when parsing OIDs by David Horstmann · 2 years, 6 months ago
  47. cdaee54 Fix incorrect printing of OIDs by David Horstmann · 2 years, 6 months ago
  48. fc820d9 Fix IAR warnings by Paul Elliott · 2 years, 7 months ago
  49. 26f53f1 Fix compiler warning: unreachable code by Sergey · 2 years, 6 months ago
  50. 0289c19 Don't use lstrlenW() on Windows by Tom Cosgrove · 2 years, 6 months ago
  51. c4f885d X.509: Remove red'n bounds checks and zeroiz'n in OtherName parsing by hanno-becker · 2 years, 6 months ago
  52. 75ab076 Fix X.509 SAN parsing by hanno-becker · 2 years, 6 months ago
  53. ecb4420 Address missed instances of sizeof by Dave Rodgman · 2 years, 6 months ago
  54. 1868870 Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  55. 78b823a mbedtls_mpi_sub_abs: Skip memcpy when redundant (#6701). by Aaron M. Ucko · 2 years, 6 months ago
  56. 4b7cb8c Merge pull request #6919 from valeriosetti/issue6843-backport by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  57. 3a261a4 Add a selftest run for the TIMING_ALT test by Andrzej Kurek · 2 years, 6 months ago
  58. c890b22 Add a test for external alternate timing implementation by Andrzej Kurek · 2 years, 7 months ago
  59. cf4e999 Enable the timing.c selftest with MBEDTLS_TIMING_ALT by Andrzej Kurek · 2 years, 7 months ago
  60. b37f6c1 x509write_crt: reject serial longer than X509_RFC5280_MAX_SERIAL_LEN by Valerio Setti · 2 years, 7 months ago
  61. ec03b04 Update generated files by Gilles Peskine · 2 years, 7 months ago
  62. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  63. dc633d9 Remove redundant error code definitions by Gilles Peskine · 2 years, 7 months ago
  64. b6466c8 Fix IAR warning by Glenn Strauss · 2 years, 7 months ago archive/new-code-style/test/6889/old features/new-code-style/test/6889/old
  65. b6bf5f5 Workaround Uncrustify parsing of "asm" by David Horstmann · 2 years, 7 months ago
  66. b03c558 Fix overflow in mbedtls_timing_hardclock() by Dave Rodgman · 2 years, 8 months ago
  67. 4547eae Merge pull request #984 from Mbed-TLS/mbedtls-2.28.2-merge-back by Dave Rodgman · 2 years, 8 months ago
  68. 1d1baa7 Merge pull request #6586 from lpy4105/2.28-check-psa-name-typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  69. 4364fc9 Fix typo in `library/entropy.c` by Zachary Fleckenstein · 2 years, 8 months ago
  70. 0e0793f Merge pull request #6706 from davidhorstmann-arm/2.28-code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  71. 9f54092 Avoid unstructured macro usage with code duplication by Gilles Peskine · 2 years, 8 months ago
  72. 7428c61 Bump LTS version to 2.28.2 by Aditya Deshpande · 2 years, 8 months ago
  73. dbefba7 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.2rc0-pr by Aditya Deshpande · 2 years, 8 months ago
  74. 5c581dd Merge pull request #6735 from daverodgman/fix_test_dep_spelling_2.28 by Dave Rodgman · 2 years, 8 months ago
  75. a03396a Fix additional mis-spellings by Dave Rodgman · 2 years, 8 months ago
  76. e87c335 Fix another typo where 'PSK' was 'PKS' by Tom Cosgrove · 2 years, 8 months ago
  77. f0090d8 Merge remote-tracking branch 'origin/mbedtls-2.28' into merge-2.28 by Dave Rodgman · 2 years, 8 months ago
  78. c1b9842 Don't change typos in debug messages used by ssl-opt.sh by Tom Cosgrove · 2 years, 8 months ago
  79. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  80. ed179db Merge pull request #6657 from gilles-peskine-arm/psa-ecb-null-0-2.28 by Dave Rodgman · 2 years, 8 months ago
  81. ff97f33 Explain why p + n isn't good enough by Gilles Peskine · 2 years, 8 months ago
  82. d551413 Remove now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  83. b400fb0 Merge pull request #6452 from AndrzejKurek/depends-py-reloaded-2-28 by Dave Rodgman · 2 years, 8 months ago
  84. 8fe23a0 Fix MSVC 12 (Visual Studio 2013) choking on inline by Gilles Peskine · 2 years, 8 months ago
  85. 01bf631 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 8 months ago
  86. b118d54 mpi_exp_mod: use x_index consistently by Janos Follath · 2 years, 9 months ago
  87. 6c5b5ad mpi_exp_mod: reduce the table size by one by Janos Follath · 2 years, 9 months ago
  88. 6fa7a76 mpi_exp_mod: fix out of bounds access by Janos Follath · 2 years, 9 months ago
  89. 2b72690 mpi_mod_exp: be pedantic about right shift by Janos Follath · 2 years, 9 months ago
  90. b358e46 Merge pull request #6618 from gilles-peskine-arm/mpi_sint-min-ub-2.28 by Gilles Peskine · 2 years, 9 months ago
  91. 6e2d8e3 mpi_exp_mod: improve documentation by Janos Follath · 2 years, 9 months ago
  92. d88e219 mpi_exp_mod: remove the 'one' variable by Janos Follath · 2 years, 9 months ago
  93. a92f915 mpi_exp_mod: simplify freeing loop by Janos Follath · 2 years, 9 months ago
  94. aadbadb mpi_exp_mod: move X next to the precomputed values by Janos Follath · 2 years, 9 months ago
  95. 6632383 mpi_exp_mod: rename local variables by Janos Follath · 2 years, 9 months ago
  96. f0ceb1c mpi_exp_mod: remove memory ownership confusion by Janos Follath · 2 years, 9 months ago
  97. ae7cbd7 Express abs(z) in a way that satisfies GCC and MSVC by Gilles Peskine · 2 years, 9 months ago
  98. de1629a Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  99. 103cf59 Fix NULL+0 in addition 0 + 0 by Gilles Peskine · 2 years, 9 months ago
  100. e530b5b Merge pull request #6579 from gilles-peskine-arm/negative-zero-from-add-2.28 by Janos Follath · 2 years, 9 months ago