- 7f5e5ad fix pylint fail by Jerry Yu · 3 years, 8 months ago
- 55ee769 Fix out-of-source build fail by Jerry Yu · 3 years, 8 months ago
- f17a60f Add opt-testcases into check list by Jerry Yu · 3 years, 8 months ago
- cdcb683 Update generate scripts and tls13 test cases by Jerry Yu · 3 years, 8 months ago
- 31018ad Add tls13 compat tests with bash scripts by Jerry Yu · 3 years, 8 months ago
- c4aa152 tls13_compat_tests:Add generate all option by Jerry Yu · 3 years, 8 months ago
- d64e20d fix wrong typo by Jerry Yu · 3 years, 8 months ago
- 26fa7dc Remove rsa_pss_rsae_sha256 test from ssl-opt.sh by Jerry Yu · 3 years, 8 months ago
- 29deed4 Add rsa_pss_rsae_sha256 into tls13 compat tests by Jerry Yu · 3 years, 8 months ago
- 305bfc3 Add tls13 compat tests by Jerry Yu · 3 years, 9 months ago
- 0f99af8 Add keys for tls13 compat tests by Jerry Yu · 3 years, 9 months ago
- 8c5559d Add HelloRetryRequst tests by Jerry Yu · 3 years, 9 months ago
- 936dffd Add certificate request check by Jerry Yu · 3 years, 9 months ago
- 8f9d7db Add unsupported version check by Jerry Yu · 3 years, 9 months ago
- 8c8cea2 Merge pull request #5166 from xffbai/code-align by Ronald Cron · 3 years, 8 months ago
- d895f52 Merge pull request #5197 from gilles-peskine-arm/pip-requirements by Gilles Peskine · 3 years, 8 months ago
- 1bbf6d6 Merge pull request #5149 from mfil/feature/additional_cipher_info_getters by Gilles Peskine · 3 years, 8 months ago
- 8b5c382 Fix (d)tls1_2 into (d)tls12 in version options by Xiaofei Bai · 3 years, 8 months ago
- 2673aa5 Remove accidental requirement on the worktree content by Gilles Peskine · 3 years, 8 months ago
- d25fab6 Update based on comments by Xiaofei Bai · 3 years, 8 months ago
- 72abd8a Fix type for iv size and block size in tests by Max Fillinger · 3 years, 8 months ago
- 746f948 Fix 1_3/13 usages in macros and function names by Xiaofei Bai · 3 years, 9 months ago
- a0e57ef Merge pull request #5131 from gilles-peskine-arm/dlopen-test by Gilles Peskine · 3 years, 8 months ago
- 161d661 Merge pull request #5222 from paul-elliott-arm/fix_test_suite_ssl by Gilles Peskine · 3 years, 8 months ago
- e2d707f Merge pull request #4866 from gabor-mezei-arm/3649_move_constant_time_functions_into_separate_module by Gilles Peskine · 3 years, 9 months ago
- 21c8fe5 Fix compilation errors. by Paul Elliott · 3 years, 9 months ago
- be7b21d Merge branch 'development' into 3649_move_constant_time_functions_into_separate_module by Gabor Mezei · 3 years, 9 months ago
- 30f5560 Reverse the cert file by XiaokangQian · 3 years, 9 months ago
- f9fca8a Add back cipher suite information in ssh-opt.sh by XiaokangQian · 3 years, 9 months ago
- 25476a4 Change code based on review by XiaokangQian · 3 years, 9 months ago
- ff5f6c8 Refine test code and test scripts by XiaokangQian · 3 years, 9 months ago
- 07c5547 Change cert file to server2-sha256.crt by XiaokangQian · 3 years, 9 months ago
- f977e9a Add componet test and rsa signature options by XiaokangQian · 3 years, 9 months ago
- a27b352 Disable PSA_CRYPTO in tls1.3 tests by XiaokangQian · 3 years, 9 months ago
- bdf26de Fix test failure and remove useless code by XiaokangQian · 3 years, 9 months ago
- 3887ab5 Use O_NEXT_SRV to support ciphersuite option by XiaokangQian · 3 years, 9 months ago
- 22dd68c Rebase code and run through the whole test flow by XiaokangQian · 3 years, 9 months ago
- d150189 Change script to solve G_NEXT_SRV_RSA not set issue by XiaokangQian · 3 years, 9 months ago
- 4b82ca1 Refine test code and test scripts by XiaokangQian · 3 years, 9 months ago
- d940e64 Add test script for RSA signature by XiaokangQian · 3 years, 9 months ago
- 8cbb7b9 Docker: Python requirements are now managed in-tree by Gilles Peskine · 3 years, 9 months ago
- 146247d Merge pull request #5172 from bensze01/invalid_nonce_error by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- ac00659 Merge pull request #5121 from yuhaoth/pr/add-wrapup-and-hello-test by Ronald Cron · 3 years, 9 months ago
- 6d48e20 Indicate nonce sizes invalid for ChaCha20-Poly1305 by Bence Szépkúti · 3 years, 9 months ago
- 357b78e Indicate if we know that a nonce length is invalid by Bence Szépkúti · 3 years, 9 months ago
- 1e4423b5 Remove expected failure from test_psa_compliance by Bence Szépkúti · 3 years, 9 months ago
- 9b9fbda Merge pull request #5094 from bensze01/test_psa_compliance by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 5a57a51 Merge pull request #5180 from daverodgman/key_derivation_output_key_error_code by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 61f797a Merge pull request #5111 from mprse/aps_mem_leak by paul-elliott-arm · 3 years, 9 months ago
- 6d38c19 Add http connection pass check by Jerry Yu · 3 years, 9 months ago
- e1b1e2d Add minimal feature sets test by Jerry Yu · 3 years, 9 months ago
- 491d849 Fix derive_input test ignoring parameter by Dave Rodgman · 3 years, 9 months ago
- 3f86a90 Update test to handle changed error code by Dave Rodgman · 3 years, 9 months ago
- 28777db Merge pull request #4952 from xkqian/add_server_finished by Ronald Cron · 3 years, 9 months ago
- 3306284 Change code base on comments by XiaokangQian · 3 years, 9 months ago
- f1a7ea8 Merge pull request #5092 from mprse/generate_key2 by Gilles Peskine · 3 years, 9 months ago
- ca14459 Run the dlopen test in shared library builds by Gilles Peskine · 3 years, 9 months ago
- c60c3a0 Include new getters in test suites by Max Fillinger · 3 years, 9 months ago
- 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- d0aa3e9 Inprove code base on review comments by XiaokangQian · 3 years, 9 months ago
- f13c560 Revert some changes about tls13 and macros by XiaokangQian · 3 years, 9 months ago
- a763498 Change code based on commetns by XiaokangQian · 3 years, 10 months ago
- b376eac Track upstreaming task in an issue by Bence Szépkúti · 3 years, 9 months ago
- cb28871 Document the values in EXPECTED_FAILURES by Bence Szépkúti · 3 years, 9 months ago
- e2855c3 Move to an updated fork of psa-arch-tests by Bence Szépkúti · 3 years, 9 months ago
- 260f5d9 Merge pull request #4953 from yuhaoth/pr/add-tls13-read-certificate-verfify by Ronald Cron · 3 years, 9 months ago
- 5398c10 Add return value check for cerificate verify by Jerry Yu · 3 years, 9 months ago
- 4db2624 Fix test bug: some classification flags were not tested by Gilles Peskine · 3 years, 9 months ago
- a4256c1 Ensure that all flags are actually tested by Gilles Peskine · 3 years, 9 months ago
- 4977e9f Add PSA_ALG_IS_HASH_AND_SIGN to the metadata tests by Gilles Peskine · 3 years, 11 months ago
- f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
- c1ec49e Test PSA_HASH_BLOCK_LENGTH by Gilles Peskine · 3 years, 11 months ago
- ef0d02e Explain why support_test_psa_compliance is needed by Bence Szépkúti · 3 years, 9 months ago
- b381841 Keep local clone around even if the test succeeds by Bence Szépkúti · 3 years, 9 months ago
- c63d160 Make directory creation code more compact by Bence Szépkúti · 3 years, 9 months ago
- 67fb314 Add licence header to script by Bence Szépkúti · 3 years, 9 months ago
- 34b5f56 Make main() suitable to being called from python by Bence Szépkúti · 3 years, 9 months ago
- 53de262 Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
- 386f582 Add a missing psa_crypto test suite test name by Andrzej Kurek · 3 years, 9 months ago
- 449781f Fix pylint errors by Bence Szépkúti · 3 years, 9 months ago
- 83aa604 Simplify regex and use named capture groups by Bence Szépkúti · 3 years, 9 months ago
- c2bac00 Use print(end='') to silence double newline by Bence Szépkúti · 3 years, 10 months ago
- d2ea2c0 Indicate errors interleaved with test suite output by Bence Szépkúti · 3 years, 10 months ago
- e3fcb50 Adapt generate_key() test code to mbedTLS standards by Przemyslaw Stekiel · 3 years, 9 months ago
- 7bc26b8 generate_psa_tests.py: add key generation result to test case argument list, add comments by Przemyslaw Stekiel · 3 years, 9 months ago
- 0dbe1df Merge pull request #4859 from brett-warren-arm/supported_groups by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 834886d Add certificate verify check by Jerry Yu · 3 years, 9 months ago
- 4313d3a Merge pull request #5010 from gilles-peskine-arm/psa-rsa-pss_any_salt by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 7f813d5 add group api tests by Brett Warren · 3 years, 10 months ago
- daac359 Change check condition order by Jerry Yu · 3 years, 9 months ago
- fed825a ssl_client2, ssl_server2: add check for psa memory leaks by Przemyslaw Stekiel · 3 years, 9 months ago
- f660c7c Merge pull request #4993 from xffbai/add-tls13-read-certificate by Ronald Cron · 3 years, 9 months ago
- ca9236b Make the changes easier to backport by Bence Szépkúti · 3 years, 10 months ago
- 136819f Merge pull request #4959 from gilles-peskine-arm/psa-add-aria by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 774b442 Merge pull request #5116 from gilles-peskine-arm/remove-greentea-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- da71054 Merge pull request #5011 from gilles-peskine-arm/test_ssl_o2-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 1df3db0 Add certificate success check by Jerry Yu · 3 years, 9 months ago
- 10fad74 Extend CCM*-no-tag tests by Mateusz Starzyk · 3 years, 9 months ago
- 937ac67 Disable client cert for gnutls tests by Jerry Yu · 3 years, 9 months ago
- cf1f376 Merge pull request #4937 from xkqian/add_tls13_encrypted_extension by Ronald Cron · 3 years, 9 months ago