1. c8c89ed Fix psa_key_derivation_input_integer() not detecting bad state by Waleed Elmelegy · 5 months ago
  2. 4089549 Merge pull request #8851 from billatarm/mbedtls-2.28-add-pc-files by Gilles Peskine · 1 year, 5 months ago gh-readonly-queue/mbedtls-2.28/pr-8851-5bc604f33ca4e4b818ff9584aef110b14e0ba35a
  3. a19f6bf Merge pull request #8823 from davidhorstmann-arm/fix-config-bitflag-2.28 by Gilles Peskine · 1 year, 5 months ago
  4. fc8cacf Add missing config guards in comment by David Horstmann · 1 year, 5 months ago
  5. 5e5056d cmake: Use GnuInstallDirs to customize install directories by Biswapriyo Nath · 3 years, 4 months ago
  6. f5a6fa2 Fix code style by David Horstmann · 1 year, 5 months ago
  7. 11def97 Fix naming inconsistencies in config bits by David Horstmann · 1 year, 5 months ago
  8. 363db77 Add config guards to ssl session comment by David Horstmann · 1 year, 5 months ago
  9. 9721b86 Allow null buffers when the length is 0 by Gilles Peskine · 1 year, 5 months ago
  10. c2c74b9 mbedtls_ecp_write_key: no FEATURE_UNAVAILABLE error by Gilles Peskine · 1 year, 6 months ago
  11. 75c8e61 Merge pull request #8814 from gilles-peskine-arm/rsa-bitlen-fix-2.28 by Tom Cosgrove · 1 year, 6 months ago
  12. eb77b6f Add session config bit for KEEP_PEER_CERTIFICATE by David Horstmann · 1 year, 6 months ago
  13. 09cd7dd Merge pull request #8660 from ivq/fix_ecp_comment by Janos Follath · 1 year, 6 months ago gh-readonly-queue/mbedtls-2.28/pr-8660-ede909f99ab6e6a958a41e365251c2a1d2c4ed4d
  14. 0196f48 Fix mbedtls_pk_get_bitlen() for RSA with non-byte-aligned sizes by Gilles Peskine · 1 year, 6 months ago
  15. b6d5793 Reduce many unnecessary static memory consumption by Chien Wong · 1 year, 6 months ago
  16. bfa27e3 Fix kdf incorrect initial capacity by Kusumit Ghoderao · 1 year, 6 months ago
  17. 670100f fix build for midipix by Ørjan Malde · 1 year, 6 months ago
  18. 2866a6b Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28.7rc by Dave Rodgman · 1 year, 7 months ago
  19. f154831 bump version by Dave Rodgman · 1 year, 7 months ago
  20. e90cbc3 Fix Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
  21. 1a9a697 Fix 'missing prototype' warnings by Janos Follath · 1 year, 7 months ago
  22. 8cdb606 Align Montgomery init with development by Janos Follath · 1 year, 7 months ago
  23. 601bffc Extend blinding to RSA result check by Janos Follath · 1 year, 7 months ago
  24. aa6760d Make RSA unblinding constant flow by Janos Follath · 1 year, 7 months ago
  25. 4fe396f Move some bignum functions to internal header by Janos Follath · 1 year, 7 months ago
  26. 4217503 Move calculating RR into a separate function by Janos Follath · 1 year, 7 months ago
  27. c7e208d Merge pull request #8662 from LocutusOfBorg/mbedtls-2.28 by Tom Cosgrove · 1 year, 7 months ago
  28. d776823 Update library/timing.c by Gianfranco Costamagna · 1 year, 7 months ago
  29. a836a84 Fix Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
  30. ffb18d2 Merge pull request #8670 from daverodgman/default-compiler-all-2.28 by Dave Rodgman · 1 year, 7 months ago gh-readonly-queue/mbedtls-2.28/pr-8670-0071830a4fbcc1b38e33a3b001489ccbd9c9e31c
  31. 52c294a backport MBEDTLS_MAYBE_UNUSED by Dave Rodgman · 1 year, 7 months ago
  32. f88dd84 timing.c: use memset to initialize the structure, from Gilles Peskine by Gianfranco Costamagna · 1 year, 7 months ago
  33. ca902db timing.c by Gianfranco Costamagna · 1 year, 7 months ago
  34. 575938e Fix a comment in ecp by Chien Wong · 1 year, 7 months ago
  35. 0071830 Merge pull request #8386 from paul-elliott-arm/remove_ssl_null_tls12_2_28 by Tom Cosgrove · 1 year, 8 months ago
  36. e1f6d3b Backport 2.28: Avoid use of `ip_len` as it clashes with a macro in AIX system headers by Tom Cosgrove · 1 year, 8 months ago
  37. a645708 Restore bump version by Dave Rodgman · 1 year, 9 months ago
  38. 9c2faca Remove NULL-ing of passed in SSL context in ssl_populate_transform() by Paul Elliott · 1 year, 10 months ago
  39. d0ac480 Bump version by Dave Rodgman · 1 year, 9 months ago
  40. 287ab6e Update header by Dave Rodgman · 1 year, 9 months ago
  41. 625458b Update header by Dave Rodgman · 1 year, 9 months ago
  42. 0f2971a Update headers by Dave Rodgman · 1 year, 9 months ago
  43. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  44. 3ccb844 Merge pull request #8373 from sergio-nsk/sergio-nsk/8372/1 by Bence Szépkúti · 1 year, 9 months ago
  45. 37b8478 Merge pull request #8403 from daverodgman/iar-fixes-2.28 by Dave Rodgman · 1 year, 10 months ago
  46. 2af05c8 Stop IAR warning about goto skipping variable definition by Dave Rodgman · 1 year, 10 months ago
  47. f3c6e2e aesni: select `__cpuid` impl based on compiler type by Pengyu Lv · 1 year, 10 months ago
  48. 79d7faf aesni: declare cpuinfo as int by Pengyu Lv · 1 year, 10 months ago
  49. 2856e07 aesni: support cpuid on WIN32 by Pengyu Lv · 1 year, 10 months ago
  50. 9902a6b Fix #8372 - Error compiling AESNI in Mbed-TLS with clang on Windows by Sergey Markelov · 1 year, 10 months ago
  51. 0190277 Merge pull request #8162 from yanrayw/2.28-save_stack_usage_pkwrite by Bence Szépkúti · 1 year, 10 months ago
  52. 1222ae6 Rename local variable in aes.c by Jerzy Kasenberg · 1 year, 10 months ago
  53. c7a8ea9 Bump version to 2.28.5 by Minos Galanakis · 1 year, 10 months ago
  54. 6d16994 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.5rc0-pr by Minos Galanakis · 1 year, 10 months ago
  55. da635ab Merge pull request #8280 from gilles-peskine-arm/ssl_cache-negative_errors-2.28 by Dave Rodgman · 1 year, 10 months ago
  56. fe4d93a ssl_cache: return error codes on error by Gilles Peskine · 1 year, 10 months ago
  57. 917dd8b Add new error code for SSL cache entry not found by Gilles Peskine · 1 year, 10 months ago
  58. 930679a Make mbedtls_ecdsa_can_do definition unconditional by JonathanWitthoeft · 2 years, 3 months ago
  59. bfb0b39 Bug Fix: mbedtls_ecdsa_verify_restartable fails with ECDSA_SIGN_ALT by JonathanWitthoeft · 2 years, 3 months ago
  60. 7a8ec0f Merge pull request #8209 from lpy4105/issue/8168/2.28_fix-aesni-selection by Dave Rodgman · 1 year, 10 months ago
  61. 0ab94d1 Merge pull request #1077 from daverodgman/better-ct-2.28 by Dave Rodgman · 1 year, 11 months ago
  62. 326ba3c mbedtls_ssl_decrypt_buf(): fix buffer overread with stream cipher by Gilles Peskine · 1 year, 11 months ago
  63. 6063d82 Correct macro guards in constant_time_internal.h by Dave Rodgman · 1 year, 11 months ago
  64. 5ea6bb0 Add cast for MSVC by Dave Rodgman · 1 year, 11 months ago
  65. caa9425 Improve return value handling by Dave Rodgman · 1 year, 11 months ago
  66. e0ad9a4 Misc CT robustness improvements by Dave Rodgman · 1 year, 11 months ago
  67. 1924adb Fix macro guards for mbedtls_ct_size_mask by Dave Rodgman · 1 year, 11 months ago
  68. 1d52368 build fixes by Dave Rodgman · 1 year, 11 months ago
  69. c1a17f5 CT fix for get_zeros_padding by Dave Rodgman · 1 year, 11 months ago
  70. 51773aa CT fix for get_zeros_and_len_padding by Dave Rodgman · 1 year, 11 months ago
  71. df254f6 CT fix for get_one_and_zeros_padding by Dave Rodgman · 1 year, 11 months ago
  72. 9f3f73d CT fix for get_pkcs_padding by Dave Rodgman · 1 year, 11 months ago
  73. 40dc3b3 CT fixes in nist_kw by Dave Rodgman · 1 year, 11 months ago
  74. 954a2da Use mbedtls_ct_memcmp in mbedtls_rsa_rsaes_oaep_decrypt by Dave Rodgman · 1 year, 11 months ago
  75. c280520 Eliminate duplicate ct memcmp by Dave Rodgman · 1 year, 11 months ago
  76. f4cf4a6 Merge pull request #1070 from gilles-peskine-arm/merge-2.28-restricted-20230915 by Dave Rodgman · 1 year, 11 months ago
  77. 9cacae3 Merge remote-tracking branch 'upstream-public/mbedtls-2.28' into HEAD by Gilles Peskine · 1 year, 11 months ago
  78. f919393 Return back to modifying input parameters in pkcs12_parse_pbe_params by Waleed Elmelegy · 1 year, 11 months ago
  79. 6060cf1 Add new mbedtls_pkcs12_pbe_ext function to replace old function by Waleed Elmelegy · 1 year, 11 months ago
  80. 7fb6fc6 padlock: introduce MBEDTLS_VIA_PADLOCK_HAVE_CODE by Pengyu Lv · 1 year, 11 months ago
  81. 5161645 Merge pull request #7211 from sergio-nsk/patch-3 by Gilles Peskine · 1 year, 11 months ago
  82. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  83. 38a89ad Improve & test legacy mbedtls_pkcs12_pbe by Waleed Elmelegy · 1 year, 11 months ago
  84. e008890 Update generated files by Gilles Peskine · 1 year, 11 months ago
  85. 4b0b97e pkwrite: zeroize buf containing info of private key by Yanray Wang · 2 years ago
  86. b59b7c6 pkwrite.c: call calloc and free properly by Yanray Wang · 2 years ago
  87. a8f0050 pkwrite.c: add a cleanup label to save code size by Yanray Wang · 2 years ago
  88. 7bbca13 pkwrite.c: save stack usage for pk_write_key_pem by Yanray Wang · 2 years ago
  89. 217416a pkwrite.c: save stack usage for pk_write_pubkey_pem by Yanray Wang · 2 years ago
  90. 09f0a97 Fix typo in pkcs5.c by Waleed-Ziad Maamoun-Elmelegy · 1 year, 11 months ago
  91. dcad168 Improve mbedtls_pkcs5_pbes2_ext function test data by Waleed Elmelegy · 2 years ago
  92. b66cb65 Add new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  93. 73285cc Define all PSA_xxx macros to 1 rather than have them empty, for consistency by Tom Cosgrove · 1 year, 11 months ago
  94. 12a2bfc Merge pull request #8096 from davidhorstmann-arm/2.28-initialize-struct-get-other-name by Paul Elliott · 2 years ago
  95. 2bda812 Merge pull request #8085 from gilles-peskine-arm/mpi_exp_mod-remove_initial_copy-2.28 by Tom Cosgrove · 2 years ago
  96. f9f183c Merge pull request #8089 from ivq/8017-backport by Tom Cosgrove · 2 years ago
  97. dcf7326 Fix incorrect detection of HardwareModuleName by David Horstmann · 2 years ago
  98. 4a46d23 Fix: Set type_id in x509_get_other_name() by David Horstmann · 2 years ago
  99. 431e5c4 Remove workaround for non-zero shared_secret array by Antonio de Angelis · 2 years ago
  100. 0118a1d Fix a few unchecked return values by Chien Wong · 2 years ago