1. f5051ef test: properly size output buffer in key_agreement_fail() by Valerio Setti · 2 years ago
  2. 8b27dec Revert "crypto_sizes: check also if DH is enabled for PSA_SIGNATURE_MAX_SIZE" by Valerio Setti · 2 years ago
  3. 1eacae8 test: check exported length against proper MAX_SIZE by Valerio Setti · 2 years ago
  4. 478c236 crypto_sizes: check also if DH is enabled for PSA_SIGNATURE_MAX_SIZE by Valerio Setti · 2 years ago
  5. c012a2d crypto_sizes: change initial MAX_SIZE value to 1 by Valerio Setti · 2 years ago
  6. 644e01d crypto_sizes: fix typo by Valerio Setti · 2 years ago
  7. a83d9bf crypto_sizes: size PSA max symbols according to actual support by Valerio Setti · 2 years ago
  8. 7ef14bf Merge pull request #7835 from gilles-peskine-arm/ssl_premaster_secret-empty-3.4 by Gilles Peskine · 2 years ago
  9. 51ed313 Merge pull request #7909 from mpg/dh-generate-psa-tests by Gilles Peskine · 2 years ago
  10. b52f9cf Merge pull request #7758 from xkqian/bignum_clone_ecp_curves by Janos Follath · 2 years ago
  11. bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
  12. 1c739ec Merge pull request #7900 from mpg/doc-driver-only by Manuel Pégourié-Gonnard · 2 years ago
  13. 182eb15 Fix KeyType.can_do() for DH+FFDH by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  14. c154a04 Fix dependencies for DH (and RSA) key pairs by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  15. 636d857 Shorten DH_FAMILY just like ECC_FAMILY by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  16. afe4b79 Enable DH in generate_psa_tests.py by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  17. f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
  18. 93a8593 Remove remaining redundant casts by Agathiyan Bragadeesh · 2 years ago
  19. d298b76 Remove redundant casts by Agathiyan Bragadeesh · 2 years ago
  20. 19fec54 test: remove GENPRIME dependency when RSA_KEY_PAIR_GENERATE by Valerio Setti · 2 years ago
  21. fe47890 psa_crypto_rsa: fix guards for importing the key by Valerio Setti · 2 years ago
  22. 17526a0 Merge pull request #7906 from yanrayw/add-pake_guards_psa_crypto by Tom Cosgrove · 2 years ago
  23. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years, 1 month ago
  24. 87f6285 Merge pull request #7893 from ronald-cron-arm/misc-from-psa-crypto by Ronald Cron · 2 years, 1 month ago
  25. c495845 Align ECP_MPI_INIT with mbedtls_mpi struct order in ecp_new.c by Xiaokang Qian · 2 years, 1 month ago
  26. 73d9840 Rework the clone of ecp_curves.c by Xiaokang Qian · 2 years, 1 month ago
  27. 4d71051 Enable build of ecp_curves_new.c by Xiaokang Qian · 2 years, 2 months ago
  28. dc2ea27 Clone the ecp_curve.c file as ecp_curve_new.c by Xiaokang Qian · 2 years, 2 months ago
  29. c723e86 Fix copypasta in function documentation by Gilles Peskine · 2 years, 1 month ago
  30. ed70fd0 Merge pull request #5549 from AndrzejKurek/doxygen-bad-param-names by Dave Rodgman · 2 years, 1 month ago
  31. c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  32. 7612d8c all.sh: Use consistently CONFIG_TEST_DRIVER_H by Ronald Cron · 2 years, 1 month ago
  33. 6b49b55 all.sh: Use consistently CRYPTO_CONFIG_H by Ronald Cron · 2 years, 1 month ago
  34. 7a93ac5 all.sh: Use consistently CONFIG_H by Ronald Cron · 2 years, 1 month ago
  35. 2b25d36 Fix PSA crypto configuration file name by Ronald Cron · 2 years, 1 month ago
  36. 7fa27a1 Merge pull request #7960 from daverodgman/expect-fix by Dave Rodgman · 2 years, 1 month ago
  37. e9fcffd Robustness fix to MBEDTLS_LIKELY by Dave Rodgman · 2 years, 1 month ago
  38. 8e8e6b9 Merge pull request #7934 from AgathiyanB/move-declarations-to-top by Dave Rodgman · 2 years, 1 month ago
  39. 6dd4064 Merge pull request #7932 from AgathiyanB/add-mpi-uint-size-macro by Dave Rodgman · 2 years, 1 month ago
  40. eed55c6 Use defined macros for MBEDTLS_MPI_UINT_MAX by Agathiyan Bragadeesh · 2 years, 1 month ago
  41. 9e8104c Merge pull request #7949 from AgathiyanB/IAR-asm-keyword by Dave Rodgman · 2 years, 1 month ago
  42. 131a22e Merge pull request #7950 from AgathiyanB/fix-IAR-using-memset-s by Dave Rodgman · 2 years, 1 month ago
  43. 5f65acb Merge pull request #7859 from gilles-peskine-arm/mbedtls_mpi-smaller by Dave Rodgman · 2 years, 1 month ago
  44. 789e50e Use correct asm keyword for IAR compilers by Agathiyan Bragadeesh · 2 years, 1 month ago
  45. 24a305e Explain why we check 65535 (not USHORT_MAX) by Gilles Peskine · 2 years, 1 month ago
  46. b8f1885 Align ECP_MPI_INIT parameter order with mbedtls_mpi struct order by Dave Rodgman · 2 years, 1 month ago
  47. fb22c27 Misc wording fixes and improvements by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  48. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  49. 7485203 Fix IAR trying to use memset_s in platform_util by Agathiyan Bragadeesh · 2 years, 1 month ago
  50. 2d310de Add cast in test macros.h by Agathiyan Bragadeesh · 2 years, 1 month ago
  51. 387bfa5 Add cast in psa_crypto by Agathiyan Bragadeesh · 2 years, 1 month ago
  52. 4d47cea Move declarations in psa_crypto to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  53. 1975650 Make consistent suffix MBEDTLS_MPI_UINT_MAX by Agathiyan Bragadeesh · 2 years, 1 month ago
  54. 900e20d Change MBEDTLS_MPI_UINT_MAX suffix by Agathiyan Bragadeesh · 2 years, 1 month ago
  55. 08b04b1 Merge pull request #7923 from gabor-mezei-arm/7598_fix_clone_of_ecp_module by Tom Cosgrove · 2 years, 1 month ago
  56. 5058a5b Remove trailing whitespace bignum_core by Agathiyan Bragadeesh · 2 years, 1 month ago
  57. 10b6775 Add enum type casts in lmots.c and lms.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  58. 2f017a8 Add enum casts in ssl_helpers.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  59. 01ed84a Add type casts in rsa.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  60. be3ad4a Add type casts in psa_exercise_key by Agathiyan Bragadeesh · 2 years, 1 month ago
  61. 8b52b88 Add type casts in ssl library by Agathiyan Bragadeesh · 2 years, 1 month ago
  62. e55a1e1 Refactor preprocessing for arm none by Agathiyan Bragadeesh · 2 years, 1 month ago
  63. 9321265 Move declarations to top in ssl_helpers.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  64. ec4c91e Move declaration in ecp_mod_koblitz to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  65. c99840a Move declarations in mbedtls_mpi_add_abs to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  66. e501d0e Add change log and non-regression test by Ronald Cron · 2 years, 1 month ago
  67. 170c199 Align guards of Windows specific configuration checks by Ronald Cron · 2 years, 1 month ago
  68. 2e3795d tests: Fix header inclusion by Ronald Cron · 2 years, 1 month ago
  69. 03ea8f8 Add dependency of builtin CCM* on builtin cipher by Ronald Cron · 2 years, 1 month ago
  70. b366fe9 Merge pull request #7478 from yuhaoth/pr/add-script-for-generating-cert-macros by Gilles Peskine · 2 years, 1 month ago
  71. d8c4549 Merge pull request #7432 from oberon-microsystems/fix-test-ecjpake-to-pms-dependency by Gilles Peskine · 2 years, 1 month ago
  72. 91d9daf Merge pull request #7925 from hasheddan/dtls-server-order by Dave Rodgman · 2 years, 1 month ago
  73. af2f7a6 Fix order of steps in DTLS server example program by Daniel Mangum · 2 years, 1 month ago
  74. 271a953 Remove tautology in mbedtls_mpi_core_clz by Agathiyan Bragadeesh · 2 years, 1 month ago
  75. 09a455e Add macros for mpi uint max sizes by Agathiyan Bragadeesh · 2 years, 1 month ago
  76. 66bbecb Fix comment by Gabor Mezei · 2 years, 1 month ago
  77. f0021d4 Update test function dependencies by Gabor Mezei · 2 years, 1 month ago
  78. 92ce4c2 Fix ecp variant check by Gabor Mezei · 2 years, 1 month ago
  79. 8f6094c Merge pull request #7792 from robUx4/win32_winnt by Dave Rodgman · 2 years, 1 month ago
  80. 63a21f4 Merge pull request #7920 from daverodgman/gcm-size by Dave Rodgman · 2 years, 1 month ago
  81. 5ff0245 Reduce size of static data in gcm by Dave Rodgman · 2 years, 1 month ago
  82. 551b3bf Don't force the _WIN32_WINT version by Steve Lhomme · 2 years, 2 months ago
  83. 4000b6e Don't force the default windows version down by Steve Lhomme · 2 years, 2 months ago
  84. 369d7c7 Don't use FindFirstFileW() before Windows XP by Steve Lhomme · 2 years, 2 months ago
  85. 377eb5f doxygen: \p commands misuse - review comments by Andrzej Kurek · 2 years, 3 months ago
  86. 00b54e6 doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 3 months ago
  87. 43dfd51 doxygen: fix misused \p commands in rsa.h by Andrzej Kurek · 3 years, 6 months ago
  88. 3bedb5b doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 3 years, 6 months ago
  89. 69ed8c4 Fix documentation - parameter name mistakes by Andrzej Kurek · 3 years, 6 months ago
  90. 7d49a1c doxygen: remove unnecessary description by Andrzej Kurek · 3 years, 6 months ago
  91. 15f3504 Merge pull request #7507 from yuhaoth/pr/fix-armclang-without-cmd-target-flags-fail by Dave Rodgman · 2 years, 1 month ago
  92. 893be8d Replace cpu modifier flags by Jerry Yu · 2 years, 1 month ago
  93. 8bfa24b Update compiler versions requirement by Jerry Yu · 2 years, 3 months ago
  94. b1d06bb Add error message for old armclang by Jerry Yu · 2 years, 3 months ago
  95. 8e96e78 update document and error message by Jerry Yu · 2 years, 3 months ago
  96. 6b00f5a Add guards for arm_neon.h by Jerry Yu · 2 years, 3 months ago
  97. c37e260 Add armclang version requirement for sha512 by Jerry Yu · 2 years, 3 months ago
  98. 22a4d3e fix armclang build fail for sha512. by Jerry Yu · 2 years, 3 months ago
  99. 580e06f fix armclang compile fail by Jerry Yu · 2 years, 3 months ago
  100. 08933d3 fix compile fail for armclang by Jerry Yu · 2 years, 3 months ago