1. 30c356c Use consistent guards for padlock code by Gilles Peskine · 2 years, 5 months ago
  2. 6978e73 Fix unaligned access if the context is moved during operation by Gilles Peskine · 2 years, 5 months ago
  3. 5f1677f Fix typo in comment by Gilles Peskine · 2 years, 5 months ago
  4. de34578 Fix code style by Gilles Peskine · 2 years, 5 months ago
  5. 2e8d8d1 Fix MSVC portability by Gilles Peskine · 2 years, 5 months ago
  6. d4a2393 Improve variable names by Gilles Peskine · 2 years, 5 months ago
  7. 790756d Get aesni.c compiling with Visual Studio by Tom Cosgrove · 2 years, 5 months ago
  8. e7dc21f AESNI: add implementation with intrinsics by Gilles Peskine · 2 years, 5 months ago
  9. 2c8ad94 AES, GCM selftest: indicate which implementation is used by Gilles Peskine · 2 years, 5 months ago
  10. 5511a34 New preprocessor symbol indicating that AESNI support is present by Gilles Peskine · 2 years, 5 months ago
  11. 2808a60 Improve the presentation of assembly blocks by Gilles Peskine · 2 years, 5 months ago
  12. 18d521a Don't warn about Msan/Valgrind if AESNI isn't actually built by Gilles Peskine · 2 years, 5 months ago
  13. 6055b78 Update bibliographic references by Gilles Peskine · 2 years, 5 months ago
  14. 6b8e8ff Fix segfault in mbedtls_oid_get_numeric_string by Demi Marie Obenour · 2 years, 5 months ago
  15. 39987eb Merge pull request #7172 from daverodgman/fix_UB_in_ssl_read-2.28 by Dave Rodgman · 2 years, 5 months ago
  16. 1215557 Add corresponding fix for mbedtls_ssl_write by Dave Rodgman · 2 years, 5 months ago
  17. cf01d78 Update library/ssl_msg.c by ashesman · 3 years, 6 months ago
  18. 272cc19 Fixed undefined behavior in ssl_read if buf parameter is NULL. by Ashley Duncan · 3 years, 6 months ago
  19. d784833 Silence a warning from Clang >=15 about an unused local variable by Gilles Peskine · 2 years, 5 months ago
  20. ec1eff3 Make \retval commands non-empty by Gilles Peskine · 2 years, 6 months ago
  21. 4dcc08c Merge pull request #7138 from davidhorstmann-arm/2.28-fix-oid-printing-bug by Gilles Peskine · 2 years, 6 months ago
  22. b092691 Merge pull request #7086 from tom-cosgrove-arm/dont-use-lstrlenW-228 by Dave Rodgman · 2 years, 6 months ago
  23. 0518d53 Change error codes to more appropriate codes by David Horstmann · 2 years, 6 months ago
  24. d138181 Change += to |= for clearer semantics by David Horstmann · 2 years, 6 months ago
  25. 8f81d8a Make overflow checks more readable by David Horstmann · 2 years, 6 months ago
  26. beb90e3 Disallow overlong encoding when parsing OIDs by David Horstmann · 2 years, 6 months ago
  27. cdaee54 Fix incorrect printing of OIDs by David Horstmann · 2 years, 6 months ago
  28. fc820d9 Fix IAR warnings by Paul Elliott · 2 years, 7 months ago
  29. 26f53f1 Fix compiler warning: unreachable code by Sergey · 2 years, 6 months ago
  30. 0289c19 Don't use lstrlenW() on Windows by Tom Cosgrove · 2 years, 6 months ago
  31. c4f885d X.509: Remove red'n bounds checks and zeroiz'n in OtherName parsing by hanno-becker · 2 years, 6 months ago
  32. 75ab076 Fix X.509 SAN parsing by hanno-becker · 2 years, 6 months ago
  33. ecb4420 Address missed instances of sizeof by Dave Rodgman · 2 years, 6 months ago
  34. 1868870 Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  35. 78b823a mbedtls_mpi_sub_abs: Skip memcpy when redundant (#6701). by Aaron M. Ucko · 2 years, 6 months ago
  36. 4b7cb8c Merge pull request #6919 from valeriosetti/issue6843-backport by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  37. 3a261a4 Add a selftest run for the TIMING_ALT test by Andrzej Kurek · 2 years, 6 months ago
  38. c890b22 Add a test for external alternate timing implementation by Andrzej Kurek · 2 years, 7 months ago
  39. cf4e999 Enable the timing.c selftest with MBEDTLS_TIMING_ALT by Andrzej Kurek · 2 years, 7 months ago
  40. b37f6c1 x509write_crt: reject serial longer than X509_RFC5280_MAX_SERIAL_LEN by Valerio Setti · 2 years, 7 months ago
  41. ec03b04 Update generated files by Gilles Peskine · 2 years, 7 months ago
  42. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  43. dc633d9 Remove redundant error code definitions by Gilles Peskine · 2 years, 7 months ago
  44. 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
  45. b6bf5f5 Workaround Uncrustify parsing of "asm" by David Horstmann · 2 years, 7 months ago
  46. b03c558 Fix overflow in mbedtls_timing_hardclock() by Dave Rodgman · 2 years, 8 months ago
  47. 4547eae Merge pull request #984 from Mbed-TLS/mbedtls-2.28.2-merge-back by Dave Rodgman · 2 years, 8 months ago
  48. 1d1baa7 Merge pull request #6586 from lpy4105/2.28-check-psa-name-typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  49. 4364fc9 Fix typo in `library/entropy.c` by Zachary Fleckenstein · 2 years, 8 months ago
  50. 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
  51. 9f54092 Avoid unstructured macro usage with code duplication by Gilles Peskine · 2 years, 8 months ago
  52. 7428c61 Bump LTS version to 2.28.2 by Aditya Deshpande · 2 years, 8 months ago
  53. dbefba7 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.2rc0-pr by Aditya Deshpande · 2 years, 8 months ago
  54. 5c581dd Merge pull request #6735 from daverodgman/fix_test_dep_spelling_2.28 by Dave Rodgman · 2 years, 8 months ago
  55. a03396a Fix additional mis-spellings by Dave Rodgman · 2 years, 8 months ago
  56. e87c335 Fix another typo where 'PSK' was 'PKS' by Tom Cosgrove · 2 years, 8 months ago
  57. f0090d8 Merge remote-tracking branch 'origin/mbedtls-2.28' into merge-2.28 by Dave Rodgman · 2 years, 8 months ago
  58. c1b9842 Don't change typos in debug messages used by ssl-opt.sh by Tom Cosgrove · 2 years, 8 months ago
  59. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  60. ed179db Merge pull request #6657 from gilles-peskine-arm/psa-ecb-null-0-2.28 by Dave Rodgman · 2 years, 8 months ago
  61. ff97f33 Explain why p + n isn't good enough by Gilles Peskine · 2 years, 8 months ago
  62. d551413 Remove now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  63. b400fb0 Merge pull request #6452 from AndrzejKurek/depends-py-reloaded-2-28 by Dave Rodgman · 2 years, 9 months ago
  64. 8fe23a0 Fix MSVC 12 (Visual Studio 2013) choking on inline by Gilles Peskine · 2 years, 9 months ago
  65. 01bf631 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 9 months ago
  66. b118d54 mpi_exp_mod: use x_index consistently by Janos Follath · 2 years, 9 months ago
  67. 6c5b5ad mpi_exp_mod: reduce the table size by one by Janos Follath · 2 years, 9 months ago
  68. 6fa7a76 mpi_exp_mod: fix out of bounds access by Janos Follath · 2 years, 9 months ago
  69. 2b72690 mpi_mod_exp: be pedantic about right shift by Janos Follath · 2 years, 9 months ago
  70. b358e46 Merge pull request #6618 from gilles-peskine-arm/mpi_sint-min-ub-2.28 by Gilles Peskine · 2 years, 9 months ago
  71. 6e2d8e3 mpi_exp_mod: improve documentation by Janos Follath · 2 years, 9 months ago
  72. d88e219 mpi_exp_mod: remove the 'one' variable by Janos Follath · 2 years, 9 months ago
  73. a92f915 mpi_exp_mod: simplify freeing loop by Janos Follath · 2 years, 9 months ago
  74. aadbadb mpi_exp_mod: move X next to the precomputed values by Janos Follath · 2 years, 9 months ago
  75. 6632383 mpi_exp_mod: rename local variables by Janos Follath · 2 years, 9 months ago
  76. f0ceb1c mpi_exp_mod: remove memory ownership confusion by Janos Follath · 2 years, 9 months ago
  77. ae7cbd7 Express abs(z) in a way that satisfies GCC and MSVC by Gilles Peskine · 2 years, 9 months ago
  78. de1629a Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  79. 103cf59 Fix NULL+0 in addition 0 + 0 by Gilles Peskine · 2 years, 9 months ago
  80. e530b5b Merge pull request #6579 from gilles-peskine-arm/negative-zero-from-add-2.28 by Janos Follath · 2 years, 9 months ago
  81. 3a3c50c mpi_exp_mod: improve documentation by Janos Follath · 2 years, 9 months ago
  82. f513197 fix PSA_XXX typos detected by check_names.py by Pengyu Lv · 2 years, 9 months ago
  83. 4637ed2 Merge pull request #6545 from davidhorstmann-arm/2.28-fix-unusual-macros-0-followup by Paul Elliott · 2 years, 9 months ago
  84. 581c460 Fix negative zero created by (-A) + (+A) or (-A) - (-A) by Gilles Peskine · 2 years, 9 months ago
  85. 4e47bdc Unify mbedtls_mpi_add_mpi and mbedtls_mpi_sub_mpi by Gilles Peskine · 2 years, 9 months ago
  86. da2fe26 Fix incorrect condition in is_compression_bad() by David Horstmann · 2 years, 9 months ago
  87. 1d00c3d Add comments after #endif by aditya-deshpande-arm · 2 years, 9 months ago
  88. 760d1ff Merge pull request #6554 from daverodgman/development-2.28 by Gilles Peskine · 2 years, 9 months ago
  89. cb49210 Merge pull request #6380 from Kabbah/backport2.28-x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
  90. a084c93 Fix outdated reference in debug message by Jan Bruckner · 2 years, 9 months ago
  91. 95655a2 mpi_exp_mod: protect out of window zeroes by Janos Follath · 2 years, 10 months ago
  92. 91c0286 mpi_exp_mod: load the output variable to the table by Janos Follath · 2 years, 10 months ago
  93. b410566 Reverse logic for compression in ssl_cli.c by David Horstmann · 2 years, 9 months ago
  94. 08a3751 Minor style fixes to ssl_cli.c by David Horstmann · 2 years, 9 months ago
  95. bcc18f2 Simplify PSA fallback logic in ssl_ticket.c by David Horstmann · 2 years, 9 months ago
  96. 9fc2f95 Change 0-checks to NULL-checks in ecp.c by David Horstmann · 2 years, 9 months ago
  97. 0955f82 Tidy up compression logic with auxiliary function by David Horstmann · 2 years, 9 months ago
  98. 0448de5 Simplify logic in ssl_cli.c by David Horstmann · 2 years, 9 months ago
  99. dbb6f08 Eliminate bad_params variable by David Horstmann · 2 years, 9 months ago
  100. 79bb19f Remove redundant checks for renegotiation by David Horstmann · 2 years, 9 months ago