1. 22c9a6f Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 10 months ago
  2. 90437e3 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
  3. 116cd6a Fix documentation by Gabor Mezei · 3 years, 10 months ago
  4. 6a426c9 Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  5. 765862c Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 10 months ago
  6. 291df7b Add macro guard for header file by Gabor Mezei · 3 years, 10 months ago
  7. e212379 Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  8. 9494558 Remove unused function by Gabor Mezei · 3 years, 10 months ago
  9. a2d0f90 Make functions static by Gabor Mezei · 3 years, 10 months ago
  10. a316fc8 Update documentation and comments by Gabor Mezei · 3 years, 10 months ago
  11. 63bbba5 Rename and reorder function parameters by Gabor Mezei · 3 years, 10 months ago
  12. 7013f62 Use condition for not sensitive data by Gabor Mezei · 3 years, 10 months ago
  13. eab90bc Move implementation specific comment by Gabor Mezei · 3 years, 10 months ago
  14. 1e64261 Make mbedtls_cf_size_mask_lt function static by Gabor Mezei · 3 years, 10 months ago
  15. 5b3a32d Fix missing includes by gabor-mezei-arm · 3 years, 10 months ago
  16. 90d96cc Add documentation for the functions by gabor-mezei-arm · 4 years ago
  17. b11a56e Unify equality checker functions return value by gabor-mezei-arm · 4 years ago
  18. 9cb5569 Propagate usage of mask generation functions by gabor-mezei-arm · 4 years ago
  19. 396438c Unify mask generation functions by gabor-mezei-arm · 4 years ago
  20. 87ac5be Unify function parameters by gabor-mezei-arm · 4 years ago
  21. 4602564 Unify memcmp functions by gabor-mezei-arm · 4 years, 1 month ago
  22. 2dcd768 Typo: Unify indentation of function parameters by gabor-mezei-arm · 3 years, 10 months ago
  23. fdb7118 Move mbedtls_cf_rsaes_pkcs1_v15_unpadding function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  24. bef600f Move the constant-time part of mbedtls_rsa_rsaes_pkcs1_v15_decrypt to a function by gabor-mezei-arm · 3 years, 10 months ago
  25. 65cefdb Create mbedtls_cf_size_if function by gabor-mezei-arm · 3 years, 10 months ago
  26. c29a3da Move mbedtls_mpi_lt_mpi_ct function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  27. 5c97621 Move mbedtls_mpi_safe_cond_swap function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  28. 40a4925 Move mbedtls_mpi_safe_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  29. 9c1203f Delete ssl_invasive.h due to duplicated function declarations by gabor-mezei-arm · 3 years, 10 months ago
  30. 1349ffd Move mbedtls_cf_hmac function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  31. 0e7f71e Move mbedtls_cf_memcpy_offset function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  32. dee0fd3 Move mbedtls_cf_memcpy_if_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  33. 394aeaa Move mbedtls_cf_mem_move_to_left function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  34. be8d98b Move mbedtls_cf_mpi_uint_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  35. d3230d5 Move mbedtls_cf_cond_select_sign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  36. b2dbf2c Move mbedtls_cf_uint_if function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  37. 3f90fd5 Move mbedtls_cf_mpi_uint_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  38. 84dc02c Remove module dependency by gabor-mezei-arm · 3 years, 10 months ago
  39. 5a85442 Move mbedtls_cf_size_gt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  40. 8d1d5fd Move mbedtls_cf_size_bool_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  41. 16fc57b Move mbedtls_cf_size_mask_ge function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  42. c76227d Move mbedtls_cf_size_mask_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  43. 3733bf8 Move mbedtls_cf_size_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  44. 340948e Move mbedtls_cf_uint_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  45. db9a38c Move contatnt-time memcmp functions to the contant-time module by gabor-mezei-arm · 3 years, 10 months ago
  46. 9fa43ce Rename function to have suitable name by gabor-mezei-arm · 3 years, 10 months ago
  47. d112534 Add a new file for constant-time functions by gabor-mezei-arm · 4 years, 1 month ago
  48. b9930e7 Add dummy tls1.3 handshake dispatch functions by Jerry Yu · 4 years ago
  49. 3cc4c2a Add dummy ssl_tls13_{client,server}.c by Jerry Yu · 4 years ago
  50. 60835a8 Add config check utils functions by Jerry Yu · 4 years ago
  51. 8bb9b80 Merge pull request #4806 from hanno-arm/ssl_session_serialization_version by Gilles Peskine · 4 years ago
  52. fa0d61e Fix typo by Hanno Becker · 4 years ago
  53. dce5097 Prefix "version" with "library" or "protocol" to avoid ambiguity by Hanno Becker · 4 years ago
  54. 37bdbe6 Remove mentions of truncated HMAC from ssl_tls.c by Hanno Becker · 4 years ago
  55. 8da9dc0 Merge pull request #4748 from TRodziewicz/re-introduce_ext_checks_for_psa_unlock-wipe_key_slot by Manuel Pégourié-Gonnard · 4 years ago
  56. b637150 Merge pull request #4730 from TRodziewicz/finish_removing_tls_1.0_and_1.1 by Manuel Pégourié-Gonnard · 4 years ago
  57. fadbdbb Store TLS version in SSL session structure by Hanno Becker · 4 years ago
  58. 3b9bea0 Merge pull request #4750 from yutotakano/fix-reserved-identifier-clash by Gilles Peskine · 4 years, 1 month ago
  59. 538a0cb Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  60. c9890e9 Rewording comments by TRodziewicz · 4 years, 1 month ago
  61. 829fe70 Correction to callback declaration and usage by TRodziewicz · 4 years, 1 month ago
  62. 18cddc0 Reverting comments deleted in previous PR by TRodziewicz · 4 years, 1 month ago
  63. 36c8ddc Replace `_B` with `B` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  64. 277572f Fix coding style issue by Archana · 4 years, 1 month ago
  65. 1d2e2bb Add missing Curve448 support for PSA keys by Archana · 4 years, 2 months ago
  66. 299510e Correction to comments and changelog removed by TRodziewicz · 4 years, 1 month ago
  67. 7871c2e Adding new macro for tests failing by TRodziewicz · 4 years, 1 month ago
  68. 44f6390 Remove redundant hash len check by David Horstmann · 4 years, 1 month ago
  69. 458280e Correction to outdated comment by TRodziewicz · 4 years, 1 month ago
  70. 45419c1 Revert "Add auto-generated files" by Dave Rodgman · 4 years, 1 month ago
  71. 345165c Reverting deleted macros by TRodziewicz · 4 years, 1 month ago
  72. 302ed2b Reverting the TLS 1.3 compatibility by TRodziewicz · 4 years, 1 month ago
  73. d9be652 Corrections to the new functions names and error message wording by TRodziewicz · 4 years, 1 month ago
  74. 053b99b Re-introduction of key slot chekcs by TRodziewicz · 4 years, 1 month ago
  75. 527b82a Bump .so version numbers to stay ahead of 2.x by Dave Rodgman · 4 years, 1 month ago
  76. 3e84187 Add auto-generated files by Dave Rodgman · 4 years, 1 month ago
  77. 7601657 Bump library version numbers by Dave Rodgman · 4 years, 1 month ago
  78. 34d8cd2 Merge remote-tracking branch 'restricted/development-restricted' into mbedtls-3.0.0rc0-pr by Dave Rodgman · 4 years, 1 month ago
  79. 9f5774f Merge pull request #4739 from gabor-mezei-arm/3258_fp30_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  80. 0a7ff4a Merge pull request #4741 from gabor-mezei-arm/3267_fp30_sign_verify_key_policies by Dave Rodgman · 4 years, 1 month ago
  81. 5ce25d7 Remove obsolete comment by gabor-mezei-arm · 4 years, 1 month ago
  82. dc1a3b2 Merge pull request #4724 from hanno-arm/ssl_hs_parse_error_3_0 by Dave Rodgman · 4 years, 1 month ago
  83. 00e54f1 Fix minor issues by gabor-mezei-arm · 4 years, 1 month ago
  84. 6158e28 Check the return status of the functions first by gabor-mezei-arm · 4 years, 1 month ago
  85. 58c1727 Add buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  86. 3f860e4 Remove invalid buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  87. 47a8e14 Typo by gabor-mezei-arm · 4 years, 1 month ago
  88. 0a93b66 Fix possible unreachable code by gabor-mezei-arm · 4 years, 1 month ago
  89. 90fceea Update documentation by gabor-mezei-arm · 4 years, 1 month ago
  90. 258ae07 Add checks for buffer size by gabor-mezei-arm · 4 years, 1 month ago
  91. e5ff8f4 Use local variable instead of an ouput parameter by gabor-mezei-arm · 4 years, 1 month ago
  92. 6f4e5bb Initialize output buffer length to 0 by gabor-mezei-arm · 4 years, 1 month ago
  93. 0dfeaaf Remove confising comments by gabor-mezei-arm · 4 years, 1 month ago
  94. 9951b50 Remove comments by gabor-mezei-arm · 4 years, 1 month ago
  95. 42cdb2a Fix struct initialization by gabor-mezei-arm · 4 years, 4 months ago
  96. a9449a0 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  97. ba0fa75 Implement one-shot cipher by gabor-mezei-arm · 4 years, 5 months ago
  98. 95180fe Fix comment by gabor-mezei-arm · 4 years, 1 month ago
  99. 43110b6 Do key usage policy extension when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  100. 39bd5a6 Address review comment by Dave Rodgman · 4 years, 1 month ago