1. ec52893 Improve readability and relevance of values by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  2. d8d19de Expand negative coverage of ECDSA verification by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  3. a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 4 months ago
  4. f4d70b2 Merge pull request #5608 from AndrzejKurek/raw-key-agreement-fail by Gilles Peskine · 3 years, 4 months ago
  5. 09dc05b Merge pull request #5635 from gilles-peskine-arm/psa-test-op-fail by Gilles Peskine · 3 years, 4 months ago
  6. 59b0d54 Convert tests to use mbedtls_ssl_conf_(min|max)_tls_version() by Glenn Strauss · 3 years, 4 months ago
  7. 39e624c Convert tests to use MBEDTLS_SSL_VERSION_TLS1_* by Glenn Strauss · 3 years, 4 months ago
  8. e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
  9. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  10. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
  11. da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  12. 07c6416 Rename mbedtls_ssl_transform minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  13. dff8462 Unify internal/external TLS protocol version enums by Glenn Strauss · 3 years, 5 months ago
  14. 83e60ee tests: fix bitflip comment by Andrzej Kurek · 3 years, 4 months ago
  15. 636b5f1 Add comment in compat.sh about callers by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  16. 9473229 Fix compat.sh invocation in basic-built-test.sh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  17. 296787f Rm DES from invocations of compat.sh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  18. 4111b73 Update comment and default exclude by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  19. 32df145 Order ciphersuite names alphabetically by Joe Subbiani · 4 years ago
  20. f05fae0 Remove unsupported ciphersuites by Joe Subbiani · 4 years ago
  21. 9f84761 Removed redundant mode checks by Joe Subbiani · 4 years ago
  22. 6c242a0 Merge pull request #5634 from superna9999/5625-pk-opaque-rsa-basics by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  23. 57f58b0 Prefer TEST_EQUAL over TEST_ASSERT in test suites by Andrzej Kurek · 3 years, 4 months ago
  24. b4f874d raw_key_agreement_fail: Add a nominal run by Gilles Peskine · 3 years, 4 months ago
  25. 6cbc998 Remove redundant empty slot count check by Gilles Peskine · 3 years, 4 months ago
  26. 28f883e Remove RSA & DTLS dependency in raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
  27. e1730e4 Merge pull request #5708 from AndrzejKurek/timeless-struggles by Gilles Peskine · 3 years, 4 months ago
  28. cb87403 Use 1024 bits RSA key size for RSA PK Opaque tests by Neil Armstrong · 3 years, 4 months ago
  29. 5735369 Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C by Andrzej Kurek · 3 years, 4 months ago
  30. a91b685 Merge pull request #5429 from yuhaoth/pr/fix-parallel-build-fail-of-cmake_out_source by Gilles Peskine · 3 years, 4 months ago
  31. 8e5e8d7 Merge pull request #5686 from AndrzejKurek/off-by-one-ssl-opt by Gilles Peskine · 3 years, 4 months ago
  32. 67fc036 Add support for RSA wrap in pk_psa_sign() test by Neil Armstrong · 3 years, 5 months ago
  33. 5b87ebb Prepare pk_psa_sign() test to accept RSA parameters by Neil Armstrong · 3 years, 5 months ago
  34. 0cd78dd Update test for Opaque PK key by Neil Armstrong · 3 years, 5 months ago
  35. 1b05aff Merge pull request #5624 from superna9999/5312-tls-server-ecdh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  36. cb33bc5 Change the bit to flip to guarantee failure by Andrzej Kurek · 3 years, 4 months ago
  37. 39d88d4 Change the number of expected free key slots by Andrzej Kurek · 3 years, 4 months ago
  38. 41b7e66 Tests: add missing requirements for the raw key agreement test by Andrzej Kurek · 3 years, 5 months ago
  39. cc28e9a Tests: add missing group termination by Andrzej Kurek · 3 years, 5 months ago
  40. 65ded56 Update raw key agreement test dependencies by Andrzej Kurek · 3 years, 5 months ago
  41. b342782 Test failing raw_key_agreement in ssl mock tests by Andrzej Kurek · 3 years, 5 months ago
  42. 74394a5 Add a group_list argument to mocked ssl tests by Andrzej Kurek · 3 years, 5 months ago
  43. cccbe0e Merge pull request #5516 from tom-daubney-arm/M-AEAD_dispatch_tests by Ronald Cron · 3 years, 4 months ago
  44. ebfee6e check-generated-files.sh -u: don't update file timestamps by Gilles Peskine · 3 years, 4 months ago
  45. b24ed52 Use a plausible input size with asymmetric verification by Gilles Peskine · 3 years, 5 months ago
  46. e630095 Test attempts to use a public key for a private-key operation by Gilles Peskine · 4 years, 3 months ago
  47. a401386 A key agreement algorithm can contain a key derivation by Gilles Peskine · 4 years, 3 months ago
  48. d79e3b9 In NOT_SUPPORTED test case descriptions, show what is not supported by Gilles Peskine · 4 years, 3 months ago
  49. ae3a100 Add a few manual test cases by Gilles Peskine · 3 years, 5 months ago
  50. 1c7c596 Merge pull request #5683 from paul-elliott-arm/fix_pk_test by Gilles Peskine · 3 years, 4 months ago
  51. c82f62e Merge pull request #4907 from gilles-peskine-arm/config-baremetal-size-3.0 by Gilles Peskine · 3 years, 4 months ago
  52. f38c8c6 Adds test data for insufficient memory case by Thomas Daubney · 3 years, 6 months ago
  53. 30583c3 Adds test data for fallback test by Thomas Daubney · 3 years, 6 months ago
  54. 5e896d9 Adds test data for encrypt setup test case by Thomas Daubney · 3 years, 6 months ago
  55. d610191 Adds driver dispatch test for M-AEAD encryption setup by Thomas Daubney · 3 years, 7 months ago
  56. de68e39 Merge pull request #5568 from superna9999/5159-pk-rsa-verification by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  57. 8db7c0e Fix an off-by-one error in ssl-opt.sh by Andrzej Kurek · 3 years, 4 months ago
  58. 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
  59. 33a9d61 Merge pull request #5638 from paul-elliott-arm/ssl_cid_accessors by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  60. 6a25159 Merge pull request #5648 from gabor-mezei-arm/5403_hkdf_use_internal_psa_implementations by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  61. 02758a5 Add tls CID tests by Paul Elliott · 3 years, 5 months ago
  62. cbd7bfd ssl-opt.sh: Force TLS 1.2 on server for TLS 1.2 specific tests by Ronald Cron · 3 years, 4 months ago
  63. 634d865 ssl-opt.sh: Fix "no TLS 1.3 server support" test check by Ronald Cron · 3 years, 4 months ago
  64. ff59a34 Prevent free of uninitialised variables by Paul Elliott · 3 years, 4 months ago
  65. 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  66. b7b549a Force server-side TLS1.2 for ECDH- Opaque PK key test by Neil Armstrong · 3 years, 4 months ago
  67. 023bf8d Add ECDH- Opaque PK key test by Neil Armstrong · 3 years, 5 months ago
  68. a980adf Merge pull request #5637 from ronald-cron-arm/version-negotiation-1 by Ronald Cron · 3 years, 4 months ago
  69. 37bdaab tls: Simplify the logic of the config version check and test it by Ronald Cron · 3 years, 4 months ago
  70. 56d5127 Initialize PSA crypto in test_suite_pk for RSA verify tests by Neil Armstrong · 3 years, 6 months ago
  71. 3304f25 Merge pull request #5653 from paul-elliott-arm/handshake_over by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  72. 3cec8e8 tests: Init PSA crypto if TLS 1.3 is enabled by Ronald Cron · 3 years, 4 months ago
  73. a1b8f6e ssl-opt.sh: Do not force TLS 1.3 on client by Ronald Cron · 3 years, 5 months ago
  74. f3b425b ssl-opt.sh: Force TLS 1.2 on server by Ronald Cron · 3 years, 5 months ago
  75. f660655 TLS: Allow hybrid TLS 1.2/1.3 in default configurations by Ronald Cron · 3 years, 5 months ago
  76. e1d3f06 Allow hybrid TLS 1.3 + TLS 1.2 configuration by Ronald Cron · 3 years, 6 months ago
  77. 7320e64 ssl_tls12_client.c: Switch to generic Client Hello state handler by Ronald Cron · 3 years, 5 months ago
  78. 27c85e7 ssl_tls.c: Unify TLS 1.2 and TLS 1.3 SSL state logs by Ronald Cron · 3 years, 5 months ago
  79. 571f118 Merge pull request #5642 from mprse/ecp_export by Paul Elliott · 3 years, 4 months ago
  80. 1c41501 Merge pull request #5632 from tom-cosgrove-arm/seclib-667-sha512-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 4 months ago
  81. 086ee0b ssl_tls.c: Reject TLS 1.3 version configuration for server by Ronald Cron · 3 years, 5 months ago
  82. de1adee Rename ssl_cli/srv.c by Ronald Cron · 3 years, 5 months ago
  83. 63d97ad Merge pull request #5559 from yuhaoth/pr/add-rsae-sha384-sha512 by Ronald Cron · 3 years, 4 months ago
  84. 39f2f73 Merge pull request #5630 from ronald-cron-arm/restore-full-compat-testing by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  85. e44d8e7 Merge pull request #5369 from xkqian/add_2nd_client_hello by Ronald Cron · 3 years, 4 months ago
  86. 5c25262 Move MAC-ALL to self._ciphs in ssl-opt.sh by XiaokangQian · 3 years, 4 months ago
  87. 6a478ef mbedtls_ecp_group_cmp: change names of parameters to more suitable by Przemek Stekiel · 3 years, 4 months ago
  88. 2e17fb8 Change code base on comments by XiaokangQian · 3 years, 4 months ago
  89. ed6d658 Use hash algoritm for parameter instead of HMAC by Gabor Mezei · 3 years, 4 months ago
  90. 07732f7 Translate from mbedtls_md_type_t to psa_algorithm_t by Gabor Mezei · 3 years, 4 months ago
  91. 5d9a1fe PSA code depends on MBEDTLS_SSL_PROTO_TLS1_3 by Gabor Mezei · 3 years, 5 months ago
  92. 618955d compat.sh: Fix check for OpenSSL support by Ronald Cron · 3 years, 5 months ago
  93. 2c74ff6 compat.sh: Restore full TLS compatibility testing by Ronald Cron · 3 years, 5 months ago
  94. a193144 Update hrr test cases generation code without change class by XiaokangQian · 3 years, 4 months ago
  95. eff93f9 Rebase code to latest and solve conflicts by XiaokangQian · 3 years, 5 months ago
  96. 8031ba7 Update code base on comments by XiaokangQian · 3 years, 5 months ago
  97. cefa904 Merge pull request #5622 from paul-elliott-arm/timing_delay_accessor by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  98. 83f8188 Update test cases in tls13-compat.sh by XiaokangQian · 3 years, 5 months ago
  99. 68a87e4 Remove the option r in generate_tls13_compat_tests.py by XiaokangQian · 3 years, 5 months ago
  100. 2043897 Change comments and styles base on review by XiaokangQian · 3 years, 5 months ago