1. a2d0f90 Make functions static by Gabor Mezei · 3 years, 10 months ago
  2. a316fc8 Update documentation and comments by Gabor Mezei · 3 years, 10 months ago
  3. 63bbba5 Rename and reorder function parameters by Gabor Mezei · 3 years, 10 months ago
  4. 7013f62 Use condition for not sensitive data by Gabor Mezei · 3 years, 10 months ago
  5. eab90bc Move implementation specific comment by Gabor Mezei · 3 years, 10 months ago
  6. 1e64261 Make mbedtls_cf_size_mask_lt function static by Gabor Mezei · 3 years, 10 months ago
  7. 5b3a32d Fix missing includes by gabor-mezei-arm · 3 years, 10 months ago
  8. 6565ea0 Add changelog entry by gabor-mezei-arm · 4 years ago
  9. 90d96cc Add documentation for the functions by gabor-mezei-arm · 4 years ago
  10. b11a56e Unify equality checker functions return value by gabor-mezei-arm · 4 years ago
  11. 9cb5569 Propagate usage of mask generation functions by gabor-mezei-arm · 4 years ago
  12. 396438c Unify mask generation functions by gabor-mezei-arm · 4 years ago
  13. 87ac5be Unify function parameters by gabor-mezei-arm · 4 years ago
  14. 4602564 Unify memcmp functions by gabor-mezei-arm · 4 years, 1 month ago
  15. 2dcd768 Typo: Unify indentation of function parameters by gabor-mezei-arm · 3 years, 10 months ago
  16. fdb7118 Move mbedtls_cf_rsaes_pkcs1_v15_unpadding function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  17. 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
  18. 65cefdb Create mbedtls_cf_size_if function by gabor-mezei-arm · 3 years, 10 months ago
  19. c29a3da Move mbedtls_mpi_lt_mpi_ct function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  20. 5c97621 Move mbedtls_mpi_safe_cond_swap function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  21. 40a4925 Move mbedtls_mpi_safe_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  22. 9c1203f Delete ssl_invasive.h due to duplicated function declarations by gabor-mezei-arm · 3 years, 10 months ago
  23. 1349ffd Move mbedtls_cf_hmac function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  24. 0e7f71e Move mbedtls_cf_memcpy_offset function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  25. dee0fd3 Move mbedtls_cf_memcpy_if_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  26. 394aeaa Move mbedtls_cf_mem_move_to_left function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  27. be8d98b Move mbedtls_cf_mpi_uint_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  28. d3230d5 Move mbedtls_cf_cond_select_sign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  29. b2dbf2c Move mbedtls_cf_uint_if function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  30. 3f90fd5 Move mbedtls_cf_mpi_uint_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  31. 84dc02c Remove module dependency by gabor-mezei-arm · 3 years, 10 months ago
  32. 5a85442 Move mbedtls_cf_size_gt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  33. 8d1d5fd Move mbedtls_cf_size_bool_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  34. 16fc57b Move mbedtls_cf_size_mask_ge function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  35. c76227d Move mbedtls_cf_size_mask_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  36. 3733bf8 Move mbedtls_cf_size_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  37. 340948e Move mbedtls_cf_uint_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  38. db9a38c Move contatnt-time memcmp functions to the contant-time module by gabor-mezei-arm · 3 years, 10 months ago
  39. 9fa43ce Rename function to have suitable name by gabor-mezei-arm · 3 years, 10 months ago
  40. d112534 Add a new file for constant-time functions by gabor-mezei-arm · 4 years, 1 month ago
  41. 448c807 Merge pull request #4853 from yuhaoth/pr/add-tls13-config-check-and-dummy-handshake by Manuel Pégourié-Gonnard · 4 years ago
  42. b9930e7 Add dummy tls1.3 handshake dispatch functions by Jerry Yu · 4 years ago
  43. 3cc4c2a Add dummy ssl_tls13_{client,server}.c by Jerry Yu · 4 years ago
  44. b19ccc3 fix test_suite_debug test fail by Jerry Yu · 4 years ago
  45. c46e9b4 tests: Add negative version config tests. by Jerry Yu · 4 years ago
  46. 60835a8 Add config check utils functions by Jerry Yu · 4 years ago
  47. f8f88d6 Merge pull request #4746 from gilles-peskine-arm/bump-version-3.0 by Janos Follath · 4 years ago
  48. 2a572cf Move socket setup behind ssl structure setup. by Jerry Yu · 4 years ago
  49. b1dc59a Add tls1.3 parameters to ssl_{client,server2} by Jerry Yu · 4 years ago
  50. 78f6f05 Merge pull request #4695 from yutotakano/fix-ssl-opt.sh-hard-abort by Gilles Peskine · 4 years ago
  51. 3fbc5d3 Merge pull request #4815 from gilles-peskine-arm/generate_errors-multiline-3.0 by Gilles Peskine · 4 years ago
  52. cfb5d39 Merge pull request #4659 from spencer-burke/fixing_4222 by Gilles Peskine · 4 years ago
  53. 58887ba Show warnings if something looks wrong by Gilles Peskine · 4 years ago
  54. 7f8e277 Document the big regex by Gilles Peskine · 4 years ago
  55. d297157 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  56. 05aa543 Better support multiline comments for MBEDTLS_ERR_xxx by Gilles Peskine · 4 years ago
  57. 47b0956 More flexible parsing of Doxygen comments for MBEDTLS_ERR_xxx by Gilles Peskine · 4 years ago
  58. 8bb9b80 Merge pull request #4806 from hanno-arm/ssl_session_serialization_version by Gilles Peskine · 4 years ago
  59. fa0d61e Fix typo by Hanno Becker · 4 years ago
  60. 5772313 Document temporary overlap of TLS version in SSL context and session by Hanno Becker · 4 years ago
  61. dce5097 Prefix "version" with "library" or "protocol" to avoid ambiguity by Hanno Becker · 4 years ago
  62. 37bdbe6 Remove mentions of truncated HMAC from ssl_tls.c by Hanno Becker · 4 years ago
  63. 6981347 Merge pull request #4758 from paul-elliott-arm/fix_cipher_output_size by Gilles Peskine · 4 years ago
  64. 677c6c4 Merge pull request #4801 from hanno-arm/ssl_session_exported_private by Dave Rodgman · 4 years ago
  65. 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
  66. 1a515d1 Merge pull request #4777 from gilles-peskine-arm/save-coverage-summary-3.0 by Manuel Pégourié-Gonnard · 4 years ago
  67. 06672ef Merge pull request #4776 from gilles-peskine-arm/generate_psa_tests-robutness-202107 by Manuel Pégourié-Gonnard · 4 years ago
  68. b637150 Merge pull request #4730 from TRodziewicz/finish_removing_tls_1.0_and_1.1 by Manuel Pégourié-Gonnard · 4 years ago
  69. b4b184a Remove reference to compat-1.2.h by Gilles Peskine · 4 years ago
  70. 3c62693 Merge pull request #4701 from gilles-peskine-arm/make_generated_files-non_english-3.0 by Ronald Cron · 4 years ago
  71. fadbdbb Store TLS version in SSL session structure by Hanno Becker · 4 years ago
  72. 3b9bea0 Merge pull request #4750 from yutotakano/fix-reserved-identifier-clash by Gilles Peskine · 4 years ago
  73. 5d26efd Add ChangeLog entry by Hanno Becker · 4 years ago
  74. 0379942 Explicitly mark mbedtls_ssl_config.respect_cli_pref as private by Hanno Becker · 4 years ago
  75. 95832d8 Explicitly mark mbedtls_ssl_session.exported as private by Hanno Becker · 4 years ago
  76. d8d1932 Fix mixup about the directory containing the success indicator file by Gilles Peskine · 4 years ago
  77. dfce58f Merge pull request #4753 from JoeSubbiani/TestBlockSizes_dev by Ronald Cron · 4 years ago
  78. 6ee3b7e More robust failure detection for the coverage report generation by Gilles Peskine · 4 years ago
  79. b969570 Explain the final error checking by Gilles Peskine · 4 years ago
  80. a1c9fbe Merge pull request #4626 from SiliconLabs/arch_silabs_3399 by Gilles Peskine · 4 years, 1 month ago
  81. 3daaea8 Changing the places of the mbedtls_test_hook_test_fail callback declaration by TRodziewicz · 4 years, 1 month ago
  82. ac6cc9f Merge pull request #4784 from gilles-peskine-arm/psa-storage-format-test-strategy-20210511-3.0 by Ronald Cron · 4 years, 1 month ago
  83. 8ec3c8f Do not require test data to be in the repository by Gilles Peskine · 4 years, 3 months ago
  84. b91f81a Discuss lifetimes, in particular persistence levels by Gilles Peskine · 4 years, 3 months ago
  85. 77f8e5c Add considerations on key material representations by Gilles Peskine · 4 years, 3 months ago
  86. d131e40 Clarification: forward and backward compatibility by Gilles Peskine · 4 years, 3 months ago
  87. f31c6c1 Typo by Gilles Peskine · 4 years, 3 months ago
  88. 12c7741 Removing unneded extern declaration of a callback and including common.h where the cb is needed by TRodziewicz · 4 years, 1 month ago
  89. 5ccdc55 Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
  90. 113d80c Simplify the test and description by Joe Subbiani · 4 years, 1 month ago
  91. 64df5f8 Add Changelog entry by Paul Elliott · 4 years, 1 month ago
  92. a417f56 Add non regression test for cipher output size by Paul Elliott · 4 years, 1 month ago
  93. 6603e2b Add fix to update output size macro as well. by Paul Elliott · 4 years, 1 month ago
  94. c22950c Change PSA Cipher macro safety to use block length by Paul Elliott · 4 years, 1 month ago
  95. 554e64e Add a changelog for Armmbed#4626 by Archana · 4 years, 1 month ago
  96. ff58686 Add ChangeLog entry for reserved identifier replacments by Yuto Takano · 4 years, 1 month ago
  97. 538a0cb Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  98. c9890e9 Rewording comments by TRodziewicz · 4 years, 1 month ago
  99. fc70b52 Save the coverage report to a file by Gilles Peskine · 4 years, 1 month ago
  100. bbced87 Show the udp_proxy seed in the console log by Gilles Peskine · 4 years, 1 month ago