1. 2dcccbf Fix function name in debug message by Gabor Mezei · 3 years, 9 months ago
  2. b9e1f2a Update generated files by Gabor Mezei · 3 years, 9 months ago
  3. 84d7398 Update changelog with the new public API by Gabor Mezei · 3 years, 9 months ago
  4. dbe0f89 Fix documentation and comments by Gabor Mezei · 3 years, 9 months ago
  5. c0ae1cf Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 10 months ago
  6. 18a4494 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
  7. f127a0e Remove unneeded include by Gabor Mezei · 3 years, 10 months ago
  8. da20651 Fix documentation by Gabor Mezei · 3 years, 10 months ago
  9. 61bf64f Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  10. e24dea8 Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 10 months ago
  11. 6e0e990 Add macro guard for header file by Gabor Mezei · 3 years, 10 months ago
  12. 2b35880 Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  13. 4e2de62 Remove unused function by Gabor Mezei · 3 years, 10 months ago
  14. fd8a42d Make functions static by Gabor Mezei · 3 years, 10 months ago
  15. 4b4e4d8 Update documentation and comments by Gabor Mezei · 3 years, 10 months ago
  16. 91deea7 Rename and reorder function parameters by Gabor Mezei · 3 years, 10 months ago
  17. 150bdee Use condition for not sensitive data by Gabor Mezei · 3 years, 10 months ago
  18. 3c38b6e Move implementation specific comment by Gabor Mezei · 3 years, 10 months ago
  19. 2c5ed22 Make mbedtls_cf_size_mask_lt function static by Gabor Mezei · 3 years, 10 months ago
  20. d5a392a Fix missing includes by gabor-mezei-arm · 3 years, 10 months ago
  21. 10117d6 Add changelog entry by gabor-mezei-arm · 4 years ago
  22. 7e6a1ea Add documentation for the functions by gabor-mezei-arm · 4 years ago
  23. 1ffd0cc Unify equality checker functions return value by gabor-mezei-arm · 4 years ago
  24. 60febd5 Propagate usage of mask generation functions by gabor-mezei-arm · 4 years ago
  25. 2f2c0be Unify mask generation functions by gabor-mezei-arm · 4 years ago
  26. 5e48824 Unify function parameters by gabor-mezei-arm · 4 years ago
  27. 378e7eb Unify memcmp functions by gabor-mezei-arm · 4 years, 1 month ago
  28. 04087df Typo: Unify indentation of function parameters by gabor-mezei-arm · 3 years, 10 months ago
  29. f52941e Move mbedtls_cf_rsaes_pkcs1_v15_unpadding function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  30. c2aee6f Move the constant-time part of mbedtls_rsa_rsaes_pkcs1_v15_decrypt to a function by gabor-mezei-arm · 3 years, 10 months ago
  31. bc3a288 Create mbedtls_cf_size_if function by gabor-mezei-arm · 3 years, 10 months ago
  32. b10301d Move mbedtls_mpi_lt_mpi_ct function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  33. 58fc8a6 Move mbedtls_mpi_safe_cond_swap function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  34. b8caeee Move mbedtls_mpi_safe_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  35. 6e4ace6 Delete ssl_invasive.h due to duplicated function declarations by gabor-mezei-arm · 3 years, 10 months ago
  36. cb4317b Move mbedtls_cf_hmac function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  37. 0f7b9e4 Move mbedtls_cf_memcpy_offset function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  38. ee06feb Move mbedtls_cf_memcpy_if_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  39. 7b23c0b Move mbedtls_cf_mem_move_to_left function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  40. 043192d Move mbedtls_cf_mpi_uint_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  41. 5cec8b4 Move mbedtls_cf_cond_select_sign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  42. 7533253 Move mbedtls_cf_uint_if function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  43. 097d4f5 Move mbedtls_cf_mpi_uint_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  44. 17da4f2 Remove module dependency by gabor-mezei-arm · 3 years, 10 months ago
  45. 9d7bf09 Move mbedtls_cf_size_gt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  46. 96584dd Move mbedtls_cf_size_bool_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  47. a2bcabc Move mbedtls_cf_size_mask_ge function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  48. 4d6b146 Move mbedtls_cf_size_mask_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  49. d361ccd Move mbedtls_cf_size_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  50. c11cac9 Move mbedtls_cf_uint_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  51. 944c107 Move contatnt-time memcmp functions to the contant-time module by gabor-mezei-arm · 3 years, 10 months ago
  52. e41e3e8 Rename function to have suitable name by gabor-mezei-arm · 3 years, 10 months ago
  53. 9055972 Add a new file for constant-time functions by gabor-mezei-arm · 4 years, 1 month ago
  54. 95c3971 Merge pull request #5133 from haampie/fix/DT_NEEDED_for_shared_libraries-2.x by Gilles Peskine · 3 years, 9 months ago
  55. 2c4f032 Merge pull request #5050 from gilles-peskine-arm/missing-psa-macros-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  56. 3ed4263 DT_NEEDED for shared builds in makefile by Harmen Stoppels · 3 years, 9 months ago
  57. 1aa7ad7 Merge pull request #5129 from gilles-peskine-arm/base64_invasive_h-2.x by paul-elliott-arm · 3 years, 9 months ago
  58. 16c2102 Fix copypasta in #endif comment by Gilles Peskine · 3 years, 9 months ago
  59. adcfdbf Fix test bug: some classification flags were not tested by Gilles Peskine · 3 years, 9 months ago
  60. 31b9515 Ensure that all flags are actually tested by Gilles Peskine · 3 years, 9 months ago
  61. e65be27 Correct block size for MD2 by Gilles Peskine · 3 years, 9 months ago
  62. 1919103 Note the change to PSA_ALG_IS_HASH_AND_SIGN in the changelog by Gilles Peskine · 3 years, 10 months ago
  63. cc14ce0 Add PSA_ALG_IS_HASH_AND_SIGN to the metadata tests by Gilles Peskine · 3 years, 11 months ago
  64. 4bdcf9a Reorder macro definitions by Gilles Peskine · 3 years, 11 months ago
  65. 8cb22c8 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  66. 1b06d09 Test PSA_HASH_BLOCK_LENGTH by Gilles Peskine · 3 years, 11 months ago
  67. 285f213 Use the new macro PSA_HASH_BLOCK_LENGTH by Gilles Peskine · 3 years, 11 months ago
  68. 21cac07 Add changelog entry for new PSA Crypto API macros. by Mateusz Starzyk · 4 years ago
  69. 64010dc Add missing PSA_KEY_ID_NULL macro. by Mateusz Starzyk · 4 years ago
  70. 272a3d4 Add missing PSA_HASH_BLOCK_LENGTH macro. by Mateusz Starzyk · 4 years ago
  71. 294ca30 Add missing PSA_ALG_NONE macro. by Mateusz Starzyk · 4 years ago
  72. d22362c Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
  73. 9fa1d57 Merge pull request #5125 from AndrzejKurek/add-missing-test-name-backport-2x by Gilles Peskine · 3 years, 9 months ago
  74. b4206b1 Add a missing psa_crypto test suite test name by Andrzej Kurek · 3 years, 9 months ago
  75. 1f1bc2d Merge pull request #5117 from gilles-peskine-arm/psa-rsa-pss_any_salt-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  76. 6295dcb Merge pull request #5051 from gilles-peskine-arm/psa-add-aria-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  77. 300c081 Merge pull request #5046 from gilles-peskine-arm/rm-PSACryptoDriverModelSpec-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  78. 0c81ba7 Merge pull request #4944 from gilles-peskine-arm/remove-greentea-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  79. fa586db Merge pull request #5087 from gilles-peskine-arm/test_ssl_o2-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  80. ff30bd0 Always set a build type for cmake when building for testing by Gilles Peskine · 3 years, 10 months ago
  81. 31fdda1 Fix cmake invocation syntax by Gilles Peskine · 3 years, 10 months ago
  82. 2531970 Switch cmake -O2 builds around to where we test a lot by Gilles Peskine · 3 years, 10 months ago
  83. a0c51fb Clarify a comment by Gilles Peskine · 3 years, 10 months ago
  84. 3daa83e Correct support function name by Gilles Peskine · 3 years, 10 months ago
  85. 6fa6986 Build with -O2 when running ssl-opt by Gilles Peskine · 3 years, 10 months ago
  86. f8362ca Readability improvements by Gilles Peskine · 3 years, 10 months ago
  87. 44fa40cd Fix PSA_ALG_RSA_PSS verification accepting an arbitrary salt length by Gilles Peskine · 3 years, 10 months ago
  88. d79af3a Test PSS verification with different salt lengths by Gilles Peskine · 3 years, 10 months ago
  89. 19ff9a6 Test that a PSS policy doesn't allow PSS_ANY_SALT and vice versa by Gilles Peskine · 3 years, 10 months ago
  90. 72215f6 Shorten some test descriptions by Gilles Peskine · 3 years, 10 months ago
  91. a253609 Support PSA_ALG_RSA_PSS_ANY_SALT iff PSA_ALG_RSA_PSS is supported by Gilles Peskine · 3 years, 10 months ago
  92. bb2d17c Add test cases for PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  93. ac6181c Update metadata tests with the new IS_ALG_RSA_PSS_xxx_SALT predicates by Gilles Peskine · 3 years, 10 months ago
  94. 35115f9 New algorithm PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  95. d599dc7 Merge pull request #4932 from tom-daubney-arm/all.sh-subshells-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  96. 3545103 Break out algorithm_tester() as a separate method by Gilles Peskine · 3 years, 10 months ago
  97. 460d779 Merge pull request #5097 from gilles-peskine-arm/ssl-opt-resend-retry-2.x by paul-elliott-arm · 3 years, 9 months ago
  98. 8e8251a Merge pull request #4835 from gilles-peskine-arm/base64-no-table-2.2x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  99. db77eaf Merge pull request #5113 from paul-elliott-arm/ssl_opt_fixes_2.x by Gilles Peskine · 3 years, 9 months ago
  100. ce77738 Remove bash specific code by Paul Elliott · 3 years, 10 months ago