1. f645705 Add test vectors (from NIST) for SHA-3. by Pol Henarejos · 3 years, 3 months ago
  2. 310294f Merge pull request #5759 from tom-daubney-arm/correct_x509_flag_parse_tests by Gilles Peskine · 3 years, 3 months ago
  3. 2b5d898 Merge pull request #5644 from gilles-peskine-arm/psa-storage-format-test-exercise by Gilles Peskine · 3 years, 3 months ago
  4. ad47487 Merge pull request #5742 from superna9999/5669-review-test-incompatible-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  5. 1c9eb72 Update PSA specific comment in pk_rsa_verify_ext_test_vec() by Neil Armstrong · 3 years, 3 months ago
  6. a828f4d Merge pull request #5684 from tom-daubney-arm/M-AEAD_decrypt_driver_dispatch_test by Ronald Cron · 3 years, 4 months ago
  7. 6e6967f Reorganize PSA INVALID_PADDING handling for test #5 in pk_rsa_verify_ext_test_vec() by Neil Armstrong · 3 years, 4 months ago
  8. eef30bc Merge pull request #5755 from mpg/ecdsa-range-test by Gilles Peskine · 3 years, 4 months ago
  9. 60d83f0 Merge pull request #5710 from superna9999/5627-pk-opaque-rsa-x509 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  10. 7d063f6 Adds comments for clarification by Thomas Daubney · 3 years, 4 months ago
  11. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 4 months ago
  12. e6ed23c Fix typo in x509_crt_check() comment by Neil Armstrong · 3 years, 4 months ago
  13. e8ff350 Update code to align with tls13 coding standard by XiaokangQian · 3 years, 4 months ago
  14. 70701e3 Merge pull request #5726 from mprse/mixed_psk_1_v2 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  15. 90c7014 Merge pull request #5728 from superna9999/5711-pk-opaque-rsa-pss-sign by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  16. 843795a Use macro for public key buffer size in pk_psa_wrap_sign_ext() by Neil Armstrong · 3 years, 4 months ago
  17. 4e47a91 Fix indentation issues by Przemek Stekiel · 3 years, 4 months ago
  18. 4daaa2b derive_output mix-psk test: add more cases for derivation of output key by Przemek Stekiel · 3 years, 4 months ago
  19. 6aabc47 derive_output test: remove redundant tests with raw key agreement by Przemek Stekiel · 3 years, 4 months ago
  20. e665466 derive_output test: add other key type value 11 to handle raw key type by Przemek Stekiel · 3 years, 4 months ago
  21. c5bd1b8 PSA key derivation mix-psk tests: add description for bad state cases by Przemek Stekiel · 3 years, 4 months ago
  22. 38647de derive_output() test: fix code style by Przemek Stekiel · 3 years, 4 months ago
  23. cd00d7f test PSA key derivation: add positive and negative cases for mixed-psk by Przemek Stekiel · 3 years, 4 months ago
  24. 286c314 cipher_alg_without_iv: also test multipart decryption by Gilles Peskine · 3 years, 4 months ago
  25. 9e38f2c cipher_alg_without_iv: generalized to also do decryption by Gilles Peskine · 3 years, 4 months ago
  26. 9b9b614 cipher_encrypt_alg_without_iv: validate size macros independently by Gilles Peskine · 3 years, 4 months ago
  27. ec52893 Improve readability and relevance of values by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  28. 28015e1 Set flag to proper value by Thomas Daubney · 3 years, 4 months ago
  29. de33391 Rebase and solve conflicts by XiaokangQian · 3 years, 4 months ago
  30. d8d19de Expand negative coverage of ECDSA verification by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  31. 8f9dfe4 Fix comments about coding styles and test cases by XiaokangQian · 3 years, 4 months ago
  32. cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
  33. a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 4 months ago
  34. f4d70b2 Merge pull request #5608 from AndrzejKurek/raw-key-agreement-fail by Gilles Peskine · 3 years, 4 months ago
  35. 655725a Unify PSA & non-PSA Verify ext RSA #5 test, and handle different return in pk_rsa_verify_ext_test_vec() by Neil Armstrong · 3 years, 4 months ago
  36. 6e0f80a Don't try to perform operations when driver support is lacking by Gilles Peskine · 3 years, 5 months ago
  37. 09dc05b Merge pull request #5635 from gilles-peskine-arm/psa-test-op-fail by Gilles Peskine · 3 years, 4 months ago
  38. 59b0d54 Convert tests to use mbedtls_ssl_conf_(min|max)_tls_version() by Glenn Strauss · 3 years, 4 months ago
  39. 39e624c Convert tests to use MBEDTLS_SSL_VERSION_TLS1_* by Glenn Strauss · 3 years, 4 months ago
  40. e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
  41. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  42. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
  43. da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  44. 07c6416 Rename mbedtls_ssl_transform minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  45. dff8462 Unify internal/external TLS protocol version enums by Glenn Strauss · 3 years, 5 months ago
  46. 06baf04 Initialize PSA to fix move_handshake_to_state when USE_PSA is enabled by Neil Armstrong · 3 years, 4 months ago
  47. 537e915 Enable DTLS renegotiation, resize_buffers, _serialize_mfl & renegotiate_mfl tests with PSA by Neil Armstrong · 3 years, 4 months ago
  48. 181fe69 Enable handshake_serialization & handshake_fragmentation tests with PSA by Neil Armstrong · 3 years, 4 months ago
  49. 993eea3 Enable app_data_tls & app_data_dtls tests with PSA by Neil Armstrong · 3 years, 4 months ago
  50. 0739336 Enable mbedtls_endpoint_sanity tests with PSA by Neil Armstrong · 3 years, 4 months ago
  51. 83e60ee tests: fix bitflip comment by Andrzej Kurek · 3 years, 4 months ago
  52. 999930e Add RSA PK Wrapped Sign ext tests by Neil Armstrong · 3 years, 4 months ago
  53. 6ce6dd9 Add Test generating certificates using an opaque EC key by Neil Armstrong · 3 years, 5 months ago
  54. 98f899c Test generating certificates using an opaque RSA key by Neil Armstrong · 3 years, 5 months ago
  55. 9fb9203 Test generating CSRs using an opaque RSA key by Neil Armstrong · 3 years, 5 months ago
  56. 6c242a0 Merge pull request #5634 from superna9999/5625-pk-opaque-rsa-basics by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  57. ffbb7d3 derive_output: add optional step for derivation by Przemek Stekiel · 3 years, 4 months ago
  58. 57f58b0 Prefer TEST_EQUAL over TEST_ASSERT in test suites by Andrzej Kurek · 3 years, 4 months ago
  59. b4f874d raw_key_agreement_fail: Add a nominal run by Gilles Peskine · 3 years, 4 months ago
  60. 6cbc998 Remove redundant empty slot count check by Gilles Peskine · 3 years, 4 months ago
  61. 28f883e Remove RSA & DTLS dependency in raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
  62. e1730e4 Merge pull request #5708 from AndrzejKurek/timeless-struggles by Gilles Peskine · 3 years, 4 months ago
  63. cb87403 Use 1024 bits RSA key size for RSA PK Opaque tests by Neil Armstrong · 3 years, 4 months ago
  64. 5735369 Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C by Andrzej Kurek · 3 years, 4 months ago
  65. 7435d2d Renames encrypt setup tests by Thomas Daubney · 3 years, 4 months ago
  66. 5defdfc Renames decrypt setup tests by Thomas Daubney · 3 years, 4 months ago
  67. 6f57be9 Removes unecessary statement by Thomas Daubney · 3 years, 4 months ago
  68. d9c69b7 Changes PSA initialisation by Thomas Daubney · 3 years, 4 months ago
  69. 67fc036 Add support for RSA wrap in pk_psa_sign() test by Neil Armstrong · 3 years, 5 months ago
  70. 5b87ebb Prepare pk_psa_sign() test to accept RSA parameters by Neil Armstrong · 3 years, 5 months ago
  71. 0cd78dd Update test for Opaque PK key by Neil Armstrong · 3 years, 5 months ago
  72. cb33bc5 Change the bit to flip to guarantee failure by Andrzej Kurek · 3 years, 4 months ago
  73. 39d88d4 Change the number of expected free key slots by Andrzej Kurek · 3 years, 4 months ago
  74. 41b7e66 Tests: add missing requirements for the raw key agreement test by Andrzej Kurek · 3 years, 5 months ago
  75. cc28e9a Tests: add missing group termination by Andrzej Kurek · 3 years, 5 months ago
  76. 65ded56 Update raw key agreement test dependencies by Andrzej Kurek · 3 years, 5 months ago
  77. b342782 Test failing raw_key_agreement in ssl mock tests by Andrzej Kurek · 3 years, 5 months ago
  78. 74394a5 Add a group_list argument to mocked ssl tests by Andrzej Kurek · 3 years, 5 months ago
  79. d868d0f Removes trailing whitespace by Thomas Daubney · 3 years, 4 months ago
  80. 28428f4 Corrects mistake from encrypt setup test by Thomas Daubney · 3 years, 4 months ago
  81. dbb9754 Adds changes from first review round by Thomas Daubney · 3 years, 4 months ago
  82. b3e452d Adds insufficient memory test case by Thomas Daubney · 3 years, 4 months ago
  83. e15bc38 Adds fallback test case by Thomas Daubney · 3 years, 4 months ago
  84. 063c2cd Adds positive test case by Thomas Daubney · 3 years, 4 months ago
  85. 03c4ba0 Adds test for decrypt setup driver dispatch by Thomas Daubney · 3 years, 6 months ago
  86. cccbe0e Merge pull request #5516 from tom-daubney-arm/M-AEAD_dispatch_tests by Ronald Cron · 3 years, 4 months ago
  87. b24ed52 Use a plausible input size with asymmetric verification by Gilles Peskine · 3 years, 5 months ago
  88. e630095 Test attempts to use a public key for a private-key operation by Gilles Peskine · 4 years, 3 months ago
  89. ae3a100 Add a few manual test cases by Gilles Peskine · 3 years, 5 months ago
  90. 1c7c596 Merge pull request #5683 from paul-elliott-arm/fix_pk_test by Gilles Peskine · 3 years, 4 months ago
  91. f38c8c6 Adds test data for insufficient memory case by Thomas Daubney · 3 years, 6 months ago
  92. 30583c3 Adds test data for fallback test by Thomas Daubney · 3 years, 6 months ago
  93. 5e896d9 Adds test data for encrypt setup test case by Thomas Daubney · 3 years, 6 months ago
  94. d610191 Adds driver dispatch test for M-AEAD encryption setup by Thomas Daubney · 3 years, 7 months ago
  95. de68e39 Merge pull request #5568 from superna9999/5159-pk-rsa-verification by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  96. 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
  97. 33a9d61 Merge pull request #5638 from paul-elliott-arm/ssl_cid_accessors by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  98. 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
  99. 02758a5 Add tls CID tests by Paul Elliott · 3 years, 5 months ago
  100. ff59a34 Prevent free of uninitialised variables by Paul Elliott · 3 years, 4 months ago