1. 41bb446 Update TEST_CA_CRT_EC_PEM and TEST_CA_CRT_EC_DER by Pengyu Lv · 2 years, 2 months ago
  2. 04da85f Update TEST_SRV_CRT_EC_PEM and TEST_SRV_CRT_EC_DER by Pengyu Lv · 2 years, 2 months ago
  3. 14f59bf Update cert macros in library/certs.c by Pengyu Lv · 2 years, 2 months ago
  4. 247e6f0 Merge pull request #7608 from daverodgman/pr6511-2.28 by Dave Rodgman · 2 years, 3 months ago
  5. 2710fe2 Merge pull request #7571 from bharsaklemukesh975/update-pkparse-tests-to-use-AES-2.28 by Gilles Peskine · 2 years, 3 months ago
  6. bd77182 Make use of MBEDTLS_STATIC_ASSERT by Dave Rodgman · 2 years, 3 months ago
  7. 0019178 Document minimum size for DEBUG_BUF_SIZE by Dave Rodgman · 2 years, 6 months ago
  8. 0d87d90 simplify code by valord577 · 2 years, 6 months ago
  9. de6ea98 code style by valord577 · 2 years, 6 months ago
  10. 06b0bb5 make code readable and change var name by valord577 · 2 years, 6 months ago
  11. e362392 send debug msg if contains '\n' by valord577 · 2 years, 6 months ago
  12. 40fe1cd Update library/debug.c by Dave Rodgman · 2 years, 9 months ago
  13. afbaac2 Fix: no newline when debug msg over DEBUG_BUF_SIZE by valord577 · 2 years, 9 months ago
  14. e32e447 Ignore *.o everywhere by Gilles Peskine · 2 years, 3 months ago
  15. 2599a71 updating test-ca.key to use AES instead of DES by Mukesh Bharsakle · 2 years, 3 months ago
  16. 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
  17. 735d2c9 Backport 2.28: Use mbedtls_ct_uint_if() rather than mbedtls_ct_cond_select_sign() by Tom Cosgrove · 2 years, 3 months ago
  18. 0eace41 pk: fixing backport issues by Valerio Setti · 2 years, 3 months ago
  19. 5e7494e pk: fix position for mbedtls_platform_zeroize by Valerio Setti · 2 years, 3 months ago
  20. aae96c9 pk: fix: clear buffer holding raw EC private key on exit by Valerio Setti · 2 years, 3 months ago
  21. 503f487 Merge pull request #7469 from xkqian/2.28/bignumber_update_comments by Tom Cosgrove · 2 years, 3 months ago
  22. 8738bc4 Update gen_prvkey_mx paras to align with comments and c code by Xiaokang Qian · 2 years, 4 months ago
  23. 0e5a27b Update links of references in bignum code by Xiaokang Qian · 2 years, 4 months ago
  24. 6ab5d5c Fix trailing whitespace by Dave Rodgman · 2 years, 4 months ago
  25. 8f109fc Fix use of uninitialised variable by Dave Rodgman · 2 years, 4 months ago
  26. b2e3c7a Tidy-up by Dave Rodgman · 2 years, 4 months ago
  27. 8dde24e Tidy-up by Dave Rodgman · 2 years, 4 months ago
  28. 42a5bb1 Fix failure to write back when reset != 0; tidy-up by Dave Rodgman · 2 years, 4 months ago
  29. 0feecbd Copy the struct to align it, avoiding an ABI break by Dave Rodgman · 2 years, 4 months ago
  30. e4f1aac Bump version to 2.28.3 by Dave Rodgman · 2 years, 4 months ago
  31. a183e1d Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.3rc0-pr by Paul Elliott · 2 years, 5 months ago
  32. 410594c Have MBEDTLS_STATIC_ASSERT() match current development more closely by Tom Cosgrove · 2 years, 5 months ago
  33. bdd01a7 Implement and use MBEDTLS_STATIC_ASSERT() by Tom Cosgrove · 2 years, 5 months ago
  34. 640b761 Print out AESNI mechanism used by GCM in self-test by Tom Cosgrove · 2 years, 5 months ago
  35. 2c942a3 Fix code style nit by Tom Cosgrove · 2 years, 5 months ago
  36. 20458c0 Have selftest print more information about the AESNI build by Tom Cosgrove · 2 years, 5 months ago
  37. 3b53cae Remove references to MBEDTLS_AESCE_C and MBEDTLS_HAVE_ARM64 by Tom Cosgrove · 2 years, 5 months ago
  38. 58550ac Fix merge errors in backporting by Tom Cosgrove · 2 years, 5 months ago
  39. 6dec541 AESNI: Overhaul implementation selection by Gilles Peskine · 2 years, 5 months ago
  40. b71d402 Clean up AES context alignment code by Gilles Peskine · 2 years, 5 months ago
  41. 30c356c Use consistent guards for padlock code by Gilles Peskine · 2 years, 5 months ago
  42. 6978e73 Fix unaligned access if the context is moved during operation by Gilles Peskine · 2 years, 5 months ago
  43. 5f1677f Fix typo in comment by Gilles Peskine · 2 years, 5 months ago
  44. de34578 Fix code style by Gilles Peskine · 2 years, 5 months ago
  45. 2e8d8d1 Fix MSVC portability by Gilles Peskine · 2 years, 5 months ago
  46. d4a2393 Improve variable names by Gilles Peskine · 2 years, 5 months ago
  47. 790756d Get aesni.c compiling with Visual Studio by Tom Cosgrove · 2 years, 5 months ago
  48. e7dc21f AESNI: add implementation with intrinsics by Gilles Peskine · 2 years, 5 months ago
  49. 2c8ad94 AES, GCM selftest: indicate which implementation is used by Gilles Peskine · 2 years, 5 months ago
  50. 5511a34 New preprocessor symbol indicating that AESNI support is present by Gilles Peskine · 2 years, 5 months ago
  51. 2808a60 Improve the presentation of assembly blocks by Gilles Peskine · 2 years, 5 months ago
  52. 18d521a Don't warn about Msan/Valgrind if AESNI isn't actually built by Gilles Peskine · 2 years, 5 months ago
  53. 6055b78 Update bibliographic references by Gilles Peskine · 2 years, 5 months ago
  54. 6b8e8ff Fix segfault in mbedtls_oid_get_numeric_string by Demi Marie Obenour · 2 years, 5 months ago
  55. 39987eb Merge pull request #7172 from daverodgman/fix_UB_in_ssl_read-2.28 by Dave Rodgman · 2 years, 5 months ago
  56. 1215557 Add corresponding fix for mbedtls_ssl_write by Dave Rodgman · 2 years, 5 months ago
  57. cf01d78 Update library/ssl_msg.c by ashesman · 3 years, 6 months ago
  58. 272cc19 Fixed undefined behavior in ssl_read if buf parameter is NULL. by Ashley Duncan · 3 years, 6 months ago
  59. d784833 Silence a warning from Clang >=15 about an unused local variable by Gilles Peskine · 2 years, 5 months ago
  60. ec1eff3 Make \retval commands non-empty by Gilles Peskine · 2 years, 6 months ago
  61. 4dcc08c Merge pull request #7138 from davidhorstmann-arm/2.28-fix-oid-printing-bug by Gilles Peskine · 2 years, 5 months ago
  62. b092691 Merge pull request #7086 from tom-cosgrove-arm/dont-use-lstrlenW-228 by Dave Rodgman · 2 years, 6 months ago
  63. 0518d53 Change error codes to more appropriate codes by David Horstmann · 2 years, 6 months ago
  64. d138181 Change += to |= for clearer semantics by David Horstmann · 2 years, 6 months ago
  65. 8f81d8a Make overflow checks more readable by David Horstmann · 2 years, 6 months ago
  66. beb90e3 Disallow overlong encoding when parsing OIDs by David Horstmann · 2 years, 6 months ago
  67. cdaee54 Fix incorrect printing of OIDs by David Horstmann · 2 years, 6 months ago
  68. fc820d9 Fix IAR warnings by Paul Elliott · 2 years, 7 months ago
  69. 26f53f1 Fix compiler warning: unreachable code by Sergey · 2 years, 6 months ago
  70. 0289c19 Don't use lstrlenW() on Windows by Tom Cosgrove · 2 years, 6 months ago
  71. c4f885d X.509: Remove red'n bounds checks and zeroiz'n in OtherName parsing by hanno-becker · 2 years, 6 months ago
  72. 75ab076 Fix X.509 SAN parsing by hanno-becker · 2 years, 6 months ago
  73. ecb4420 Address missed instances of sizeof by Dave Rodgman · 2 years, 6 months ago
  74. 1868870 Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  75. 78b823a mbedtls_mpi_sub_abs: Skip memcpy when redundant (#6701). by Aaron M. Ucko · 2 years, 6 months ago
  76. 4b7cb8c Merge pull request #6919 from valeriosetti/issue6843-backport by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  77. 3a261a4 Add a selftest run for the TIMING_ALT test by Andrzej Kurek · 2 years, 6 months ago
  78. c890b22 Add a test for external alternate timing implementation by Andrzej Kurek · 2 years, 7 months ago
  79. cf4e999 Enable the timing.c selftest with MBEDTLS_TIMING_ALT by Andrzej Kurek · 2 years, 7 months ago
  80. b37f6c1 x509write_crt: reject serial longer than X509_RFC5280_MAX_SERIAL_LEN by Valerio Setti · 2 years, 7 months ago
  81. ec03b04 Update generated files by Gilles Peskine · 2 years, 7 months ago
  82. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  83. dc633d9 Remove redundant error code definitions by Gilles Peskine · 2 years, 7 months ago
  84. 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
  85. b6bf5f5 Workaround Uncrustify parsing of "asm" by David Horstmann · 2 years, 7 months ago
  86. b03c558 Fix overflow in mbedtls_timing_hardclock() by Dave Rodgman · 2 years, 8 months ago
  87. 4547eae Merge pull request #984 from Mbed-TLS/mbedtls-2.28.2-merge-back by Dave Rodgman · 2 years, 8 months ago
  88. 1d1baa7 Merge pull request #6586 from lpy4105/2.28-check-psa-name-typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  89. 4364fc9 Fix typo in `library/entropy.c` by Zachary Fleckenstein · 2 years, 8 months ago
  90. 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
  91. 9f54092 Avoid unstructured macro usage with code duplication by Gilles Peskine · 2 years, 8 months ago
  92. 7428c61 Bump LTS version to 2.28.2 by Aditya Deshpande · 2 years, 8 months ago
  93. dbefba7 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.2rc0-pr by Aditya Deshpande · 2 years, 8 months ago
  94. 5c581dd Merge pull request #6735 from daverodgman/fix_test_dep_spelling_2.28 by Dave Rodgman · 2 years, 8 months ago
  95. a03396a Fix additional mis-spellings by Dave Rodgman · 2 years, 8 months ago
  96. e87c335 Fix another typo where 'PSK' was 'PKS' by Tom Cosgrove · 2 years, 8 months ago
  97. f0090d8 Merge remote-tracking branch 'origin/mbedtls-2.28' into merge-2.28 by Dave Rodgman · 2 years, 8 months ago
  98. c1b9842 Don't change typos in debug messages used by ssl-opt.sh by Tom Cosgrove · 2 years, 8 months ago
  99. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  100. ed179db Merge pull request #6657 from gilles-peskine-arm/psa-ecb-null-0-2.28 by Dave Rodgman · 2 years, 8 months ago