1. 626a931 test_suite_ssl: Add missing arguments in endpoint initialization by Andrzej Kurek · 3 years, 2 months ago
  2. 514683a Add a test with a bad session_id_len that makes cache setting fail by Andrzej Kurek · 3 years, 2 months ago
  3. 780dc18 Refactor test_suite_ssl tests to enable cache setting by Andrzej Kurek · 3 years, 2 months ago
  4. 4d7af2a Merge pull request #5835 from superna9999/5831-tls-1-2-ciphersuite-selection by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  5. 0e39ece Merge pull request #5916 from yuhaoth/pr/tls13-refactor-get-sig-alg-from-pk by Ronald Cron · 3 years, 1 month ago
  6. 6931e43 Fix Handshake select ECDH-RSA- test dependencies by Neil Armstrong · 3 years, 1 month ago
  7. 790ab52 Merge pull request #5962 from gilles-peskine-arm/storage-format-doc-202206 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  8. cb67e1a Merge pull request #5917 from gilles-peskine-arm/asn1write-0-fix by Ronald Cron · 3 years, 1 month ago
  9. b2c3b5b Fix depends on handshake_ciphersuite_select tests by Neil Armstrong · 3 years, 1 month ago
  10. db13497 Reorganize & add more handshake_ciphersuite_select to test all MBEDTLS_KEY_EXCHANGE_XXX cases by Neil Armstrong · 3 years, 1 month ago
  11. a0bb906 fix handshake_version test fail. by Jerry Yu · 3 years, 1 month ago
  12. d86abf2 Merge pull request #5861 from wernerlewis/csr_subject_comma by Gilles Peskine · 3 years, 1 month ago
  13. 2407279 Add tests with specific hash for handshake_ciphersuite_select positive tests by Neil Armstrong · 3 years, 1 month ago
  14. 8c52ed8 Add negative testing of ciphersuite selection using Opaque algs & usage by Neil Armstrong · 3 years, 2 months ago
  15. 585cd70 tests: ssl: Fix coverity deadcode issue by Ronald Cron · 3 years, 2 months ago
  16. b94854f Merge pull request #5973 from ronald-cron-arm/tls13-misc-tests by Ronald Cron · 3 years, 1 month ago
  17. 5969a4b Don't call memcpy(NULL, 0) which has undefined behavior by Gilles Peskine · 3 years, 1 month ago
  18. f5b7082 Merge pull request #5811 from polhenarejos/bug_x448 by Dave Rodgman · 3 years, 1 month ago
  19. 9b0e940 Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
  20. 31ecb96 Add tests for exceeded buffer size by Werner Lewis · 3 years, 2 months ago
  21. b33dacd Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 3 months ago
  22. 21a1b2d Enable "Sending app data" SSL unit tests for TLS 1.3 by Ronald Cron · 3 years, 2 months ago
  23. 93a7f7d Merge pull request #5954 from wernerlewis/x509_next_merged by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  24. 3e5585b Replace TEST_ASSERT macro uses by Werner Lewis · 3 years, 1 month ago
  25. ac80a66 Reduce buffer sizes to expected size by Werner Lewis · 3 years, 1 month ago
  26. 0c9e74b Remove mbedtls_psa_hkdf_expand() and mbedtls_psa_hkdf_extract() tests by Przemek Stekiel · 3 years, 3 months ago
  27. 76851ae Add warnings to test code and data about storage format stability by Gilles Peskine · 3 years, 2 months ago
  28. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  29. 12657cd Remove binary int use by Werner Lewis · 3 years, 2 months ago
  30. 90c46c3 Use consistent test case names by Werner Lewis · 3 years, 2 months ago
  31. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 2 months ago
  32. eb8570f Fix missing newline by Dave Rodgman · 3 years, 2 months ago
  33. 5cab9da fix whitespace by Dave Rodgman · 3 years, 2 months ago
  34. 5708046 Add test-case for checking curve order by Dave Rodgman · 3 years, 2 months ago
  35. 6194053 ASN.1: test that we can parse what we can write by Gilles Peskine · 3 years, 2 months ago
  36. b7e215f Fix copypasta in test data by Gilles Peskine · 3 years, 2 months ago
  37. 6c9fd61 exercise_key_agreement_key: add special handling for HKDF_EXPAND by Przemek Stekiel · 3 years, 2 months ago
  38. 2c2730a ASN.1 write tests: test with larger buffer by Gilles Peskine · 3 years, 2 months ago
  39. 321a089 Fix bug whereby 0 was written as 0200 rather than 020100 by Gilles Peskine · 3 years, 2 months ago
  40. c9a30fb Add MPI write tests when the MPI object has a leading zero limb by Gilles Peskine · 3 years, 2 months ago
  41. 0ab804a Fix mismatch between test data and test description by Gilles Peskine · 3 years, 2 months ago
  42. d8579b7 Uncomment mbedtls_asn1_write_mpi tests with leading 1 bit by Gilles Peskine · 3 years, 2 months ago
  43. 1193069 Merge pull request #5827 from wernerlewis/time_utc by Dave Rodgman · 3 years, 2 months ago
  44. 5f2bc75 Merge pull request #5792 from yuhaoth/pr/add-tls13-moving-state-tests by Paul Elliott · 3 years, 2 months ago
  45. b088a90 test_suite_psa_crypto_storage_format: disable KA(ECDH,HKDF_EXTRACT/EXPAND...) test cases by Przemek Stekiel · 3 years, 2 months ago
  46. 00e5eaa test: ssl: Remove more TLS 1.2 dependencies in handshake state tests by Ronald Cron · 3 years, 2 months ago
  47. bdddaef test: ssl: Enable client authentication in handshake state tests by Ronald Cron · 3 years, 2 months ago
  48. 4b55a89 Merge pull request #5887 from tom-daubney-arm/mbedtls_x509_crt_ext_types_accessor by Dave Rodgman · 3 years, 2 months ago
  49. 5c9c2ce Add correct test dependencies by Thomas Daubney · 3 years, 2 months ago
  50. a5f39e0 Move accessor definition by Thomas Daubney · 3 years, 2 months ago
  51. 6686773 derive_output tests: fix output key length to be consistent with teh description by Przemek Stekiel · 3 years, 2 months ago
  52. cde3f78 Make info valid only after secret for HKDF-EXPAND + adapt tests by Przemek Stekiel · 3 years, 2 months ago
  53. 0586f4c Make salt mandatory for HKDF-EXTRACT + adapt tests by Przemek Stekiel · 3 years, 2 months ago
  54. 6994e3e fix various issues by Jerry Yu · 3 years, 2 months ago
  55. 0e99391 derive_output test: fix output key bit length by Przemek Stekiel · 3 years, 2 months ago
  56. 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
  57. f0f0bd0 test_suite_psa_crypto_metadata: add test cases for the HKDF-Extract/Expand algorithms by Przemek Stekiel · 3 years, 2 months ago
  58. acd01e5 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  59. f2d32e6 fix tls13_only test fail by Jerry Yu · 3 years, 2 months ago
  60. 3ff4fc6 Add test data by Thomas Daubney · 3 years, 2 months ago
  61. bd5466a Add test for accessor by Thomas Daubney · 3 years, 2 months ago
  62. 7bf3358 Remove duplicated tests by Jerry Yu · 3 years, 2 months ago
  63. 1443537 fix test fail when WANT_READ/WRITE returned by Jerry Yu · 3 years, 2 months ago
  64. 66537f4 fix certificate request fail by Jerry Yu · 3 years, 2 months ago
  65. 1e7c438 remove tls1.3 dependancy by Jerry Yu · 3 years, 2 months ago
  66. 09858ae Merge pull request #5813 from mprse/deprecate_mbedtls_cipher_setup_psa by Gilles Peskine · 3 years, 2 months ago
  67. 66adf31 Update comments by Jerry Yu · 3 years, 2 months ago
  68. df0a71a Add handshake version test by Jerry Yu · 3 years, 2 months ago
  69. b3d86de fix hanshake wrapup fail by Jerry Yu · 3 years, 3 months ago
  70. df65b66 Add handshake over test by Jerry Yu · 3 years, 3 months ago
  71. 85e5c81 fix check test cases fail by Jerry Yu · 3 years, 3 months ago
  72. d9d049d revert dbg config by Jerry Yu · 3 years, 3 months ago
  73. d8c57fe Add moving state test for TLS1.3 by Jerry Yu · 3 years, 3 months ago
  74. 023ff7a Move dependes_on of move handshakes state by Jerry Yu · 3 years, 3 months ago
  75. 69e348d Merge pull request #5833 from superna9999/5826-create-mbedtls-pk-can-do-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  76. c661ff5 Fix pk_can_do_ext tests with non-opaque keys by Neil Armstrong · 3 years, 3 months ago
  77. 5c5b116 Add pk_can_do_ext test for non-opaque keys by Neil Armstrong · 3 years, 3 months ago
  78. 476d9c4 Use MBEDTLS_TEST_DEPRECATED only in tests by Przemek Stekiel · 3 years, 3 months ago
  79. fcdd023 derive_output tests: add invalid input secret test for HKDF-Expand by Przemek Stekiel · 3 years, 3 months ago
  80. 8eb0afb Remove duplicate pk_can_do_ext test by Neil Armstrong · 3 years, 3 months ago
  81. 408f6a6 Add usage parameter to mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  82. 434d4eb Remove invalid comments in pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  83. 7be11a7 Use TEST_LE_U in some places where it applies by Gilles Peskine · 3 years, 4 months ago
  84. 3ff2544 Separate the validation of the size macros and of the function by Gilles Peskine · 3 years, 4 months ago
  85. d4a258a Improve PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE validation by Gilles Peskine · 3 years, 4 months ago
  86. 992bee8 Test psa_raw_key_agreement with a larger/smaller buffer by Gilles Peskine · 3 years, 4 months ago
  87. 9b7e296 Merge pull request #4211 from ccawley2011/mingw by Gilles Peskine · 3 years, 3 months ago
  88. e58ca8b Add MBEDTLS_TEST_DEPRECATED dependency by Przemek Stekiel · 3 years, 3 months ago
  89. 61922d1 Fix mbedtls_cipher_setup_psa() dependencies in tests by Przemek Stekiel · 3 years, 3 months ago
  90. 4014a04 Merge pull request #5617 from gilles-peskine-arm/chacha20-rfc7539-test-vector by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  91. ce1d239 Add tests for mbedtls_pk_can_do_ext() in test_suite_pktest_suite_pk by Neil Armstrong · 3 years, 3 months ago
  92. 3009a97 Minor spelling / grammar improvements by Dave Rodgman · 3 years, 4 months ago
  93. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  94. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  95. 6786a87 derive_output tests: add capacity HKDF-Extract/Expand tests by Przemek Stekiel · 3 years, 3 months ago
  96. 2849e0e derive_output tests: add negative HKDF-Extract/Expand tests by Przemek Stekiel · 3 years, 3 months ago
  97. e1036fb derive_output tests: add positive HKDF-Extract/Expand tests by Przemek Stekiel · 3 years, 3 months ago
  98. ead1bb9 derive_output test: Adapt for HKDF-Extract/Expand algs by Przemek Stekiel · 3 years, 3 months ago
  99. 5479f53 Merge pull request #5772 from superna9999/5762-rsa-decrypt-pk by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  100. 814562a Switch last TEST_ASSERT() in TEST_EQUAL() in pk_wrap_rsa_decrypt_test_vec() by Neil Armstrong · 3 years, 3 months ago