1. f5a29a5 Remove redundant test component by Gilles Peskine · 2 years ago
  2. 003a5e1 Merge pull request #1046 from Mbed-TLS/merge_3.4.1 by Dave Rodgman · 2 years ago
  3. a0fc998 Merge branch 'development' into merge_3.4.1 by Dave Rodgman · 2 years ago
  4. 6f80ac4 Merge pull request #7864 from waleed-elmelegy-arm/enforce-min-RSA-key-size by Dave Rodgman · 2 years ago
  5. 1d4d944 Merge pull request #7933 from tom-cosgrove-arm/add-mbedtls_zeroize_and_free by Dave Rodgman · 2 years ago
  6. 72718dd Merge pull request #1044 from Mbed-TLS/mbedtls-3.4.1rc0-pr by Dave Rodgman · 2 years ago mbedtls-3.4.1 v3.4.1
  7. 9a3ded1 Merge remote-tracking branch 'gilles-peskine-arm/3.4.0-updated-certs' into mbedtls-3.4.1rc0-pr by Dave Rodgman · 2 years ago
  8. 6919546 Update more test dependencies when using test-ca.key by Gilles Peskine · 2 years ago
  9. 2823b41 Merge pull request #8026 from gilles-peskine-arm/readthedocs-3.4.1 by Gilles Peskine · 2 years ago
  10. d4e7fe0 Change tests to work on different MBEDTLS_RSA_GEN_KEY_MIN_BITS configs by Waleed Elmelegy · 2 years ago
  11. a824f8b Update test dependencies when using test-ca.key by Gilles Peskine · 2 years ago
  12. b7583c9 Add _build/ and api/ to gitignore by David Horstmann · 2 years, 4 months ago
  13. 9d06c7d Clean the breathe-apidoc files with make clean by David Horstmann · 2 years, 4 months ago
  14. 6c77852 Revert "Add exemption for make.bat in checks for tabs" by David Horstmann · 2 years, 4 months ago
  15. 8d7b213 Remove make.bat for documentation by David Horstmann · 2 years, 4 months ago
  16. e51ef92 Improve docs Makefile to do full build by David Horstmann · 2 years, 4 months ago
  17. dbee883 Improve positioning of GENERATE_XML option by David Horstmann · 2 years, 5 months ago
  18. 5532597 Remove Exhale from requirements and regenerate by David Horstmann · 2 years, 5 months ago
  19. 1fa678d Add exemption for make.bat in checks for tabs by David Horstmann · 2 years, 5 months ago
  20. b9f0674 Ignore mbedtls macros causing warnings by David Horstmann · 2 years, 5 months ago
  21. bd29476 Add configuration for Read The Docs by David Horstmann · 2 years, 5 months ago
  22. 7cedefe Add initial API doc configuration by David Horstmann · 2 years, 5 months ago
  23. 1d46bfb Tell Doxygen to generate XML by David Horstmann · 2 years, 5 months ago
  24. df28b8d Add space to appease doxygen bug by David Horstmann · 2 years, 5 months ago
  25. ce64156 Merge pull request #8021 from daverodgman/master-update by Gilles Peskine · 2 years ago
  26. 4a415fd Announce a release for Friday by Gilles Peskine · 2 years ago
  27. 82c159f Prepare changelog for release by Gilles Peskine · 2 years ago
  28. 550d147 Bump version to 3.4.1 by Gilles Peskine · 2 years ago
  29. a256fd8 Write changelog entry for the test data update by Gilles Peskine · 2 years ago
  30. 267bee9 Merge pull request #7903 from valeriosetti/issue7773 by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7903-9661f8ab0d28db9ef2a77953b68eb3de10a4c260
  31. 50745e7 Update failing unit tests to use the moved data files by Gilles Peskine · 2 years ago
  32. 7e52921 Copy test certificates files from development by Gilles Peskine · 2 years ago
  33. 7f17bd0 Merge remote-tracking branch 'origin/master' into master-update by Dave Rodgman · 2 years ago
  34. 52e0fb4 crypto_config_profile_medium: add comment for new KEY_PAIR symbols by Valerio Setti · 2 years ago
  35. 9661f8a Merge pull request #7968 from gowthamsk-arm/use_earliest_latest_compilers by Bence Szépkúti · 2 years ago
  36. 895074e Merge pull request #8002 from valeriosetti/issue7904 by Bence Szépkúti · 2 years ago
  37. d55e451 Merge pull request #7997 from yanesca/fix_new_bignum_tests by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7997-cbc495eb0f29c9ccfa5e9da2d4c5b3a2691c49c3
  38. 52f7e18 Use mbedtls_zeroize_and_free() in psa_remove_key_data_from_memory() by Tom Cosgrove · 2 years ago
  39. cbc495e Merge pull request #8011 from valeriosetti/improve-outcome-analysis by Manuel Pégourié-Gonnard · 2 years ago
  40. 5b7c38f Sort full config exceptions in config.py by Janos Follath · 2 years ago
  41. e416f03 Improve wording of MBEDTLS_ECP_WITH_MPI_UINT doc by Janos Follath · 2 years ago
  42. de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
  43. 9da40b8 Update default variable values for compilers by Gowtham Suresh Kumar · 2 years ago
  44. 3ed980d Fix full config in config.py by Janos Follath · 2 years ago
  45. ab02d39 test: use only rev-parse for getting the current branch by Valerio Setti · 2 years ago
  46. ccb0344 test: add GIT alternative commands for older GIT versions by Valerio Setti · 2 years ago
  47. dc2d7cc Merge pull request #7777 from xkqian/bignum_cleanup_ecp_curves by Tom Cosgrove · 2 years ago
  48. 2f04582 Move MBEDTLS_ECP_WITH_MPI_UINT to mbedtls_config.h by Janos Follath · 2 years ago
  49. 43c5bf4 crypto_sizes: use PSA_WANT_ALG for MAX signatures and key agreement sizes by Valerio Setti · 2 years ago
  50. f5051ef test: properly size output buffer in key_agreement_fail() by Valerio Setti · 2 years ago
  51. 8b27dec Revert "crypto_sizes: check also if DH is enabled for PSA_SIGNATURE_MAX_SIZE" by Valerio Setti · 2 years ago
  52. f3135af Use config.py in all new bignum tests by Janos Follath · 2 years ago
  53. 82823b2 Fix new bignum tests by Janos Follath · 2 years ago
  54. 59159ab Fix fast quasi-reduction modulo value of p192K1 in comments by Xiaokang Qian · 2 years ago
  55. d0657b0 ecp_mod_p448 has been moved to ecp_mod_p_generic_raw, remove here by Xiaokang Qian · 2 years ago
  56. 796500e Fix the type cast(size_t to unsigned short) warning by Xiaokang Qian · 2 years, 1 month ago
  57. b903f4e Free P and N of the group cause they are dynamic allocated by Xiaokang Qian · 2 years, 1 month ago
  58. 02a3e03 Declare mbedtls_ecp_fix_negative() always static to fix check_name failures by Xiaokang Qian · 2 years, 2 months ago
  59. a8d30ac Use new ECP_LIGHT symbol in ecp_curves.c by Xiaokang Qian · 2 years, 2 months ago
  60. be4d6b6 Fix use of sizeof without brackets in ecp_curves.c by Xiaokang Qian · 2 years, 2 months ago
  61. e25597d Make ecp_mode_xxx functions depend on the new macro by Xiaokang Qian · 2 years, 2 months ago
  62. 748a362 Revert ecp_curves.c to commit 449bd83 to save code size by Xiaokang Qian · 2 years, 2 months ago
  63. 6f1977b Use variables for selecting compilers by Gowtham Suresh Kumar · 2 years ago
  64. 1e829a4 Use compgen to gather components in all.sh by Gowtham Suresh Kumar · 2 years ago
  65. 8d45ec8 Remove test_clang_opt check by Gowtham Suresh Kumar · 2 years ago
  66. 1eacae8 test: check exported length against proper MAX_SIZE by Valerio Setti · 2 years ago
  67. 9cd8011 tls: fix definition of symbol KEY_EXCHANGE_SOME_XXDH_PSA_ANY by Valerio Setti · 2 years ago
  68. 478c236 crypto_sizes: check also if DH is enabled for PSA_SIGNATURE_MAX_SIZE by Valerio Setti · 2 years ago
  69. 43cef57 Merge pull request #7811 from mpg/md-info by Manuel Pégourié-Gonnard · 2 years ago gh-readonly-queue/development/pr-7811-cec82e41e03a92a5e79c68cb74d16d8876f9a015
  70. cec82e4 Merge pull request #8003 from daverodgman/code_style_since by Dave Rodgman · 2 years ago
  71. c012a2d crypto_sizes: change initial MAX_SIZE value to 1 by Valerio Setti · 2 years ago
  72. 644e01d crypto_sizes: fix typo by Valerio Setti · 2 years ago
  73. fccc5f8 whitespace fix by Dave Rodgman · 2 years ago
  74. 82d174a pylint tidy-up by Dave Rodgman · 2 years ago
  75. eaf2761 Make code_style.py -s default to -s=development by Dave Rodgman · 2 years ago
  76. 05b60f4 Make code_style.py -s more precise by Dave Rodgman · 2 years ago
  77. a83d9bf crypto_sizes: size PSA max symbols according to actual support by Valerio Setti · 2 years ago
  78. d7bdbbe Improve naming of mimimum RSA key size generation configurations by Waleed Elmelegy · 2 years, 1 month ago
  79. e0fa7ec Merge pull request #7988 from gabor-mezei-arm/7598_add_32bit_test_component by Janos Follath · 2 years ago
  80. 3d158f0 Adapt tests to work on all possible minimum RSA key sizes by Waleed Elmelegy · 2 years, 1 month ago
  81. ab57071 Add a minimum rsa key size config to psa config by Waleed Elmelegy · 2 years, 1 month ago
  82. 76336c3 Enforce minimum key size when generating RSA key size by Waleed Elmelegy · 2 years, 1 month ago
  83. 0fda0d2 Fix overly specific description in public doc by Manuel Pégourié-Gonnard · 2 years ago
  84. 9c5c2a4 crypto_legacy: fix initial comment by Valerio Setti · 2 years ago
  85. 3a96227 generate_psa_tests: remove checks for DH's LEGACY symbols by Valerio Setti · 2 years ago
  86. dfed278 changelog: fix errors/typos by Valerio Setti · 2 years ago
  87. 7ef14bf Merge pull request #7835 from gilles-peskine-arm/ssl_premaster_secret-empty-3.4 by Gilles Peskine · 2 years ago
  88. 4b36c59 ChangeLog: improving descriptions of KEY_PAIR changes by Valerio Setti · 2 years, 1 month ago
  89. 27602c3 test: accelerate all KEY_PAIR symbols in accel FFDH component by Valerio Setti · 2 years, 1 month ago
  90. a55f042 psa: replace DH_KEY_PAIR_LEGACY with new symbols by Valerio Setti · 2 years, 1 month ago
  91. 51ed313 Merge pull request #7909 from mpg/dh-generate-psa-tests by Gilles Peskine · 2 years ago
  92. 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  93. a12baf8 Update test scripts to use latest/earliest compilers by Gowtham Suresh Kumar · 2 years, 1 month ago
  94. e256cc1 Add 32bit test component for ecp with new bignum interface by Gabor Mezei · 2 years ago
  95. b52f9cf Merge pull request #7758 from xkqian/bignum_clone_ecp_curves by Janos Follath · 2 years ago
  96. bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
  97. 1c739ec Merge pull request #7900 from mpg/doc-driver-only by Manuel Pégourié-Gonnard · 2 years ago
  98. 182eb15 Fix KeyType.can_do() for DH+FFDH by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  99. c154a04 Fix dependencies for DH (and RSA) key pairs by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  100. 636d857 Shorten DH_FAMILY just like ECC_FAMILY by Manuel Pégourié-Gonnard · 2 years, 1 month ago