1. 96c8f9e Add tests for import hooks in the driver wrappers by Andrzej Kurek · 3 years, 6 months ago
  2. 349a059 Merge pull request #5461 from gilles-peskine-arm/ssl-opt-self-signed-positive-2.28 by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  3. ca664c7 Merge pull request #5255 from AndrzejKurek/chacha-iv-len-16-fixes-2.x by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  4. 19d6ab0 Enable testing with PSA for config-mini-tls1_1 by Andrzej Kurek · 3 years, 6 months ago
  5. 19e83fa Restructure test-ref-configs to test with USE_PSA_CRYPTO turned on by Andrzej Kurek · 3 years, 7 months ago
  6. e001596 Add missing MBEDTLS_ASN1_WRITE_C dependency in test_suite_psa_crypto by Andrzej Kurek · 3 years, 7 months ago
  7. c60cc1d Add missing dependency on MBEDTLS_GCM_C in cipher tests by Andrzej Kurek · 3 years, 7 months ago
  8. 53ad763 Mark unused variable in tests for cases with reduced configs by Andrzej Kurek · 3 years, 7 months ago
  9. 8c681b7 Add positive test case with self-signed certificates by Gilles Peskine · 3 years, 7 months ago
  10. 4ed2844 Merge pull request #5312 from gilles-peskine-arm/add_list_config_function-2.x by Gilles Peskine · 3 years, 8 months ago archive/development_2.x development_2.x
  11. d41dab3 Bump version to 2.28.0 by Dave Rodgman · 3 years, 8 months ago
  12. 08412e2 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.28.0rc0-pr by Dave Rodgman · 3 years, 8 months ago
  13. 5752b4b Add expected output for tests by Paul Elliott · 3 years, 8 months ago
  14. 270a264 Simplify Input usage macros by Paul Elliott · 3 years, 8 months ago
  15. 73051b4 Rename (and relabel) pkcs12 test case by Paul Elliott · 3 years, 8 months ago
  16. 8ca8f2d Remove incorrect test dependency by Paul Elliott · 3 years, 8 months ago
  17. 2ab9a7a Stop CMake out of source tests running on 16.04 by Paul Elliott · 3 years, 8 months ago
  18. 1a3540a Fix missing test dependancies by Paul Elliott · 3 years, 9 months ago
  19. 13d5a34 Add PKCS12 tests by Paul Elliott · 3 years, 9 months ago
  20. 969c01a Beauty source code by Jerry Yu · 3 years, 8 months ago
  21. cf080ce fix ci fail by Jerry Yu · 3 years, 8 months ago
  22. bbfa1d8 Replace configs_enabled check with query_compile_time_config by Jerry Yu · 3 years, 8 months ago
  23. 3fc0d30 Don't fail until everything is initialized by Gilles Peskine · 3 years, 8 months ago
  24. 68b64cd Add checked return to cipher setup by Paul Elliott · 3 years, 8 months ago
  25. 620cbb9 Merge pull request #5262 from xffbai/code-align-backport2.x by Ronald Cron · 3 years, 8 months ago
  26. c3319e7 Merge pull request #5189 from gilles-peskine-arm/struct_reordering_2.x by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  27. f554ce2 Delete base64_invasive.h due to functions are moved to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  28. 46f79c3 Move mbedtls_ct_uchar_mask_of_range function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  29. 7464f37 Rename functions to have suitable name by Gabor Mezei · 3 years, 9 months ago
  30. 1e31316 Merge pull request #5258 from gilles-peskine-arm/pip-requirements-2.x by Gilles Peskine · 3 years, 8 months ago
  31. f40545d Fix (d)tls1_2 into (d)tls12 in version options by Xiaofei Bai · 3 years, 8 months ago
  32. 3f5f7df Remove accidental requirement on the worktree content by Gilles Peskine · 3 years, 8 months ago
  33. ce8ccaf Docker: Python requirements are now managed in-tree by Gilles Peskine · 3 years, 9 months ago
  34. e672820 Add a missing test case to ChaCha20 tests - decrypt empty buffer by Andrzej Kurek · 3 years, 8 months ago
  35. d353043 Return an error for IV lengths other than 12 with ChaCha20+Poly1305 by Andrzej Kurek · 3 years, 8 months ago
  36. 5375fd9 Return an error for IV lengths other than 12 with ChaCha20 by Andrzej Kurek · 3 years, 8 months ago
  37. bdea4d4 psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
  38. 0962370 all.sh: psa: Add cipher acceleration test component by Ronald Cron · 3 years, 10 months ago
  39. f7e483c all.sh: psa: Add hash acceleration test component by Ronald Cron · 4 years, 3 months ago
  40. 9130ead tests: psa: Add dependencies on built-in hash by Ronald Cron · 3 years, 10 months ago
  41. ef14af0 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
  42. d2c53e6 all.sh: psa: Add ECDSA and RSA signature acceleration component by Ronald Cron · 3 years, 11 months ago
  43. cfc3c7b psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  44. b814bda Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  45. df885c0 tests: Add build of a PSA test driver library by Ronald Cron · 4 years, 3 months ago
  46. 7b7854e tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  47. d54303d psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  48. 088d5d0 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  49. 2091eed psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  50. fefa458 tests: psa: Fix guards by Ronald Cron · 4 years, 1 month ago
  51. 41f2750 tests: psa: Fix the dependencies on some driver wrappers fallback tests by Ronald Cron · 4 years, 4 months ago
  52. a23d9bb tests: psa: Fix MD5 support not available dependencies by Ronald Cron · 3 years, 10 months ago
  53. 92becc6 tests: ssl: Add misssing dependencies on SHA-1 by Ronald Cron · 3 years, 10 months ago
  54. ae2e4a7 tests: Fix x509parse test dependency by Ronald Cron · 4 years ago
  55. f7e83d5 tests: psa: Remove wrong test function dependencies by Ronald Cron · 4 years, 4 months ago
  56. 4bcccc6 tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  57. a2dbe66 tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
  58. 732a6e2 test: psa driver wrapper: Add non regression test for psa_cipher_encrypt() by Ronald Cron · 4 years, 1 month ago
  59. 3563210 test: psa driver wrapper: Add cipher_encrypt negative testing by Ronald Cron · 4 years, 1 month ago
  60. a833169 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  61. e25351a test: psa driver: Remove unnecessary IV generation by Ronald Cron · 4 years, 1 month ago
  62. 6fbc057 test: psa driver wrapper: Add non regression test for psa_cipher_generate_iv() by Ronald Cron · 4 years, 1 month ago
  63. 33c6968 test: psa cipher: Add unexpected IV setting/generation negative tests by Ronald Cron · 4 years, 1 month ago
  64. dbfc651 Merge pull request #5232 from gilles-peskine-arm/dlopen-test-2.x by Gilles Peskine · 3 years, 8 months ago
  65. 9545786 Fix compilation errors. by Paul Elliott · 3 years, 9 months ago
  66. 27482f1 Run the dlopen test in shared library builds by Gilles Peskine · 3 years, 9 months ago
  67. 3107b33 Merge pull request #5154 from gabor-mezei-arm/3649_bp2x_move_constant_time_functions_into_separate_module by Gilles Peskine · 3 years, 9 months ago
  68. 1d7f7a7 Merge pull request #5194 from bensze01/invalid_nonce_error_2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  69. 23b4096 Fix several bugs with multiline comments by Gilles Peskine · 3 years, 9 months ago
  70. 4480162 Improve comment and string stripping by Gilles Peskine · 3 years, 9 months ago
  71. 4f04d61 Fix terminology in comment by Gilles Peskine · 3 years, 9 months ago
  72. df30665 Move comment and string literal processing to a new function by Gilles Peskine · 3 years, 9 months ago
  73. c8fc67f Simplify some regex definitions by Gilles Peskine · 3 years, 9 months ago
  74. 2be65d5 Remove expected failure from test_psa_compliance by Bence Szépkúti · 3 years, 9 months ago
  75. 394c65e Merge pull request #5169 from bensze01/test_psa_compliance_2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  76. 358e0ea Indicate nonce sizes invalid for ChaCha20-Poly1305 by Bence Szépkúti · 3 years, 9 months ago
  77. 1a3201a Merge pull request #5192 from daverodgman/development_2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  78. dc4e4b7 Fix derive_input test ignoring parameter by Dave Rodgman · 3 years, 9 months ago
  79. bc92abe Update test to handle changed error code by Dave Rodgman · 3 years, 9 months ago
  80. b3f4dd5 Lift some code out of parse_identifiers by Gilles Peskine · 3 years, 9 months ago
  81. 7493c40 Fix comment parsing by Gilles Peskine · 3 years, 9 months ago
  82. b66bc0a Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
  83. 7c7fb87 ssl_client2, ssl_server2: add check for psa memory leaks by Przemyslaw Stekiel · 3 years, 9 months ago
  84. c1e79fd Enable CMAC for PSA crypto compliance tests by Bence Szépkúti · 3 years, 9 months ago
  85. 24ec529 Multipart AEAD is not supported in Mbed TLS 2.x by Bence Szépkúti · 3 years, 9 months ago
  86. e30fcb6 Remove superfluous expected failures from list by Bence Szépkúti · 3 years, 9 months ago
  87. c0ae1cf Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 10 months ago
  88. 18a4494 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
  89. 6e4ace6 Delete ssl_invasive.h due to duplicated function declarations by gabor-mezei-arm · 3 years, 10 months ago
  90. e41e3e8 Rename function to have suitable name by gabor-mezei-arm · 3 years, 10 months ago
  91. 1dbaaba Build psa-arch-tests with MISSING_CRYPTO_1_0=1 by Bence Szépkúti · 3 years, 9 months ago
  92. d1c6420 Move to a fork with Mbed TLS 2.x specific fixes by Bence Szépkúti · 3 years, 9 months ago
  93. 340352a Track upstreaming task in an issue by Bence Szépkúti · 3 years, 9 months ago
  94. 7ccbea6 Document the values in EXPECTED_FAILURES by Bence Szépkúti · 3 years, 9 months ago
  95. 355f805 Move to an updated fork of psa-arch-tests by Bence Szépkúti · 3 years, 9 months ago
  96. d6cf089 Explain why support_test_psa_compliance is needed by Bence Szépkúti · 3 years, 9 months ago
  97. bd66d18 Keep local clone around even if the test succeeds by Bence Szépkúti · 3 years, 9 months ago
  98. eda2fb9 Make directory creation code more compact by Bence Szépkúti · 3 years, 9 months ago
  99. c2ca135 Add licence header to script by Bence Szépkúti · 3 years, 9 months ago
  100. 559f1ce Make main() suitable to being called from python by Bence Szépkúti · 3 years, 9 months ago