- 51ec06a Add test function for ecp_mod_p192_raw by Gabor Mezei · 2 years, 6 months ago
- 470f10c Merge pull request #6941 from gabor-mezei-arm/6375_quasi-reduction_function by Gilles Peskine · 2 years, 6 months ago
- aae6125 Merge pull request #6883 from valeriosetti/issue6843 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- e28397a Merge pull request #6938 from aditya-deshpande-arm/check-names-exclusions by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 18b9b03 test: add test for a full length serial of 0xFF by Valerio Setti · 2 years, 6 months ago
- a87f839 test: improve error handling in x509_set_serial_check() by Valerio Setti · 2 years, 6 months ago
- 169d9e6 Merge pull request #6802 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- b82977a Merge pull request #6962 from davidhorstmann-arm/fix-check-python-errors by Gilles Peskine · 2 years, 6 months ago
- 81505e4 Merge pull request #6917 from yanrayw/6658-not-print-Terminated-ubuntu-22.04 by Gilles Peskine · 2 years, 6 months ago
- af4815c x509: replace/fix name of new function for setting serial by Valerio Setti · 2 years, 6 months ago
- f0c7579 Fix a missing type hint warning by David Horstmann · 2 years, 6 months ago
- 86c90fc Rename variables to follow the naming convention by Gabor Mezei · 2 years, 6 months ago
- ee2aff2 Add check for test input by Gabor Mezei · 2 years, 6 months ago
- 00d3e96 Merge pull request #6855 from mpg/driver-only-ecdsa-starter by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 4455fd2 Merge pull request #6531 from AndrzejKurek/depends-py-kex-fixes by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 9073f7d Remove unneeded check by Gabor Mezei · 2 years, 6 months ago
- e81a2b8 Change the fix_quasi_reduction function to static by Gabor Mezei · 2 years, 6 months ago
- aaa1d2a Move the quasi reduction fixing function to bignum_mod_raw by Gabor Mezei · 2 years, 6 months ago
- d84902f Add issue numbers to TODO comments by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- bc19a0b Fix missing SHA-224 in test driver build by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 5a2e026 Improve a few comments & documentation by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 98682b5 Remove obsolete comment from depends.py by Andrzej Kurek · 2 years, 7 months ago
- 3e0769b Merge pull request #6832 from daverodgman/fast-unaligned-ct by Janos Follath · 2 years, 7 months ago
- 58c721e Add TEST_CF_SECRET to mbedtls_ct_memcpy_if_eq test by Dave Rodgman · 2 years, 7 months ago
- 22b0d1a Test memcmp with differences starting after the first byte by Dave Rodgman · 2 years, 7 months ago
- 95ec58c Remove not-needed stdio include from tests by Dave Rodgman · 2 years, 7 months ago
- 39188c0 Add unit tests for mbedtls_ct_memcmp and mbedtls_ct_memcpy_if_eq by Dave Rodgman · 2 years, 8 months ago
- 1a034dc Add regression test by Dave Rodgman · 2 years, 7 months ago
- dc3b154 Fix test guards by Dave Rodgman · 2 years, 7 months ago
- 723b877 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
- a86cef3 Add missing KEX DHE-RSA requirement for one ssl test by Andrzej Kurek · 2 years, 7 months ago
- 9113df8 Add missing RSA-type dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
- 2566679 Add metadata test case for PSA_ALG_TLS12_ECJPAKE_TO_PMS by Gilles Peskine · 2 years, 8 months ago
- 4db02f2 Add SECRET input validation test cases for PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS by Gilles Peskine · 2 years, 8 months ago
- 763ffdd Add metadata test case for PSA_ALG_CCM_STAR_NO_TAG by Gilles Peskine · 2 years, 8 months ago
- bba2630 Add ECJPAKE secret input types to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
- cafda87 Fix documentation by Gilles Peskine · 2 years, 8 months ago
- 0e9e442 NotSupported is specifically about key types by Gilles Peskine · 2 years, 8 months ago
- 7e14c66 Fix lint issues by Gabor Mezei · 2 years, 7 months ago
- 340d4c8 Merge pull request #6616 from lpy4105/6551-tls13-SessionTicket-kex-change-check by Ronald Cron · 2 years, 7 months ago
- 714ae65 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
- 1ff7336 depends.py: enable key exchange tests by Andrzej Kurek · 2 years, 9 months ago
- a38db2a Add missing inlcude by Gabor Mezei · 2 years, 7 months ago
- 308132f Add test generation support for the ecp module by Gabor Mezei · 2 years, 7 months ago
- 65fc9f7 Add tests for ecp quasi-reduction by Gabor Mezei · 2 years, 7 months ago
- 0584df4 Minor changes to account for CodeParser.parse_identifiers being used in list_internal_identifiers.py by Aditya Deshpande · 2 years, 7 months ago
- 461b825 Merge pull request #6865 from scop/patch-1 by Dave Rodgman · 2 years, 7 months ago
- dd8ac67 Update check_names.py so that identifiers in excluded files are still compared against the output of nm. by Aditya Deshpande · 2 years, 7 months ago
- 2bfd716 simplify test case dependencies and test commands by Pengyu Lv · 2 years, 7 months ago
- fc0e79e Have compat.sh and ssl-opt.sh not return success for > 255 errors by Tom Cosgrove · 2 years, 7 months ago
- 1288597 Redirect stdout/stderr to SRV_OUT by Yanray Wang · 2 years, 7 months ago
- 05f940b Remove Terminated message from stdout by Yanray Wang · 2 years, 7 months ago
- c1334d9 correct test case dependencies by Pengyu Lv · 2 years, 7 months ago
- 06cf66d unroll test cases to improve coverage of check_test_cases in all.sh by Pengyu Lv · 2 years, 8 months ago
- 302feb3 add cases to test session resumption with different ticket_flags by Pengyu Lv · 2 years, 8 months ago
- 856cec4 test: x509: add more tests for checking certificate serial by Valerio Setti · 2 years, 7 months ago
- b8dc18f test: fix: remove invalid comment by Valerio Setti · 2 years, 7 months ago
- ea19d2d changelog: fixed typos by Valerio Setti · 2 years, 7 months ago
- aad8dbd test: fix tests for x509write_crt_set_serial(_new) by Valerio Setti · 2 years, 7 months ago
- 41b5fb6 test: ensure X509 has no dependency on BIGNUM when built without MBEDTLS_DEPRECATED_REMOVED by Valerio Setti · 2 years, 7 months ago
- 5d164c4 fix: add missing deprecation guards by Valerio Setti · 2 years, 7 months ago
- da0afcc x509: remove direct dependency from BIGNUM_C by Valerio Setti · 2 years, 7 months ago
- 378ecdd Rename VS2010 directory to VS2013 and update Makefiles etc by Dave Rodgman · 2 years, 7 months ago
- c848d22 Switch code style check to enforcement mode by Gilles Peskine · 2 years, 8 months ago archive/new-code-style/development archive/new-code-style/test/6802/target features/new-code-style/development features/new-code-style/test/6802/target
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- c55c343 Merge pull request #6884 from gilles-peskine-arm/check-files-unicode by Gilles Peskine · 2 years, 7 months ago
- 83c5ad4 Merge pull request #6787 from yuhaoth/pr/workaround-gnutls_anti_replay_fail by Ronald Cron · 2 years, 7 months ago
- 3900bdd Merge pull request #6823 from mpg/unify-openssl-variables by Gilles Peskine · 2 years, 7 months ago
- 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 6e666c2 Remove obsolete comment by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 3368724 Merge pull request #6870 from valeriosetti/issue6831 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 2c12185 test: fix dependencies on function and data files by Valerio Setti · 2 years, 7 months ago
- 1e868cc fix several typos and extra blank spaces by Valerio Setti · 2 years, 7 months ago
- a15af37 Change time resolution of reco_delay from second to millionseconds by Jerry Yu · 2 years, 8 months ago
- f05b6ee Revert "Skip early data basic check temp" by Jerry Yu · 2 years, 8 months ago
- b178036 Merge pull request #6873 from mpg/fix-derive-key-exercise by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- d11bb47 Reject invalid UTF-8 and weird characters in text files by Gilles Peskine · 2 years, 7 months ago
- b389743 Pass line number to issue_with_line by Gilles Peskine · 2 years, 7 months ago
- 0ed9e78 Treat more *.bin files as binary by Gilles Peskine · 2 years, 7 months ago
- cd0a565 Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototype by Gilles Peskine · 2 years, 7 months ago
- c6967d2 Tune output format of analyze_outcomes.py by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 8510105 Remove libtestdriver1 with 'make clean' by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 10e3963 Add comparison of accel_ecdsa against reference by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 171c45f Add component accel_ecdsa_use_psa by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 6d7db93 Enable TLS 1.3 in accelerated ECDSA test by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 200fd0f Add comments to accel_ecdsa component by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 462e3a9 all.sh: restore config_test_driver.h automatically by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 67419f0 tls: fix + save code size when DEBUG_C is not enabled by Valerio Setti · 2 years, 7 months ago
- 9502b56 Fix test function derive_key_exercise() by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- e1655b8 test: add test for building without BIGNUM_C by Valerio Setti · 2 years, 7 months ago
- 73260b6 test: extend test_suite_ssl for testing new functions by Valerio Setti · 2 years, 7 months ago
- 3322f61 test: verify that TLS and X509 are independent from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago
- 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 66edfe4 Use `grep -E` instead of `egrep` by Ville Skyttä · 2 years, 7 months ago
- b4b0bb7 Merge pull request #5907 from mpg/use-psa-rsa-pss by Janos Follath · 2 years, 7 months ago
- 4511ca0 Use PSS-signed CRL for PSS tests by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- ea8c88f test: fix some descriptions by Valerio Setti · 2 years, 7 months ago
- 6ea0a8d Disable 'wrong salt len' PK test with USE_PSA by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- c963bb1 test: remove SHA224 from default test driver config by Valerio Setti · 2 years, 7 months ago
- 77b1452 test: fix error in test_suite_ssl by Valerio Setti · 2 years, 8 months ago