1. 3a9ebd6 Declare legacy_or_psa.h as private by Gilles Peskine · 2 years, 9 months ago
  2. 49540ac Move copyright notice out of the Doxygen documentation by Gilles Peskine · 2 years, 9 months ago
  3. d4d080b Merge pull request #6407 from minosgalanakis/minos/6017_add_montgomery_constant_squared by Gilles Peskine · 2 years, 9 months ago
  4. 4f7feca Merge pull request #6391 from davidhorstmann-arm/fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  5. 3e0ea98 Merge pull request #6451 from mpg/fix-can-exercise by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  6. 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  7. 37ca3a9 Moved tests from test_suite_bignum to test_suite_bignum_core by Minos Galanakis · 2 years, 9 months ago
  8. a081c51 Renamed mpi_core_get_mont_R2_unsafe_neg -> mpi_core_get_mont_r2_unsafe_neg by Minos Galanakis · 2 years, 10 months ago
  9. 51d638b bignum_core: Style update by Minos Galanakis · 2 years, 10 months ago
  10. ae4fb67 mbedtls_mpi_core_get_mont_R2_unsafe: Removed NULL input checking by Minos Galanakis · 2 years, 10 months ago
  11. e1913a8 test_suite_bignum: Updated test cases for mbedtls_mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  12. b9243ef test_suite_bignum: Fixed whitespace issues by Minos Galanakis · 2 years, 10 months ago
  13. b85506e bignum_core.h: Comment update for mbedtls_mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  14. 4f43f61 Renamed mbedtls_mpi_get_montgomery_constant_unsafe to mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  15. 1a1b175 test_suite_bignum: Added tests for `mpi_get_montgomery_constant_unsafe()` by Minos Galanakis · 2 years, 10 months ago
  16. ec440f2 bignum_mod_raw: Ported mbedtls_mpi_get_montgomery_constant_unsafe from prototype by Hanno Becker · 3 years ago
  17. 383b0bb Merge pull request #6461 from tom-cosgrove-arm/fix-mbedtls_mpi_mod_modulus_init-calls-in-tests by Gilles Peskine · 2 years, 9 months ago
  18. 3a334c2 Minor improvements to ssl_tls12_server.c by David Horstmann · 2 years, 9 months ago
  19. 7aee0ec Minor improvements in ssl_client.c by David Horstmann · 2 years, 9 months ago
  20. 6e11687 Minor improvements to ecp.c changes by David Horstmann · 2 years, 9 months ago
  21. 9b0eb90 Rename ARIA_SELF_TEST_IF_FAIL by David Horstmann · 2 years, 9 months ago
  22. 059848f Minor changes to asn1write.c by David Horstmann · 2 years, 9 months ago
  23. e5a715e Merge pull request #6449 from gilles-peskine-arm/bignum-core-shift_r by Gilles Peskine · 2 years, 9 months ago
  24. af8ea3f Merge pull request #6468 from gilles-peskine-arm/bignum-test-suite-names by Gilles Peskine · 2 years, 9 months ago
  25. 2012361 Merge pull request #6448 from ronald-cron-arm/tls13-kex-build-options by Ronald Cron · 2 years, 10 months ago
  26. 3f44e5b Refactor macro-spanning if in ssl_server2.c by David Horstmann · 2 years, 10 months ago
  27. f160ef1 Refactor macro-spanning if in ssl_client2.c by David Horstmann · 2 years, 10 months ago
  28. 72ef7c0 Merge pull request #6463 from AndrzejKurek/fix-crypo-typo by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  29. 4c89542 Merge pull request #6465 from mpg/pr-template-changelog by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  30. 454eb91 ssl-opt.sh: Fix list of TLS 1.2 key exchanges with cert by Ronald Cron · 2 years, 10 months ago
  31. 10bf956 tls13: Fix documentation by Ronald Cron · 2 years, 10 months ago
  32. 083da8e tls13: client: Improve coding style by Ronald Cron · 2 years, 10 months ago
  33. 70ed417 ssl-opt.sh: Simplify TLS 1.3 dependencies by Ronald Cron · 2 years, 10 months ago
  34. 5de538c ssl-opt.sh: Remove requires_key_exchange_with_cert_in_tls12_enabled by Ronald Cron · 2 years, 10 months ago
  35. a2900bc tls13: keys: Simplify code guard by Ronald Cron · 2 years, 10 months ago
  36. 9810b6d Fix kex config options documentation in tls13-support.md by Ronald Cron · 2 years, 10 months ago
  37. c3f43b6 all.sh: Add components testing TLS 1.3 kex partial enablement by Ronald Cron · 2 years, 10 months ago
  38. 571f1ff Make sure TLS 1.2 kex macros are undefined in builds without TLS 1.2 by Ronald Cron · 2 years, 10 months ago
  39. 8328113 ssl-opt.sh: Fix some test checks for ephemeral only kex build by Ronald Cron · 2 years, 10 months ago
  40. 766c0cd tls13: Add missing kex guards by Ronald Cron · 2 years, 10 months ago
  41. 82be0d4 tls13: Do not use MBEDTLS_KEY_EXCHANGE_SOME_ECDHE_ENABLED by Ronald Cron · 2 years, 10 months ago
  42. de08cf3 tls13: Do not use MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED by Ronald Cron · 2 years, 10 months ago
  43. 5962584 ssl-opt.sh: TLS 1.3 kex: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_*ENABLED by Ronald Cron · 2 years, 10 months ago
  44. 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
  45. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  46. 41a443a tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK.*ENABLED by Ronald Cron · 2 years, 10 months ago
  47. 928cbd3 tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED by Ronald Cron · 2 years, 10 months ago
  48. d8d2ea5 Add TLS 1.3 key exchange mode config options by Ronald Cron · 2 years, 10 months ago
  49. ba970be Fix test dependencies for cases that are PSA-based by Andrzej Kurek · 2 years, 10 months ago
  50. a020d53 Avoid having both test_suite_XXX.data and test_suite_XXX.*.data by Gilles Peskine · 2 years, 10 months ago
  51. 42832bd Don't use test_suite_mpi as an example by Gilles Peskine · 2 years, 10 months ago
  52. ce22066 Rename test_suite_bignum for consistency with bignum.{h,c} by Gilles Peskine · 2 years, 10 months ago
  53. abc6fbb Fix brief description by Gilles Peskine · 2 years, 10 months ago
  54. ed05279 Comment fix by Andrzej Kurek · 2 years, 10 months ago
  55. d066c79 Add missing ECB requirements for PSA cipher aes tests by Andrzej Kurek · 2 years, 10 months ago
  56. 8f26c8a Fix a typo in test_suite_cipher by Andrzej Kurek · 2 years, 10 months ago
  57. 89ca977 ssl-opt.sh: Improve dependencies of some TLS 1.3 test cases by Ronald Cron · 2 years, 10 months ago
  58. bc5adf4 ssl-opt.sh: Add dependencies on handshake with cert by Ronald Cron · 2 years, 10 months ago
  59. 2ea36af ssl-opt.sh: TLS 1.3 kex: Do not use sig_algs if no cert by Ronald Cron · 2 years, 10 months ago
  60. 81cd7ab tests: ssl: Add missing dependency on MBEDTLS_X509_CRT_PARSE_C by Ronald Cron · 2 years, 10 months ago
  61. f64cc03 tests: ssl: Add missing dependencies on certificate based handshake by Ronald Cron · 2 years, 10 months ago
  62. 457fb7a tests: ssl: Fix ciphersuite identifier by Ronald Cron · 2 years, 10 months ago
  63. 81378b7 programs: ssl: Remove dependency on TLS 1.3 for "sig_algs" option by Ronald Cron · 2 years, 10 months ago
  64. 20a8e63 programs: ssl: Fix some mbedtls_ssl_conf_sig_algs() guards by Ronald Cron · 2 years, 10 months ago
  65. d29e13e tls: Use the same function in TLS 1.2 and 1.3 to check PSK conf by Ronald Cron · 2 years, 10 months ago
  66. 2a87e9b tls: Align set and usage check for PSK by Ronald Cron · 2 years, 10 months ago
  67. fa1e04a tls13: keys: Fix PSK build only case by Ronald Cron · 2 years, 10 months ago
  68. 9a6a49c tls13: keys: Fail if the group type is not ECDHE or DHE by Ronald Cron · 2 years, 10 months ago
  69. b15d4d8 tls13: keys: Fix error code by Ronald Cron · 2 years, 10 months ago
  70. 3b05620 tls13: keys: Do not use `handshake->premaster` by Ronald Cron · 2 years, 10 months ago
  71. 4c7edb2 tls13: keys: Fix indentation by Ronald Cron · 2 years, 10 months ago
  72. 831fee6 tls13: keys: Avoid input buffer copy by Ronald Cron · 2 years, 10 months ago
  73. 02e2fa0 Make ChangeLog more visible in PR template by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  74. 0e7e471 Merge pull request #6447 from mprse/driver-only-hash-gap by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  75. 45c6792 Merge pull request #6385 from AndrzejKurek/depends-py-reloaded by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  76. c695249 Merge pull request #6446 from yanesca/add_split_arch_tests_to_bignum_core by Janos Follath · 2 years, 10 months ago
  77. be17655 mbedtls_mpi_mod_modulus_init() must be called before any 'goto exit' in tests by Tom Cosgrove · 2 years, 10 months ago
  78. 78e3c9b Fix style in bignum_core.py by Janos Follath · 2 years, 10 months ago
  79. 560805d Fix mbedtls_mpi_core_add_if test aliasing by Janos Follath · 2 years, 10 months ago
  80. 2c95a56 Remove KNOWN_MBEDTLS_SUPPORTED_HASH_ALG as it is now not used anywhere by Przemek Stekiel · 2 years, 10 months ago
  81. b0ee577 Bignum core: test shift_r by Gilles Peskine · 2 years, 11 months ago
  82. ba516f7 mpi_core_add_if test: Remove dependency on old API by Janos Follath · 2 years, 10 months ago
  83. 5ff03d4 Bignum Core test: move bound to constructor by Janos Follath · 2 years, 10 months ago
  84. c279b2f Move mbedtls_mpi_core_shift_r to the proper source file by Gilles Peskine · 2 years, 11 months ago
  85. 6641420 Bignum core: Break shift_r function out of the classic shift_r by Gilles Peskine · 2 years, 11 months ago
  86. e153a71 mpi_core_add_if: simplify tests by Janos Follath · 2 years, 10 months ago
  87. dd2e468 Bignum Core: add limb size specific test generation by Janos Follath · 2 years, 10 months ago
  88. 2bb9c8a Change brace initialization to memset by David Horstmann · 2 years, 10 months ago
  89. 2b751cf Merge pull request #6399 from wernerlewis/bignum_gen_6274 by Janos Follath · 2 years, 10 months ago
  90. 01dd548 Minor fixes to x509_get_name() test function by David Horstmann · 2 years, 10 months ago
  91. f1c24f0 Add missing include by Werner Lewis · 2 years, 10 months ago
  92. bd3ddaf Move tests added in #6289 by Werner Lewis · 2 years, 10 months ago
  93. f86c82e Pass bits_in_limb parameter to duplicated methods by Werner Lewis · 2 years, 10 months ago
  94. 63653b9 Remove unnecessary check by Werner Lewis · 2 years, 10 months ago
  95. 6baf12b Move legacy mod functions back to test_suite_mpi by Werner Lewis · 2 years, 10 months ago
  96. 2295eec Add missing space in string by Werner Lewis · 2 years, 10 months ago
  97. ffe4478 Move mpi_core_bitlen tests to bignum_core files by Werner Lewis · 2 years, 10 months ago
  98. 1b20e7e Redefine result() method to return List by Werner Lewis · 2 years, 10 months ago
  99. 7a27314 Add function to generate random montmul cases by Werner Lewis · 2 years, 10 months ago
  100. a850312 Add test generation for mpi_core_montmul by Werner Lewis · 2 years, 10 months ago