1. 1068c22 Adapt generated psa no_supported tests for HMAC by Przemek Stekiel · 3 years, 3 months ago
  2. cd20499 Fix dependencies in tests by Przemek Stekiel · 3 years, 3 months ago
  3. 60d83f0 Merge pull request #5710 from superna9999/5627-pk-opaque-rsa-x509 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  4. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 4 months ago
  5. 21f82c7 Merge pull request #5709 from superna9999/5625-pk-opaque-rsa-tls12 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  6. e6ed23c Fix typo in x509_crt_check() comment by Neil Armstrong · 3 years, 4 months ago
  7. e8ff350 Update code to align with tls13 coding standard by XiaokangQian · 3 years, 4 months ago
  8. 70701e3 Merge pull request #5726 from mprse/mixed_psk_1_v2 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  9. 90c7014 Merge pull request #5728 from superna9999/5711-pk-opaque-rsa-pss-sign by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  10. 9d8716c Merge pull request #5739 from gilles-peskine-arm/depends-curves-positive-only by Gilles Peskine · 3 years, 4 months ago
  11. 843795a Use macro for public key buffer size in pk_psa_wrap_sign_ext() by Neil Armstrong · 3 years, 4 months ago
  12. afbfed9 Merge pull request #5582 from gilles-peskine-arm/ssl-opt-auto-psk by Gilles Peskine · 3 years, 4 months ago
  13. 4e47a91 Fix indentation issues by Przemek Stekiel · 3 years, 4 months ago
  14. 4daaa2b derive_output mix-psk test: add more cases for derivation of output key by Przemek Stekiel · 3 years, 4 months ago
  15. 6aabc47 derive_output test: remove redundant tests with raw key agreement by Przemek Stekiel · 3 years, 4 months ago
  16. e665466 derive_output test: add other key type value 11 to handle raw key type by Przemek Stekiel · 3 years, 4 months ago
  17. c5bd1b8 PSA key derivation mix-psk tests: add description for bad state cases by Przemek Stekiel · 3 years, 4 months ago
  18. 38647de derive_output() test: fix code style by Przemek Stekiel · 3 years, 4 months ago
  19. cd00d7f test PSA key derivation: add positive and negative cases for mixed-psk by Przemek Stekiel · 3 years, 4 months ago
  20. 318dc76 Fix test failure issue and update code styles by XiaokangQian · 3 years, 4 months ago
  21. de33391 Rebase and solve conflicts by XiaokangQian · 3 years, 4 months ago
  22. 3f84d5d Update test cases and fix the test failure by XiaokangQian · 3 years, 4 months ago
  23. 8f9dfe4 Fix comments about coding styles and test cases by XiaokangQian · 3 years, 4 months ago
  24. cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
  25. ed582dd Update based on comments by XiaokangQian · 3 years, 4 months ago
  26. c4b8c99 Rebase and solve conflicts and issues by XiaokangQian · 3 years, 4 months ago
  27. 5e4528c Add test cases for server side parse client hello by XiaokangQian · 3 years, 6 months ago
  28. 9d0a3e8 generate_tls13_compat_tests.py: Fix/Unify parameter ordering by Ronald Cron · 3 years, 4 months ago
  29. df5f868 ssl-opt.sh: Fix/Unify TLS 1.3 test descriptions by Ronald Cron · 3 years, 4 months ago
  30. a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 4 months ago
  31. f4d70b2 Merge pull request #5608 from AndrzejKurek/raw-key-agreement-fail by Gilles Peskine · 3 years, 4 months ago
  32. 5bd0b51 Use terse output from lsof by Gilles Peskine · 3 years, 4 months ago
  33. a841c2a test_cmake_out_of_source: run an ssl-opt test case that exists by Gilles Peskine · 3 years, 4 months ago
  34. 7393ec5 test_cmake_out_of_source: validate that ssl-opt passed by Gilles Peskine · 3 years, 4 months ago
  35. 09dc05b Merge pull request #5635 from gilles-peskine-arm/psa-test-op-fail by Gilles Peskine · 3 years, 4 months ago
  36. 59b0d54 Convert tests to use mbedtls_ssl_conf_(min|max)_tls_version() by Glenn Strauss · 3 years, 4 months ago
  37. 39e624c Convert tests to use MBEDTLS_SSL_VERSION_TLS1_* by Glenn Strauss · 3 years, 4 months ago
  38. e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
  39. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  40. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
  41. da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  42. 07c6416 Rename mbedtls_ssl_transform minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  43. dff8462 Unify internal/external TLS protocol version enums by Glenn Strauss · 3 years, 5 months ago
  44. 83e60ee tests: fix bitflip comment by Andrzej Kurek · 3 years, 4 months ago
  45. e2c342b Don't test with all-but-one elliptic curves by Gilles Peskine · 3 years, 4 months ago
  46. 636b5f1 Add comment in compat.sh about callers by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  47. 9473229 Fix compat.sh invocation in basic-built-test.sh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  48. 5417d48 Remove mostly-redundant test build by Gilles Peskine · 3 years, 4 months ago
  49. 2ecf4ff Restore explicit version requirement on 1.3 HelloRetryRequest tests by Gilles Peskine · 3 years, 4 months ago
  50. c912673 Automatically detect protocol version requirement from force_version by Gilles Peskine · 3 years, 4 months ago
  51. 999930e Add RSA PK Wrapped Sign ext tests by Neil Armstrong · 3 years, 4 months ago
  52. 740b734 Move ticket, alpn detection into maybe_requires_ciphersuite_enabled by Gilles Peskine · 3 years, 4 months ago
  53. b898b3d Prepare to generalize maybe_requires_ciphersuite_enabled by Gilles Peskine · 3 years, 4 months ago
  54. a4dbfdd Add DHE-RSA Opaque PK key tests variants in ssl-opt.sh by Neil Armstrong · 3 years, 5 months ago
  55. 3e9a142 Add RSA Opaque PK key tests variants in ssl-opt.sh by Neil Armstrong · 3 years, 5 months ago
  56. 296787f Rm DES from invocations of compat.sh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  57. 4111b73 Update comment and default exclude by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  58. 32df145 Order ciphersuite names alphabetically by Joe Subbiani · 4 years ago
  59. f05fae0 Remove unsupported ciphersuites by Joe Subbiani · 4 years ago
  60. 9f84761 Removed redundant mode checks by Joe Subbiani · 4 years ago
  61. 6ce6dd9 Add Test generating certificates using an opaque EC key by Neil Armstrong · 3 years, 5 months ago
  62. 98f899c Test generating certificates using an opaque RSA key by Neil Armstrong · 3 years, 5 months ago
  63. 9fb9203 Test generating CSRs using an opaque RSA key by Neil Armstrong · 3 years, 5 months ago
  64. 6c242a0 Merge pull request #5634 from superna9999/5625-pk-opaque-rsa-basics by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  65. ffbb7d3 derive_output: add optional step for derivation by Przemek Stekiel · 3 years, 4 months ago
  66. 57f58b0 Prefer TEST_EQUAL over TEST_ASSERT in test suites by Andrzej Kurek · 3 years, 4 months ago
  67. b4f874d raw_key_agreement_fail: Add a nominal run by Gilles Peskine · 3 years, 4 months ago
  68. 6cbc998 Remove redundant empty slot count check by Gilles Peskine · 3 years, 4 months ago
  69. 28f883e Remove RSA & DTLS dependency in raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
  70. e1730e4 Merge pull request #5708 from AndrzejKurek/timeless-struggles by Gilles Peskine · 3 years, 4 months ago
  71. cb87403 Use 1024 bits RSA key size for RSA PK Opaque tests by Neil Armstrong · 3 years, 4 months ago
  72. 5735369 Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C by Andrzej Kurek · 3 years, 4 months ago
  73. a91b685 Merge pull request #5429 from yuhaoth/pr/fix-parallel-build-fail-of-cmake_out_source by Gilles Peskine · 3 years, 4 months ago
  74. 8e5e8d7 Merge pull request #5686 from AndrzejKurek/off-by-one-ssl-opt by Gilles Peskine · 3 years, 4 months ago
  75. 67fc036 Add support for RSA wrap in pk_psa_sign() test by Neil Armstrong · 3 years, 5 months ago
  76. 5b87ebb Prepare pk_psa_sign() test to accept RSA parameters by Neil Armstrong · 3 years, 5 months ago
  77. 0cd78dd Update test for Opaque PK key by Neil Armstrong · 3 years, 5 months ago
  78. 1b05aff Merge pull request #5624 from superna9999/5312-tls-server-ecdh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  79. d2d90af Make mbedtls_ssl_get_bytes_avail tests more independent by Gilles Peskine · 3 years, 4 months ago
  80. c8d242f set_maybe_calc_verify: $1 is intended to be auth_mode by Gilles Peskine · 3 years, 4 months ago
  81. cb33bc5 Change the bit to flip to guarantee failure by Andrzej Kurek · 3 years, 4 months ago
  82. 39d88d4 Change the number of expected free key slots by Andrzej Kurek · 3 years, 4 months ago
  83. 41b7e66 Tests: add missing requirements for the raw key agreement test by Andrzej Kurek · 3 years, 5 months ago
  84. cc28e9a Tests: add missing group termination by Andrzej Kurek · 3 years, 5 months ago
  85. 65ded56 Update raw key agreement test dependencies by Andrzej Kurek · 3 years, 5 months ago
  86. b342782 Test failing raw_key_agreement in ssl mock tests by Andrzej Kurek · 3 years, 5 months ago
  87. 74394a5 Add a group_list argument to mocked ssl tests by Andrzej Kurek · 3 years, 5 months ago
  88. 1438e16 Add requirements of "Default" by Gilles Peskine · 3 years, 4 months ago
  89. 59601d7 Documentation improvements by Gilles Peskine · 3 years, 4 months ago
  90. cccbe0e Merge pull request #5516 from tom-daubney-arm/M-AEAD_dispatch_tests by Ronald Cron · 3 years, 4 months ago
  91. ebfee6e check-generated-files.sh -u: don't update file timestamps by Gilles Peskine · 3 years, 4 months ago
  92. b24ed52 Use a plausible input size with asymmetric verification by Gilles Peskine · 3 years, 5 months ago
  93. e630095 Test attempts to use a public key for a private-key operation by Gilles Peskine · 4 years, 3 months ago
  94. a401386 A key agreement algorithm can contain a key derivation by Gilles Peskine · 4 years, 3 months ago
  95. d79e3b9 In NOT_SUPPORTED test case descriptions, show what is not supported by Gilles Peskine · 4 years, 3 months ago
  96. ae3a100 Add a few manual test cases by Gilles Peskine · 3 years, 5 months ago
  97. 1c7c596 Merge pull request #5683 from paul-elliott-arm/fix_pk_test by Gilles Peskine · 3 years, 4 months ago
  98. c82f62e Merge pull request #4907 from gilles-peskine-arm/config-baremetal-size-3.0 by Gilles Peskine · 3 years, 4 months ago
  99. f38c8c6 Adds test data for insufficient memory case by Thomas Daubney · 3 years, 6 months ago
  100. 30583c3 Adds test data for fallback test by Thomas Daubney · 3 years, 6 months ago