1. a16d8fc Merge pull request #5697 from gilles-peskine-arm/psa-test-op-fail-2.28 by Gilles Peskine · 3 years, 4 months ago
  2. 03efa0b Fix ARIA support in test driver configuration by Gilles Peskine · 3 years, 4 months ago
  3. d81b5ae Merge pull request #5717 from daverodgman/backport_2.28-alert_reentrant by Gilles Peskine · 3 years, 4 months ago
  4. 9cd8831 Merge pull request #5721 from tom-cosgrove-arm/roneld-1805-2.28 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  5. b283228 Fix shared library link error with cmake on Windows by Ron Eldor · 8 years ago
  6. 263d8f7 Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C by Andrzej Kurek · 3 years, 4 months ago
  7. 2603fec Remove dummy timing implementation by Andrzej Kurek · 3 years, 4 months ago
  8. d9c66c0 Make alert sending function re-entrant by Hanno Becker · 7 years ago
  9. bc79582 Fix psa_mac_verify() returning BUFFER_TOO_SMALL by Gilles Peskine · 3 years, 5 months ago
  10. 449e02e If a cipher algorithm is not supported, fail during setup by Gilles Peskine · 3 years, 5 months ago
  11. 739c98c Make psa_key_derivation_setup return early if the key agreement is not supported by Gilles Peskine · 4 years, 3 months ago
  12. ea0d95e Make psa_key_derivation_setup return early if the hash is not supported by Gilles Peskine · 4 years, 3 months ago
  13. cdacf04 Simplify is_kdf_alg_supported in psa_key_derivation_setup_kdf by Gilles Peskine · 4 years, 3 months ago
  14. e25dc1c Fix typo "phtreads" to "pthreads" by Artur Allmann · 3 years, 5 months ago
  15. e7dad1f ssl_tls.c: Fix inappropriate use of ssl context by Ronald Cron · 3 years, 4 months ago
  16. f1ed595 ssl_srv.c: Mark ETM as disabled if cipher is not CBC by Ronald Cron · 3 years, 4 months ago
  17. ce514de Merge pull request #5563 from AndrzejKurek/timeless-2.28 by Dave Rodgman · 3 years, 5 months ago
  18. 77daaad Provide a dummy implementation of timing.c by Andrzej Kurek · 3 years, 5 months ago
  19. 516e1b0 Add a missing guard for time.h in net_sockets.c by Andrzej Kurek · 3 years, 5 months ago
  20. 301db66 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  21. 901c9b7 Erase secrets in allocated memory before freeing said memory by Steven Cooreman · 3 years, 5 months ago
  22. 4b1216b Add missing key destruction calls in ssl_write_client_key_exchange by Andrzej Kurek · 3 years, 5 months ago
  23. 4e92187 Merge pull request #5546 from SiliconLabs/mbedtls-2.28/feature/PSEC-3195-PSA-test-suites-NOT-using-UID-0 by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  24. 9be6168 Update library/psa_its_file.c by PeterSpace · 3 years, 6 months ago
  25. 55f15c7 BUGFIX: psa_its_set now rejects UID = 0 by pespacek · 3 years, 6 months ago
  26. 0178487 Fix missing check on server-chosen curve by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  27. 298d6cc Add mbedtls_ssl_check_curve_tls_id() (internal) by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  28. ca664c7 Merge pull request #5255 from AndrzejKurek/chacha-iv-len-16-fixes-2.x by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  29. 61156f8 Cap the workaround for mbedtls_mpi_safe_cond_assign on MSVC/ARM64 to MSVC versions prior to 17.1. by Tautvydas Žilys · 3 years, 6 months ago
  30. ea4af4d Don't inline mbedtls_mpi_safe_cond_assign on MSVC/ARM64 to avoid a compiler bug. by Tautvydas Žilys · 3 years, 6 months ago
  31. de081ce Reset dhm_P and dhm_G if config call repeated by Glenn Strauss · 3 years, 8 months ago
  32. d41dab3 Bump version to 2.28.0 by Dave Rodgman · 3 years, 8 months ago
  33. 08412e2 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.28.0rc0-pr by Dave Rodgman · 3 years, 8 months ago
  34. c97cc18 Merge pull request #5327 from gilles-peskine-arm/zeroize-tag-2.28 by Gilles Peskine · 3 years, 8 months ago
  35. f9a0501 mbedtls_cipher_check_tag: jump on error for more robustness to refactoring by Gilles Peskine · 3 years, 8 months ago
  36. 384b98b Merge pull request #5310 from paul-elliott-arm/pkcs12_fix_2.x by Gilles Peskine · 3 years, 8 months ago
  37. 622d804 Initialize hash_len before using it by Gilles Peskine · 3 years, 8 months ago
  38. 8c99a76 PKCS#1v1.5 signature: better cleanup of temporary values by Gilles Peskine · 3 years, 8 months ago
  39. f91b2e5 mbedtls_ssl_parse_finished: zeroize expected finished value on error by Gilles Peskine · 3 years, 8 months ago
  40. 69d3b86 mbedtls_ssl_cookie_check: zeroize expected cookie on cookie mismatch by Gilles Peskine · 3 years, 8 months ago
  41. b3f4e5b PSA hash verification: zeroize expected hash on hash mismatch by Gilles Peskine · 3 years, 8 months ago
  42. dc269bb mbedtls_cipher_check_tag: zeroize expected tag on tag mismatch by Gilles Peskine · 3 years, 8 months ago
  43. c89e209 Remove incorrect hashing by Paul Elliott · 3 years, 8 months ago
  44. 8d7eef4 Add explanation for safety in function by Paul Elliott · 3 years, 8 months ago
  45. 2b3f21d Catch failures of md_hmac operations by Gilles Peskine · 3 years, 8 months ago
  46. d8e2e83 Zeroize local MAC variables by Gilles Peskine · 3 years, 8 months ago
  47. 7412eb4 Better fix for empty password / salt by Paul Elliott · 3 years, 9 months ago
  48. fe724fe Fix for pkcs12 with NULL or zero length password by Paul Elliott · 3 years, 9 months ago
  49. c3319e7 Merge pull request #5189 from gilles-peskine-arm/struct_reordering_2.x by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  50. 9ac32eb Merge pull request #863 from davidhorstmann-arm/2.x-fix-session-copy-bug by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  51. 3a755f5 Add documentation for the functions by Gabor Mezei · 3 years, 8 months ago
  52. 46ca2f7 Unify function parameters by Gabor Mezei · 3 years, 8 months ago
  53. df29332 Make mbedtls_ct_uchar_mask_of_range function static by Gabor Mezei · 3 years, 8 months ago
  54. f554ce2 Delete base64_invasive.h due to functions are moved to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  55. 3d4dba8 Move mbedtls_ct_base64_dec_value function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  56. 200708d Move mbedtls_ct_base64_enc_char function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  57. 46f79c3 Move mbedtls_ct_uchar_mask_of_range function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  58. 7464f37 Rename functions to have suitable name by Gabor Mezei · 3 years, 9 months ago
  59. 0f6c6bc [session] fix a session copy bug by 吴敬辉 · 3 years, 8 months ago
  60. 582f239 Merge pull request #5167 from tom-cosgrove-arm/fix-builds-with-only-mbedtls_bignum_c-defined by Gilles Peskine · 3 years, 8 months ago
  61. d353043 Return an error for IV lengths other than 12 with ChaCha20+Poly1305 by Andrzej Kurek · 3 years, 8 months ago
  62. 5375fd9 Return an error for IV lengths other than 12 with ChaCha20 by Andrzej Kurek · 3 years, 8 months ago
  63. 9ecdd97 psa: Fix obsolete code guard by Ronald Cron · 3 years, 9 months ago
  64. bdea4d4 psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
  65. cfc3c7b psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  66. 7b7854e tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  67. d54303d psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  68. 088d5d0 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  69. 485559e psa: Fix unused variable warnings by Ronald Cron · 4 years, 3 months ago
  70. 7207d57 psa: asymmetric_encrypt/decrypt: Improve error code consistency by Ronald Cron · 3 years, 11 months ago
  71. 2091eed psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  72. 3a95d2b psa: Fix the size of hash buffers by Ronald Cron · 3 years, 10 months ago
  73. 0c677c2 psa: Fix hash and mac operation type by Ronald Cron · 4 years, 4 months ago
  74. 4bcccc6 tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  75. a2dbe66 tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
  76. 4c224fe psa: cipher: Fix invalid output buffer usage in psa_cipher_encrypt() by Ronald Cron · 4 years, 1 month ago
  77. a833169 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  78. 1637707 psa: cipher: Align APIs execution flow by Ronald Cron · 4 years, 1 month ago
  79. c423acb psa: cipher: Fix invalid output buffer usage in psa_cipher_generate_iv() by Ronald Cron · 4 years, 1 month ago
  80. f8f425d psa: Remove psa_key_slot_is_external() by Ronald Cron · 4 years ago
  81. 41e8006 psa: Remove buggy report of RSA public exponent for opaque keys by Ronald Cron · 4 years ago
  82. 0518f61 psa: Fix slot number key attribute by Ronald Cron · 4 years ago
  83. 8a0466a Clarify psa_get_and_lock_transparent_key_slot_with_policy() purpose by Ronald Cron · 4 years ago
  84. 3107b33 Merge pull request #5154 from gabor-mezei-arm/3649_bp2x_move_constant_time_functions_into_separate_module by Gilles Peskine · 3 years, 8 months ago
  85. 989a4e9 Merge pull request #5132 from openluopworld/origin/development_2.x by Gilles Peskine · 3 years, 8 months ago
  86. 358e0ea Indicate nonce sizes invalid for ChaCha20-Poly1305 by Bence Szépkúti · 3 years, 9 months ago
  87. 021e724 Improve PSA error return code by Dave Rodgman · 3 years, 9 months ago
  88. b8006a6 PSA global data: move fields around to save code size by Gilles Peskine · 3 years, 9 months ago
  89. f5d7eef PSA operation structures: move less-used fields to the end by Gilles Peskine · 3 years, 9 months ago
  90. 2dcccbf Fix function name in debug message by Gabor Mezei · 3 years, 9 months ago
  91. 58efe61 Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Tom Cosgrove · 3 years, 9 months ago
  92. dbe0f89 Fix documentation and comments by Gabor Mezei · 3 years, 9 months ago
  93. c0ae1cf Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 10 months ago
  94. 18a4494 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
  95. da20651 Fix documentation by Gabor Mezei · 3 years, 10 months ago
  96. 61bf64f Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  97. e24dea8 Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 10 months ago
  98. 6e0e990 Add macro guard for header file by Gabor Mezei · 3 years, 10 months ago
  99. 2b35880 Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  100. 4e2de62 Remove unused function by Gabor Mezei · 3 years, 10 months ago