1. 052deb9 Merge pull request #5554 from tom-daubney-arm/fix_uninitialised_buffers_in_tests by Gilles Peskine · 3 years, 5 months ago
  2. d929dbb Merge pull request #5368 from mfil/feature/additional_md_getters by Gilles Peskine · 3 years, 5 months ago
  3. a9b4c43 Merge pull request #5588 from gilles-peskine-arm/mypy-on-jenkins by Gilles Peskine · 3 years, 5 months ago
  4. 92e08fb Merge pull request #5475 from miudr/fix_issue_5140 by Gilles Peskine · 3 years, 5 months ago
  5. 2cf0d4f Merge pull request #5584 from gilles-peskine-arm/cmake-Wunused-function by Dave Rodgman · 3 years, 5 months ago
  6. 254efe5 Make mypy unconditional by Gilles Peskine · 3 years, 5 months ago
  7. 9c656ec Fix unused function warning by Gilles Peskine · 3 years, 5 months ago
  8. d5438a5 Enable -Wunused-function in cmake builds for tests by Gilles Peskine · 3 years, 5 months ago
  9. 2ff6ba1 Remove rsa_pss_rsae_sha256 support. by Jerry Yu · 3 years, 5 months ago
  10. ccb005e fix missing feedback address by Jerry Yu · 3 years, 6 months ago
  11. 819f297 fix various issues in ssl-opt by Jerry Yu · 3 years, 6 months ago
  12. 2124d05 Add sha384 and sha512 case by Jerry Yu · 3 years, 6 months ago
  13. d66409a Add non support sig alg check and test by Jerry Yu · 3 years, 6 months ago
  14. 562a0fd Add client version check by Jerry Yu · 3 years, 6 months ago
  15. 6c3d821 update ssl-opt test cases by Jerry Yu · 3 years, 6 months ago
  16. 46b53b9 remove duplicate test by Jerry Yu · 3 years, 6 months ago
  17. 4bfa22a remove useless config option by Jerry Yu · 3 years, 6 months ago
  18. 42ea733 remove RSA not found test by Jerry Yu · 3 years, 6 months ago
  19. 7db5b8f add rsa_pss_rsae_sha256 write support by Jerry Yu · 3 years, 6 months ago
  20. 37987dd Add test cases by Jerry Yu · 3 years, 6 months ago
  21. ca133a3 Change state machine by Jerry Yu · 3 years, 6 months ago
  22. 22abd06 Add rsa key check by Jerry Yu · 3 years, 6 months ago
  23. aa6214a add empty client certificate tests by Jerry Yu · 3 years, 6 months ago
  24. c19884f change expect exit value by Jerry Yu · 3 years, 6 months ago
  25. 25e0ddc Add client certificate file by Jerry Yu · 3 years, 6 months ago
  26. 200b47b Add more tests for CertificateRequest by Jerry Yu · 3 years, 6 months ago
  27. 960bc28 Add tests for no middlebox mode by Jerry Yu · 3 years, 6 months ago
  28. 4579a97 Merge pull request #5426 from gilles-peskine-arm/ssl-get-version-3.1 by Ronald Cron · 3 years, 6 months ago
  29. e3a2dd7 Merge pull request #5521 from AndrzejKurek/rsa-pss-use-psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  30. 860429f Add version number debug check to the GnuTLS interop test as well by Gilles Peskine · 3 years, 6 months ago
  31. 49d7ddf Serializing a context does not save the user data by Gilles Peskine · 3 years, 6 months ago
  32. 80dae04 Make user_data fields private by Gilles Peskine · 3 years, 7 months ago
  33. c63a1e0 Fix mbedtls_ssl_get_version() for TLSv1.3 by Gilles Peskine · 3 years, 7 months ago
  34. 1255b0d Positive unit testing for SSL context version functions by Gilles Peskine · 3 years, 7 months ago
  35. 436b726 Merge pull request #5362 from yuhaoth/pr/enable-tls13-only-build by Paul Elliott · 3 years, 6 months ago
  36. 4901978 Modifies data files to match new test function name by Thomas Daubney · 3 years, 6 months ago
  37. 9b545c0 Merge pull request #5520 from gabor-mezei-arm/5402_implement_hkdf_expand_based_on_psa_hmac by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  38. baa4934 Add check tests by Jerry Yu · 3 years, 6 months ago
  39. 53d23e2 Guards tls_prf functions with TLS1_2 by Jerry Yu · 3 years, 6 months ago
  40. 6331909 remove ifndef guard by Jerry Yu · 3 years, 6 months ago
  41. 81d5e1f fix various issues by Jerry Yu · 3 years, 6 months ago
  42. da5af22 tls13_only: add tls13_only test component by Jerry Yu · 3 years, 8 months ago
  43. ab08290 tls13_only: skip tls12 tests. by Jerry Yu · 3 years, 8 months ago
  44. 8a49720 tls13_only: tls 1.3 suite pass by Jerry Yu · 3 years, 8 months ago
  45. c10f6b4 tls13_only: simple test pass by Jerry Yu · 3 years, 8 months ago
  46. 5dcbc4d Changes name of iv_check to iv_len_validity by Thomas Daubney · 3 years, 6 months ago
  47. 0bd08e7 Initialise buffer before use by Thomas Daubney · 3 years, 6 months ago
  48. cbe5ba5 Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
  49. 3a066ec Initialise iv buffer before use by Thomas Daubney · 3 years, 6 months ago
  50. 8e36025 Typo by Gabor Mezei · 3 years, 6 months ago
  51. 4fa604c Merge pull request #5511 from SiliconLabs/feature/PSEC-3195-PSA-test-suites-NOT-using-UID-0 by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  52. 3d1f8b9 Merge pull request #5532 from ronald-cron-arm/tls13_and_use_psa_crypto by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  53. 32048a6 pk_verify_ext: introduce more tests for signature length mismatches by Andrzej Kurek · 3 years, 6 months ago
  54. d917081 Typo by Gabor Mezei · 3 years, 6 months ago
  55. 7381242 Use PSA_INIT() by Gabor Mezei · 3 years, 6 months ago
  56. 8666df6 Add signature length mismatch handling when using PSA in pk_verify_ext by Andrzej Kurek · 3 years, 6 months ago
  57. a7a1dea Merge pull request #5393 from gilles-peskine-arm/opt-testcases-outcomes-fix by Ronald Cron · 3 years, 6 months ago
  58. 853ad7b Use macros in tests for PSA init/deinit routines by Andrzej Kurek · 3 years, 6 months ago
  59. 135427c Run TLS 1.3 tests when MBEDTLS_USE_PSA_CRYPTO is enabled by Ronald Cron · 3 years, 7 months ago
  60. bebeae9 Merge pull request #5504 from gstrauss/mbedtls_pem_get_der by Gilles Peskine · 3 years, 6 months ago
  61. b35759d Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
  62. e328245 Add test case use of mbedtls_ssl_ticket_rotate by Glenn Strauss · 3 years, 6 months ago
  63. 7db1b78 Make RSA-PSS verification use PSA with MBEDTLS_USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 6 months ago
  64. 748ab4a Use ASSERT_ALLOC by Gabor Mezei · 3 years, 6 months ago
  65. 6ca6faa Merge pull request #5080 from xffbai/add-tls13-read-certificate-request by Ronald Cron · 3 years, 6 months ago
  66. 1df23b9 Check the result of PEM decoding by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  67. 33ab075 Add success case for pem_read testing by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  68. 72bd4e4 Add accessor to get buf from mbedtls_pem_context by Glenn Strauss · 3 years, 6 months ago
  69. 443c78e BUGFIX: PSA test vectors use UID 1 instead of 0. by pespacek · 3 years, 6 months ago
  70. d62e906 TEST: added psa_its_set expected failure test by pespacek · 3 years, 6 months ago
  71. 45c5768 Merge pull request #5434 from mprse/tls_use_psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  72. 6a0b1ef Merge pull request #5282 from AndrzejKurek/import-opaque-driver-wrappers by Ronald Cron · 3 years, 6 months ago
  73. d81e774 Merge pull request #5463 from gilles-peskine-arm/cmake-test-suite-enumeration by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  74. 827dbd9 Remove obsolete calls to if_build_succeeded by Gilles Peskine · 3 years, 6 months ago
  75. c1247c0 Remove obsolete variable restoration or unset at the end of a component by Gilles Peskine · 3 years, 6 months ago
  76. 3bc3409 Remove obsolete cd at the end of a component by Gilles Peskine · 3 years, 6 months ago
  77. a300099 Stop CMake out of source tests running on 16.04 (continued) by Gilles Peskine · 3 years, 6 months ago
  78. 59469d7 Test driver: keep variable declarations first by Andrzej Kurek · 3 years, 6 months ago
  79. ba4cade Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
  80. 333e0fa Formatting and documentation fixes by Andrzej Kurek · 3 years, 6 months ago
  81. 5648d57 Optimize psa_cipher_encrypt_helper() by Przemyslaw Stekiel · 3 years, 6 months ago
  82. 8c010eb Fix comments, code style, remove debug code by Przemyslaw Stekiel · 3 years, 6 months ago
  83. 6f20595 Merge pull request #5462 from gilles-peskine-arm/ssl-test-pkey-message-clarity by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  84. d66387f Init psa status to PSA_ERROR_CORRUPTION_DETECTED by Przemyslaw Stekiel · 3 years, 6 months ago
  85. f4facef Adapt ssl_decrypt_non_etm_cbc() test for psa crypto and remove redundant test cases by Przemyslaw Stekiel · 3 years, 6 months ago
  86. 1ab2d69 Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  87. 77aec8d Rename ssl_psa_status_to_mbedtls->psa_ssl_status_to_mbedtls by Przemyslaw Stekiel · 3 years, 6 months ago
  88. 89dad93 Rename psa_status_to_mbedtls->ssl_psa_status_to_mbedtls and add conversion for PSA_ERROR_INVALID_SIGNATURE by Przemyslaw Stekiel · 3 years, 6 months ago
  89. 2cb59df ssl-opt.sh: remove cipher context assertions (redundant when psa crypto is enabled) by Przemyslaw Stekiel · 3 years, 6 months ago
  90. 4a36dd3 ssl test ssl_decrypt_non_etm_cbc(): add missing ret check by Przemyslaw Stekiel · 3 years, 6 months ago
  91. f4ca3f0 ssl test build_transforms(): in psa mode distinguish encrypt/decrypt keys by Przemyslaw Stekiel · 3 years, 6 months ago
  92. f57b456 Rename tls_mbedtls_cipher_to_psa() to be consistent with function naming convention. by Przemyslaw Stekiel · 3 years, 6 months ago
  93. f4b3f08 test_suite_ssl.data: remove redundant test cases(short tag + GCM) by Przemyslaw Stekiel · 3 years, 7 months ago
  94. 5b2de0c test_suite_ssl.data: remove redundant test cases by Przemyslaw Stekiel · 3 years, 7 months ago
  95. 93cf4ee Adapt test_suite_ssl for psa crypto by Przemyslaw Stekiel · 3 years, 7 months ago
  96. 657ff4f Fix AEAD multipart incorrect offset in test_suite_psa_crypto.function by Mircea Udrea · 3 years, 6 months ago
  97. a909061 Refine HRR parse successfully message in test cases by XiaokangQian · 3 years, 6 months ago
  98. 7bae3b6 Add more ciphersuites into test cases for hrr by XiaokangQian · 3 years, 6 months ago
  99. 355e09a Change code base on comments by XiaokangQian · 3 years, 7 months ago
  100. 78b1fa7 Update code base on comments by XiaokangQian · 3 years, 7 months ago