1. 315fd30 Rename plain c disable option by Jerry Yu · 2 years, 4 months ago
  2. 2f26a59 Add std output information for AESCE in gcm by Jerry Yu · 2 years, 4 months ago
  3. d767cc4 Add accelerator only tests. by Jerry Yu · 2 years, 4 months ago
  4. 0d4f4e5 Add option to disable built-in aes implementation. by Jerry Yu · 2 years, 4 months ago
  5. 9661f8a Merge pull request #7968 from gowthamsk-arm/use_earliest_latest_compilers by Bence Szépkúti · 2 years ago
  6. 895074e Merge pull request #8002 from valeriosetti/issue7904 by Bence Szépkúti · 2 years ago
  7. d55e451 Merge pull request #7997 from yanesca/fix_new_bignum_tests by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7997-cbc495eb0f29c9ccfa5e9da2d4c5b3a2691c49c3
  8. cbc495e Merge pull request #8011 from valeriosetti/improve-outcome-analysis by Manuel Pégourié-Gonnard · 2 years ago
  9. 5b7c38f Sort full config exceptions in config.py by Janos Follath · 2 years ago
  10. e416f03 Improve wording of MBEDTLS_ECP_WITH_MPI_UINT doc by Janos Follath · 2 years ago
  11. de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
  12. 9da40b8 Update default variable values for compilers by Gowtham Suresh Kumar · 2 years ago
  13. 3ed980d Fix full config in config.py by Janos Follath · 2 years ago
  14. ab02d39 test: use only rev-parse for getting the current branch by Valerio Setti · 2 years ago
  15. ccb0344 test: add GIT alternative commands for older GIT versions by Valerio Setti · 2 years ago
  16. dc2d7cc Merge pull request #7777 from xkqian/bignum_cleanup_ecp_curves by Tom Cosgrove · 2 years ago
  17. 2f04582 Move MBEDTLS_ECP_WITH_MPI_UINT to mbedtls_config.h by Janos Follath · 2 years ago
  18. 43c5bf4 crypto_sizes: use PSA_WANT_ALG for MAX signatures and key agreement sizes by Valerio Setti · 2 years ago
  19. f5051ef test: properly size output buffer in key_agreement_fail() by Valerio Setti · 2 years ago
  20. 8b27dec Revert "crypto_sizes: check also if DH is enabled for PSA_SIGNATURE_MAX_SIZE" by Valerio Setti · 2 years ago
  21. f3135af Use config.py in all new bignum tests by Janos Follath · 2 years ago
  22. 82823b2 Fix new bignum tests by Janos Follath · 2 years ago
  23. 59159ab Fix fast quasi-reduction modulo value of p192K1 in comments by Xiaokang Qian · 2 years ago
  24. d0657b0 ecp_mod_p448 has been moved to ecp_mod_p_generic_raw, remove here by Xiaokang Qian · 2 years ago
  25. 796500e Fix the type cast(size_t to unsigned short) warning by Xiaokang Qian · 2 years, 1 month ago
  26. b903f4e Free P and N of the group cause they are dynamic allocated by Xiaokang Qian · 2 years, 1 month ago
  27. 02a3e03 Declare mbedtls_ecp_fix_negative() always static to fix check_name failures by Xiaokang Qian · 2 years, 2 months ago
  28. a8d30ac Use new ECP_LIGHT symbol in ecp_curves.c by Xiaokang Qian · 2 years, 2 months ago
  29. be4d6b6 Fix use of sizeof without brackets in ecp_curves.c by Xiaokang Qian · 2 years, 2 months ago
  30. e25597d Make ecp_mode_xxx functions depend on the new macro by Xiaokang Qian · 2 years, 2 months ago
  31. 748a362 Revert ecp_curves.c to commit 449bd83 to save code size by Xiaokang Qian · 2 years, 2 months ago
  32. 6f1977b Use variables for selecting compilers by Gowtham Suresh Kumar · 2 years ago
  33. 1e829a4 Use compgen to gather components in all.sh by Gowtham Suresh Kumar · 2 years ago
  34. 8d45ec8 Remove test_clang_opt check by Gowtham Suresh Kumar · 2 years ago
  35. 1eacae8 test: check exported length against proper MAX_SIZE by Valerio Setti · 2 years ago
  36. 9cd8011 tls: fix definition of symbol KEY_EXCHANGE_SOME_XXDH_PSA_ANY by Valerio Setti · 2 years ago
  37. 478c236 crypto_sizes: check also if DH is enabled for PSA_SIGNATURE_MAX_SIZE by Valerio Setti · 2 years ago
  38. 43cef57 Merge pull request #7811 from mpg/md-info by Manuel Pégourié-Gonnard · 2 years ago gh-readonly-queue/development/pr-7811-cec82e41e03a92a5e79c68cb74d16d8876f9a015
  39. cec82e4 Merge pull request #8003 from daverodgman/code_style_since by Dave Rodgman · 2 years ago
  40. c012a2d crypto_sizes: change initial MAX_SIZE value to 1 by Valerio Setti · 2 years ago
  41. 644e01d crypto_sizes: fix typo by Valerio Setti · 2 years ago
  42. fccc5f8 whitespace fix by Dave Rodgman · 2 years ago
  43. 82d174a pylint tidy-up by Dave Rodgman · 2 years ago
  44. eaf2761 Make code_style.py -s default to -s=development by Dave Rodgman · 2 years ago
  45. 05b60f4 Make code_style.py -s more precise by Dave Rodgman · 2 years ago
  46. a83d9bf crypto_sizes: size PSA max symbols according to actual support by Valerio Setti · 2 years ago
  47. e0fa7ec Merge pull request #7988 from gabor-mezei-arm/7598_add_32bit_test_component by Janos Follath · 2 years ago
  48. 0fda0d2 Fix overly specific description in public doc by Manuel Pégourié-Gonnard · 2 years ago
  49. 7ef14bf Merge pull request #7835 from gilles-peskine-arm/ssl_premaster_secret-empty-3.4 by Gilles Peskine · 2 years ago
  50. 51ed313 Merge pull request #7909 from mpg/dh-generate-psa-tests by Gilles Peskine · 2 years ago
  51. 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  52. a12baf8 Update test scripts to use latest/earliest compilers by Gowtham Suresh Kumar · 2 years, 1 month ago
  53. e256cc1 Add 32bit test component for ecp with new bignum interface by Gabor Mezei · 2 years ago
  54. b52f9cf Merge pull request #7758 from xkqian/bignum_clone_ecp_curves by Janos Follath · 2 years ago
  55. bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
  56. 1c739ec Merge pull request #7900 from mpg/doc-driver-only by Manuel Pégourié-Gonnard · 2 years ago
  57. 182eb15 Fix KeyType.can_do() for DH+FFDH by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  58. c154a04 Fix dependencies for DH (and RSA) key pairs by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  59. 636d857 Shorten DH_FAMILY just like ECC_FAMILY by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  60. afe4b79 Enable DH in generate_psa_tests.py by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  61. f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
  62. 93a8593 Remove remaining redundant casts by Agathiyan Bragadeesh · 2 years ago
  63. d298b76 Remove redundant casts by Agathiyan Bragadeesh · 2 years ago
  64. 19fec54 test: remove GENPRIME dependency when RSA_KEY_PAIR_GENERATE by Valerio Setti · 2 years ago
  65. fe47890 psa_crypto_rsa: fix guards for importing the key by Valerio Setti · 2 years ago
  66. 46520ea tls12: check buffer size before memcpy-ing data into it by Valerio Setti · 2 years ago
  67. c9ae862 tls: use TLS 1.3 guards in ssl_tls13 modules by Valerio Setti · 2 years ago
  68. ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
  69. d0371b0 debug: keep ECDH_C guard for debug printf accessing ecdh_context's items by Valerio Setti · 2 years ago
  70. 60d3b91 tls: use TLS 1.2 macros in ssl_tls12_server.c by Valerio Setti · 2 years ago
  71. 17526a0 Merge pull request #7906 from yanrayw/add-pake_guards_psa_crypto by Tom Cosgrove · 2 years ago
  72. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years, 1 month ago
  73. 87f6285 Merge pull request #7893 from ronald-cron-arm/misc-from-psa-crypto by Ronald Cron · 2 years, 1 month ago
  74. c495845 Align ECP_MPI_INIT with mbedtls_mpi struct order in ecp_new.c by Xiaokang Qian · 2 years, 1 month ago
  75. 73d9840 Rework the clone of ecp_curves.c by Xiaokang Qian · 2 years, 1 month ago
  76. 4d71051 Enable build of ecp_curves_new.c by Xiaokang Qian · 2 years, 2 months ago
  77. dc2ea27 Clone the ecp_curve.c file as ecp_curve_new.c by Xiaokang Qian · 2 years, 2 months ago
  78. c723e86 Fix copypasta in function documentation by Gilles Peskine · 2 years, 1 month ago
  79. ed70fd0 Merge pull request #5549 from AndrzejKurek/doxygen-bad-param-names by Dave Rodgman · 2 years, 1 month ago
  80. c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  81. 7612d8c all.sh: Use consistently CONFIG_TEST_DRIVER_H by Ronald Cron · 2 years, 1 month ago
  82. 6b49b55 all.sh: Use consistently CRYPTO_CONFIG_H by Ronald Cron · 2 years, 1 month ago
  83. 7a93ac5 all.sh: Use consistently CONFIG_H by Ronald Cron · 2 years, 1 month ago
  84. 2b25d36 Fix PSA crypto configuration file name by Ronald Cron · 2 years, 1 month ago
  85. 7fa27a1 Merge pull request #7960 from daverodgman/expect-fix by Dave Rodgman · 2 years, 1 month ago
  86. e9fcffd Robustness fix to MBEDTLS_LIKELY by Dave Rodgman · 2 years, 1 month ago
  87. 8e8e6b9 Merge pull request #7934 from AgathiyanB/move-declarations-to-top by Dave Rodgman · 2 years, 1 month ago
  88. 6dd4064 Merge pull request #7932 from AgathiyanB/add-mpi-uint-size-macro by Dave Rodgman · 2 years, 1 month ago
  89. eed55c6 Use defined macros for MBEDTLS_MPI_UINT_MAX by Agathiyan Bragadeesh · 2 years, 1 month ago
  90. 9e8104c Merge pull request #7949 from AgathiyanB/IAR-asm-keyword by Dave Rodgman · 2 years, 1 month ago
  91. 131a22e Merge pull request #7950 from AgathiyanB/fix-IAR-using-memset-s by Dave Rodgman · 2 years, 1 month ago
  92. 5f65acb Merge pull request #7859 from gilles-peskine-arm/mbedtls_mpi-smaller by Dave Rodgman · 2 years, 1 month ago
  93. 789e50e Use correct asm keyword for IAR compilers by Agathiyan Bragadeesh · 2 years, 1 month ago
  94. 24a305e Explain why we check 65535 (not USHORT_MAX) by Gilles Peskine · 2 years, 1 month ago
  95. b8f1885 Align ECP_MPI_INIT parameter order with mbedtls_mpi struct order by Dave Rodgman · 2 years, 1 month ago
  96. fb22c27 Misc wording fixes and improvements by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  97. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  98. 7485203 Fix IAR trying to use memset_s in platform_util by Agathiyan Bragadeesh · 2 years, 1 month ago
  99. 2d310de Add cast in test macros.h by Agathiyan Bragadeesh · 2 years, 1 month ago
  100. 387bfa5 Add cast in psa_crypto by Agathiyan Bragadeesh · 2 years, 1 month ago