1. 78109f5 Fix derive_ecjpake_to_pms dependency to PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS. by Stephan Koch · 2 years, 4 months ago
  2. 6a327a5 Merge pull request #7393 from valeriosetti/issue7389 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  3. 22d9ff6 Merge pull request #7353 from xkqian/tls13_fix_code_style by Dave Rodgman · 2 years, 4 months ago
  4. 5634f87 Merge pull request #7418 from xkqian/big_number_ecc_update_comment by Gilles Peskine · 2 years, 4 months ago
  5. 7c1c7ce Merge pull request #7401 from AndrzejKurek/md-guards-missing by Gilles Peskine · 2 years, 4 months ago
  6. 02c52a0 Merge pull request #7287 from yanrayw/7285-followup-of-PR6500 by Gilles Peskine · 2 years, 4 months ago
  7. c9e8a65 Merge pull request #7298 from lpy4105/issue/6840/add-cache-entry-removal-api by Gilles Peskine · 2 years, 4 months ago
  8. 7816c24 test: fix guards position in test_suite_pk by Valerio Setti · 2 years, 4 months ago
  9. b3f20da test: fix error handling in the new pk_genkey_ec() function by Valerio Setti · 2 years, 4 months ago
  10. 12a063a test: use proper macros for PSA init/done by Valerio Setti · 2 years, 4 months ago
  11. 0b30442 ecp: revert changes to ECP module and related tests/programs by Valerio Setti · 2 years, 4 months ago
  12. 37194b9 gen_key: limit EC key generation to when USE_PSA is disabled by Valerio Setti · 2 years, 4 months ago
  13. b6891b1 pk: add alternate function for keypair generation using PSA by Valerio Setti · 2 years, 4 months ago
  14. b16a50e Merge pull request #7392 from valeriosetti/issue7388 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  15. 723ac26 ssh_cache: Add back description of other errors for cache getter by Pengyu Lv · 2 years, 4 months ago
  16. 49f39c1 Fix the wrong debug _message function to _ret by Xiaokang Qian · 2 years, 4 months ago
  17. 09c3ccc Update the todo comment of record size limits by Xiaokang Qian · 2 years, 4 months ago
  18. 8bce0e6 Update group ext debug message in ssl_tls13_server.c by Xiaokang Qian · 2 years, 4 months ago
  19. 91bb3f0 Wrap lines in library/ssl_tls13_client.c by Xiaokang Qian · 2 years, 4 months ago
  20. 9f1747b Wrap lines which exceed 80 chars in ssl_tls13_server.c by Xiaokang Qian · 2 years, 4 months ago
  21. 958b6ff Wrap lines which exceed 80 chars in ssl_tls13_client.c by Xiaokang Qian · 2 years, 4 months ago
  22. 7343738 Wrap lines which exceed 80 chars in ssl_tls13_generic.c by Xiaokang Qian · 2 years, 4 months ago
  23. 123cde8 Improve code styles(line numbers) for tls13_key.c by Xiaokang Qian · 2 years, 4 months ago
  24. 669c7c3 Update SEC1 link in ecp.c by Xiaokang Qian · 2 years, 4 months ago
  25. e3746d7 ssl_cache: Error renaming and document improvement by Pengyu Lv · 2 years, 4 months ago
  26. 520c038 pkparse: fix return value by Valerio Setti · 2 years, 4 months ago
  27. 1df94f8 pk: fix return codes' precedence and code style by Valerio Setti · 2 years, 4 months ago
  28. f740767 Merge pull request #7391 from valeriosetti/issue7387 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  29. 0af3248 Change the format of md.h include comments by Andrzej Kurek · 2 years, 4 months ago
  30. 9d65f0e pk_wrap: simplify prototype of eckey_check_pair_psa() by Valerio Setti · 2 years, 4 months ago
  31. aad6306 pkparse: fix guards position by Valerio Setti · 2 years, 4 months ago
  32. 3fddf25 test: use proper macros for PSA init/done by Valerio Setti · 2 years, 4 months ago
  33. 4bf73ad pkparse: use proper sizing for buffer by Valerio Setti · 2 years, 4 months ago
  34. 34f6755 pkparse: add new function for deriving public key from private using PSA by Valerio Setti · 2 years, 4 months ago
  35. f286664 pk_wrap: minor code optimizations by Valerio Setti · 2 years, 4 months ago
  36. 0b3de6f Merge pull request #7288 from ronald-cron-arm/tls13-server-version-negotiation by Dave Rodgman · 2 years, 4 months ago
  37. 3615be6 Merge pull request #7342 from gabor-mezei-arm/6679_prevent_mpi_mod_write_from_corrupting_the_input by Janos Follath · 2 years, 4 months ago
  38. 44c6694 Merge pull request #7351 from gabor-mezei-arm/7109_ecp_fast_reduction_testing by Janos Follath · 2 years, 4 months ago
  39. 0e03f4c Remove unnecessary include by Andrzej Kurek · 2 years, 4 months ago
  40. 8c1ce22 tests: ssl: Restore !MBEDTLS_SSL_PROTO_TLS1_3 dependency by Ronald Cron · 2 years, 4 months ago
  41. dad02b2 tls13: srv: Fix comment by Ronald Cron · 2 years, 4 months ago
  42. fe01ec2 tls12: srv: Use sizeof() instead of constant by Ronald Cron · 2 years, 4 months ago
  43. c564938 Add downgrade protection mechanism by Ronald Cron · 2 years, 4 months ago
  44. e45afd7 Use specific pointer to loop over proposed cipher suites by Ronald Cron · 2 years, 4 months ago
  45. 1a353ea ssl-opt.sh: Improve description of server negotiation tests by Ronald Cron · 2 years, 4 months ago
  46. eff5673 Improve and align variable names for supported versions data by Ronald Cron · 2 years, 4 months ago
  47. 3bd2b02 Check for TLS 1.3 version first by Ronald Cron · 2 years, 4 months ago
  48. b828c7d Fix, improve and add comments by Ronald Cron · 2 years, 4 months ago
  49. 4d31496 Update TLS 1.3 documentation and add change log by Ronald Cron · 2 years, 5 months ago
  50. d120bd6 ssl-opt.sh: Add version selection by the server tests by Ronald Cron · 2 years, 5 months ago
  51. 50ae84e ssl-opt.sh: Remove some unnecessary forcing of TLS 1.3 by Ronald Cron · 2 years, 5 months ago
  52. 097ba14 tls: srv: Set hybrid TLS 1.2/1.3 as default configuration by Ronald Cron · 2 years, 5 months ago
  53. 43263c0 tests: ssl: Extend move to handshake state tests by Ronald Cron · 2 years, 5 months ago
  54. 3b35455 tls: srv: Allow server hybrid TLS 1.2 and 1.3 configuration by Ronald Cron · 2 years, 5 months ago
  55. 6291b23 tls: Add logic in handshake step to enable server version negotiation by Ronald Cron · 2 years, 5 months ago
  56. 8a12aee tls: Initialize SSL context tls_version in mbedtls_ssl_setup() by Ronald Cron · 2 years, 5 months ago
  57. 5af4c7f tls13: srv: Add detection to negotiate TLS 1.2 by Ronald Cron · 2 years, 5 months ago
  58. 8c527d0 tls13: srv: Parse supported versions extension early by Ronald Cron · 2 years, 5 months ago
  59. 2f16b4e tls13: srv: Postpone cipher suite selection by Ronald Cron · 2 years, 5 months ago
  60. cada410 tls13: srv: Postpone legacy session id copy by Ronald Cron · 2 years, 5 months ago
  61. d540d99 tls13: srv: Postpone client random copy by Ronald Cron · 2 years, 5 months ago
  62. 6458239 tls13: srv: Move TLS version setting by Ronald Cron · 2 years, 5 months ago
  63. 47dce63 tls13: Add function to search for a supported_versions extension by Ronald Cron · 2 years, 6 months ago
  64. f95d169 ssl-opt.sh: Force TLS 1.2 on TLS 1.2 specific tests by Ronald Cron · 2 years, 5 months ago
  65. fd4c6af ssl-opt.sh: Force TLS 1.2 version by Ronald Cron · 2 years, 5 months ago
  66. 92dca39 ssl-opt.sh: Extend scope of some tests to TLS 1.3 by Ronald Cron · 2 years, 5 months ago
  67. 0aa1b88 ssl-opt.sh: Remove unnecessary explicit MBEDTLS_SSL_PROTO_TLS1_2 dep by Ronald Cron · 2 years, 5 months ago
  68. 65f9029 ssl-opt.sh: Remove unnecessary TLS 1.3 forcing on client side by Ronald Cron · 2 years, 5 months ago
  69. c341ad7 ssl-opt.sh: Remove dummy TLS 1.3 kex modes tests by Ronald Cron · 2 years, 5 months ago
  70. ea8a1ea tests: ssl: Add some missing dependencies by Ronald Cron · 2 years, 5 months ago
  71. a697a71 tests: ssl: Move min/max TLS version setting to endpoint init by Ronald Cron · 2 years, 5 months ago
  72. bcf2f66 Merge pull request #7324 from minosgalanakis/bignum/remove-scaffolding by Janos Follath · 2 years, 4 months ago
  73. 468a99e Add a changelog entry by Andrzej Kurek · 2 years, 4 months ago
  74. 316b7dd Add a justification for early md.h include in programs by Andrzej Kurek · 2 years, 4 months ago
  75. da86e2e Revert to using MBEDTLS_SHA_1_C when mbedtls_sha1 is called directly by Andrzej Kurek · 2 years, 4 months ago
  76. eaea30d Remove duplicated md.h includes by Andrzej Kurek · 2 years, 4 months ago
  77. 00bd892 bignum: Removed merge scaffolding. by Minos Galanakis · 2 years, 5 months ago
  78. 56f59d7 Merge pull request #7394 from mprse/fix_pkcs7_test_alloc by Dave Rodgman · 2 years, 4 months ago
  79. 1b75e5f Add missing md.h includes by Andrzej Kurek · 2 years, 4 months ago
  80. 13c73de Merge pull request #6233 from tom-cosgrove-arm/issue-6226-core-mul by Janos Follath · 2 years, 4 months ago
  81. 219f978 Merge pull request #7059 from ronald-cron-arm/psa-crypto-misc by Ronald Cron · 2 years, 4 months ago
  82. 98680fc ecp: revert changes to ECP module and test suite by Valerio Setti · 2 years, 4 months ago
  83. 8eb5526 pk_wrap: fix sizing for private key buffer by Valerio Setti · 2 years, 4 months ago
  84. 9735be5 Fix memory allocations in pkcs7_verify test by Przemek Stekiel · 2 years, 4 months ago
  85. d626051 Fix documentation by Gabor Mezei · 2 years, 4 months ago
  86. b0f0137 Multplication is simmetric so only generate unique combinations by Gabor Mezei · 2 years, 4 months ago
  87. 86d5d4b Merge pull request #7103 from valeriosetti/issue6622 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  88. f3dc4a1 fixed guard position for doxygen by Valerio Setti · 2 years, 4 months ago
  89. 0fe1ee2 pk: add an alternative function for checking private/public key pairs by Valerio Setti · 2 years, 4 months ago
  90. f8b55d6 Fix code style issues by Gabor Mezei · 2 years, 4 months ago
  91. 3a3a756 adding missing newline at the end of changelog file by Valerio Setti · 2 years, 4 months ago
  92. 0a7ff79 add Changelog by Valerio Setti · 2 years, 4 months ago
  93. c6ecdad test: disable all RSA algs and fix tests by Valerio Setti · 2 years, 4 months ago
  94. dd48c6e Merge pull request #7385 from daverodgman/timing_alignment by Dave Rodgman · 2 years, 4 months ago
  95. d43b42e Whitespace fix by Dave Rodgman · 2 years, 4 months ago
  96. 4ffc9d8 Test that setting reset actually does something by Dave Rodgman · 2 years, 4 months ago
  97. 33b2210 Fix cast alignment warning in timing.c by Dave Rodgman · 2 years, 4 months ago
  98. 6f182c3 Fix documentation by Gabor Mezei · 2 years, 4 months ago
  99. 87223ab Add generated test for core_mul by Gabor Mezei · 2 years, 4 months ago
  100. 5ded38e Fix 0 limb size for value 0 by Gabor Mezei · 2 years, 4 months ago