1. c154a04 Fix dependencies for DH (and RSA) key pairs by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  2. 636d857 Shorten DH_FAMILY just like ECC_FAMILY by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  3. afe4b79 Enable DH in generate_psa_tests.py by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  4. f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
  5. 19fec54 test: remove GENPRIME dependency when RSA_KEY_PAIR_GENERATE by Valerio Setti · 2 years ago
  6. fe47890 psa_crypto_rsa: fix guards for importing the key by Valerio Setti · 2 years ago
  7. 17526a0 Merge pull request #7906 from yanrayw/add-pake_guards_psa_crypto by Tom Cosgrove · 2 years ago
  8. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years, 1 month ago
  9. 87f6285 Merge pull request #7893 from ronald-cron-arm/misc-from-psa-crypto by Ronald Cron · 2 years, 1 month ago
  10. c723e86 Fix copypasta in function documentation by Gilles Peskine · 2 years, 1 month ago
  11. ed70fd0 Merge pull request #5549 from AndrzejKurek/doxygen-bad-param-names by Dave Rodgman · 2 years, 1 month ago
  12. c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  13. 7612d8c all.sh: Use consistently CONFIG_TEST_DRIVER_H by Ronald Cron · 2 years, 1 month ago
  14. 6b49b55 all.sh: Use consistently CRYPTO_CONFIG_H by Ronald Cron · 2 years, 1 month ago
  15. 7a93ac5 all.sh: Use consistently CONFIG_H by Ronald Cron · 2 years, 1 month ago
  16. 2b25d36 Fix PSA crypto configuration file name by Ronald Cron · 2 years, 1 month ago
  17. 7fa27a1 Merge pull request #7960 from daverodgman/expect-fix by Dave Rodgman · 2 years, 1 month ago
  18. e9fcffd Robustness fix to MBEDTLS_LIKELY by Dave Rodgman · 2 years, 1 month ago
  19. 8e8e6b9 Merge pull request #7934 from AgathiyanB/move-declarations-to-top by Dave Rodgman · 2 years, 1 month ago
  20. 6dd4064 Merge pull request #7932 from AgathiyanB/add-mpi-uint-size-macro by Dave Rodgman · 2 years, 1 month ago
  21. eed55c6 Use defined macros for MBEDTLS_MPI_UINT_MAX by Agathiyan Bragadeesh · 2 years, 1 month ago
  22. 9e8104c Merge pull request #7949 from AgathiyanB/IAR-asm-keyword by Dave Rodgman · 2 years, 1 month ago
  23. 131a22e Merge pull request #7950 from AgathiyanB/fix-IAR-using-memset-s by Dave Rodgman · 2 years, 1 month ago
  24. 5f65acb Merge pull request #7859 from gilles-peskine-arm/mbedtls_mpi-smaller by Dave Rodgman · 2 years, 1 month ago
  25. 789e50e Use correct asm keyword for IAR compilers by Agathiyan Bragadeesh · 2 years, 1 month ago
  26. 24a305e Explain why we check 65535 (not USHORT_MAX) by Gilles Peskine · 2 years, 1 month ago
  27. b8f1885 Align ECP_MPI_INIT parameter order with mbedtls_mpi struct order by Dave Rodgman · 2 years, 1 month ago
  28. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  29. 7485203 Fix IAR trying to use memset_s in platform_util by Agathiyan Bragadeesh · 2 years, 1 month ago
  30. 4d47cea Move declarations in psa_crypto to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  31. 1975650 Make consistent suffix MBEDTLS_MPI_UINT_MAX by Agathiyan Bragadeesh · 2 years, 1 month ago
  32. 900e20d Change MBEDTLS_MPI_UINT_MAX suffix by Agathiyan Bragadeesh · 2 years, 1 month ago
  33. 08b04b1 Merge pull request #7923 from gabor-mezei-arm/7598_fix_clone_of_ecp_module by Tom Cosgrove · 2 years, 1 month ago
  34. 5058a5b Remove trailing whitespace bignum_core by Agathiyan Bragadeesh · 2 years, 1 month ago
  35. e55a1e1 Refactor preprocessing for arm none by Agathiyan Bragadeesh · 2 years, 1 month ago
  36. 9321265 Move declarations to top in ssl_helpers.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  37. ec4c91e Move declaration in ecp_mod_koblitz to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  38. c99840a Move declarations in mbedtls_mpi_add_abs to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  39. e501d0e Add change log and non-regression test by Ronald Cron · 2 years, 1 month ago
  40. 170c199 Align guards of Windows specific configuration checks by Ronald Cron · 2 years, 1 month ago
  41. 2e3795d tests: Fix header inclusion by Ronald Cron · 2 years, 1 month ago
  42. 03ea8f8 Add dependency of builtin CCM* on builtin cipher by Ronald Cron · 2 years, 1 month ago
  43. b366fe9 Merge pull request #7478 from yuhaoth/pr/add-script-for-generating-cert-macros by Gilles Peskine · 2 years, 1 month ago
  44. d8c4549 Merge pull request #7432 from oberon-microsystems/fix-test-ecjpake-to-pms-dependency by Gilles Peskine · 2 years, 1 month ago
  45. 91d9daf Merge pull request #7925 from hasheddan/dtls-server-order by Dave Rodgman · 2 years, 1 month ago
  46. af2f7a6 Fix order of steps in DTLS server example program by Daniel Mangum · 2 years, 1 month ago
  47. 271a953 Remove tautology in mbedtls_mpi_core_clz by Agathiyan Bragadeesh · 2 years, 1 month ago
  48. 09a455e Add macros for mpi uint max sizes by Agathiyan Bragadeesh · 2 years, 1 month ago
  49. 66bbecb Fix comment by Gabor Mezei · 2 years, 1 month ago
  50. f0021d4 Update test function dependencies by Gabor Mezei · 2 years, 1 month ago
  51. 92ce4c2 Fix ecp variant check by Gabor Mezei · 2 years, 1 month ago
  52. 8f6094c Merge pull request #7792 from robUx4/win32_winnt by Dave Rodgman · 2 years, 1 month ago
  53. 63a21f4 Merge pull request #7920 from daverodgman/gcm-size by Dave Rodgman · 2 years, 1 month ago
  54. 5ff0245 Reduce size of static data in gcm by Dave Rodgman · 2 years, 1 month ago
  55. 551b3bf Don't force the _WIN32_WINT version by Steve Lhomme · 2 years, 2 months ago
  56. 4000b6e Don't force the default windows version down by Steve Lhomme · 2 years, 2 months ago
  57. 369d7c7 Don't use FindFirstFileW() before Windows XP by Steve Lhomme · 2 years, 2 months ago
  58. 377eb5f doxygen: \p commands misuse - review comments by Andrzej Kurek · 2 years, 3 months ago
  59. 00b54e6 doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 3 months ago
  60. 43dfd51 doxygen: fix misused \p commands in rsa.h by Andrzej Kurek · 3 years, 6 months ago
  61. 3bedb5b doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 3 years, 6 months ago
  62. 69ed8c4 Fix documentation - parameter name mistakes by Andrzej Kurek · 3 years, 6 months ago
  63. 7d49a1c doxygen: remove unnecessary description by Andrzej Kurek · 3 years, 6 months ago
  64. 15f3504 Merge pull request #7507 from yuhaoth/pr/fix-armclang-without-cmd-target-flags-fail by Dave Rodgman · 2 years, 1 month ago
  65. 893be8d Replace cpu modifier flags by Jerry Yu · 2 years, 1 month ago
  66. 8bfa24b Update compiler versions requirement by Jerry Yu · 2 years, 3 months ago
  67. b1d06bb Add error message for old armclang by Jerry Yu · 2 years, 3 months ago
  68. 8e96e78 update document and error message by Jerry Yu · 2 years, 3 months ago
  69. 6b00f5a Add guards for arm_neon.h by Jerry Yu · 2 years, 3 months ago
  70. c37e260 Add armclang version requirement for sha512 by Jerry Yu · 2 years, 3 months ago
  71. 22a4d3e fix armclang build fail for sha512. by Jerry Yu · 2 years, 3 months ago
  72. 580e06f fix armclang compile fail by Jerry Yu · 2 years, 3 months ago
  73. 08933d3 fix compile fail for armclang by Jerry Yu · 2 years, 3 months ago
  74. 3c22366 Merge pull request #7863 from valeriosetti/issue7790 by Paul Elliott · 2 years, 1 month ago
  75. a824e40 Merge pull request #7500 from tom-cosgrove-arm/fix-armclang-bswap32 by Dave Rodgman · 2 years, 1 month ago
  76. 98e632f Re-order mbedtls_mpi to save a few extra bytes with clang by Dave Rodgman · 2 years, 1 month ago
  77. 84eaefa Use designated initializers for mbedtls_mpi by Dave Rodgman · 2 years, 1 month ago
  78. 7e6aaa1 psa: fix missed LEGACY symbols caused by the rebase by Valerio Setti · 2 years, 1 month ago
  79. 9803834 config_psa: enable KEY_PAIR_GENERATE only when GENPRIME is defined by Valerio Setti · 2 years, 1 month ago
  80. 88f34e3 Merge pull request #7703 from gabor-mezei-arm/7598_clone_the_eco_module by Paul Elliott · 2 years, 1 month ago
  81. f2b5a13 Fix MBEDTLS_BSWAP32 on armcc 5 by Tom Cosgrove · 2 years, 3 months ago
  82. 76df8c1 psa: remove redundant GENPRIME when RSA_KEY_PAIR_GENERATE is defined by Valerio Setti · 2 years, 1 month ago
  83. 0d5c5e5 config_psa: enable KEY_PAIR_[IMPORT/EXPORT] as soon as BASIC is enabled by Valerio Setti · 2 years, 1 month ago
  84. a9a3c55 config_psa: enable GENPRIME when BUILTIN_KEY_TYPE_RSA_KEY_PAIR_GENERATE by Valerio Setti · 2 years, 1 month ago
  85. 42796e2 generate_psa_tests: fix automatically generated tests for RSA by Valerio Setti · 2 years, 1 month ago
  86. acab57b test: replace RSA_KEY_PAIR_LEGACY with proper symbols by Valerio Setti · 2 years, 1 month ago
  87. b2bcedb library: replace MBEDTLS_PSA_BUILTIN_KEY_TYPE_RSA_KEY_PAIR_LEGACY by Valerio Setti · 2 years, 1 month ago
  88. f6d4dfb library: replace PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_LEGACY symbols with proper ones by Valerio Setti · 2 years, 1 month ago
  89. 4999f15 Merge pull request #7878 from beni-sandu/development by Dave Rodgman · 2 years, 1 month ago
  90. ffc3c48 Remove getter functions of PAKE if no PAKE algorithms are required by Yanray Wang · 2 years, 1 month ago
  91. 1e6063c test: set MBEDTLS_ECP_DP dependency also for Montgomery curves by Valerio Setti · 2 years, 1 month ago
  92. d476faa test: add more tests for Montgomery's invalid masks by Valerio Setti · 2 years, 1 month ago
  93. aed8799 test: verify that Montgomery keys can be fixed on parsing by Valerio Setti · 2 years, 1 month ago
  94. 41b0818 ecp: rearrange code in ecp_read_key() by Valerio Setti · 2 years, 1 month ago
  95. 4a09dcc test: replace ECP_DP_CURVE25519_ENABLED with PSA_WANT_ECC_MONTGOMERY_255 by Valerio Setti · 2 years, 1 month ago
  96. ef80d11 test: add proper key requirements in X25519 key parsing tests by Valerio Setti · 2 years, 1 month ago
  97. 21d4241 pkparse: always check all private keys on import by Valerio Setti · 2 years, 1 month ago
  98. 6b062ee pkparse: parse also Weierstrass private keys using ecp_read_key() by Valerio Setti · 2 years, 1 month ago
  99. 5f54020 analyze_outcomes: do not skip test about wrong Montgomery private key by Valerio Setti · 2 years, 1 month ago
  100. 805e4a0 pkparse: use ecp_read_key() for parsing private key of Montgomery curves by Valerio Setti · 2 years, 1 month ago