- b18c67a tls13: ssl-opt.sh: Add test of default crypto algo by Ronald Cron · 2 years, 6 months ago
- 0a1c504 tls13: Fix session resumption with 384 bits PSKs by Ronald Cron · 2 years, 6 months ago
- 25e9ec6 tls13: server: Select preferred cipher suite by Ronald Cron · 2 years, 6 months ago
- 718eb4f Merge pull request #7025 from AndrzejKurek/uri_san by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- e2a9f86 Merge pull request #6971 from gabor-mezei-arm/6026_Secp192r1_fast_reduction by Gilles Peskine · 2 years, 6 months ago
- c5e2a4f Merge pull request #6937 from valeriosetti/issue6886 by Gilles Peskine · 2 years, 6 months ago
- 570a0f8 Move to DER certificates for new x509 tests by Andrzej Kurek · 2 years, 6 months ago
- 319a567 Merge pull request #7084 from daverodgman/sizemax-uintmax by Dave Rodgman · 2 years, 6 months ago
- 4077372 Fix SHA requirement for SAN URI tests by Andrzej Kurek · 2 years, 7 months ago
- 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
- 1b08d42 test: fix: replace CAN_ECDSA_SOME with CAN_ECDSA_SIGN+CAN_ECDSA_VERIFY when both are needed by Valerio Setti · 2 years, 6 months ago
- 16f02e0 test: adjust include after PK_CAN_ECDSA_SOME was moved by Valerio Setti · 2 years, 6 months ago
- d928aeb test_suite_ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
- ed02bb1 test_suite_debug: replace ECDSA_C with new ECDSA macros by Valerio Setti · 2 years, 6 months ago
- 5dc6867 test: don't skip debug and ssl suites in test parity for driver only ECDSA by Valerio Setti · 2 years, 6 months ago
- d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 23d4b8b Add check for test by Gabor Mezei · 2 years, 6 months ago
- a9d82dd Keep the description in one place, just refer it by Gabor Mezei · 2 years, 6 months ago
- 178b5bd pk: move MBEDTLS_PK_CAN_ECDSA_SOME macro to pk.h and fix tests by Valerio Setti · 2 years, 6 months ago
- a119cb6 test: remove redundant ECDSA_C dependencies from test_suite_x509parse.data by Valerio Setti · 2 years, 6 months ago
- daa6595 Merge pull request #7046 from mpg/cleanup-md-tests by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 1e4abae Merge pull request #7048 from KloolK/record-size-limit/extend-test-framework by Janos Follath · 2 years, 6 months ago
- 641288b Restore test guards by Dave Rodgman · 2 years, 6 months ago
- 91e8321 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
- a476363 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
- d26d744 Restore guards on a couple of tests by Dave Rodgman · 2 years, 6 months ago
- 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
- 25fd51f test: add missing include in test_suite_x509parse by Valerio Setti · 2 years, 6 months ago
- 3196ceb Merge pull request #7052 from yanrayw/7008-compatsh-disable-VERIFY-for-PSK by Gilles Peskine · 2 years, 6 months ago
- b009559 Merge pull request #7049 from KloolK/typos by Gilles Peskine · 2 years, 6 months ago
- b8531c4 Merge pull request #6882 from AndrzejKurek/x509_san_parsing_testing-dev by Gilles Peskine · 2 years, 6 months ago
- a22749e Merge pull request #6816 from nick-child-ibm/pkcs7_coverage by Dave Rodgman · 2 years, 6 months ago
- 834e65d Merge pull request #6499 from xkqian/tls13_write_end_of_early_data by Ronald Cron · 2 years, 6 months ago
- 2189fda Use TEST_EQUAL in one more place in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- a9a1b21 Use ASSERT_COMPARE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 4f70b3c Fix pylint warning by Dave Rodgman · 2 years, 6 months ago
- c7c94df pkcs7/test: Format generate test script by Nick Child · 2 years, 6 months ago
- 00a6c6f test: fix for using proper sign/verify macros by Valerio Setti · 2 years, 6 months ago
- 40df835 all.sh: fix comment for test_psa_crypto_config_accel_ecdsa_use_psa by Valerio Setti · 2 years, 6 months ago
- fcc6933 test: fix disparities in x509parse and x509write suites by Valerio Setti · 2 years, 6 months ago
- b9dc251 test: add SHA1 to the supported algs in accelerated ECDSA by Valerio Setti · 2 years, 6 months ago
- c8801b7 test: x509: remove disparities in driver only testing for ECDSA by Valerio Setti · 2 years, 6 months ago
- 9cb1aa2 Merge pull request #6970 from valeriosetti/issue6857 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 0de0d86 Rebase code to restore reco-delay and fix some style issues by Xiaokang Qian · 2 years, 6 months ago
- 3038297 compat.sh: simplify code of iterating on VERIFY for PSK tests by Yanray Wang · 2 years, 6 months ago
- 57a138d Update message log for end of early data test cases by Xiaokang Qian · 2 years, 8 months ago
- 7ed30e5 Fix the issue that gnutls server doesn't support packet by Xiaokang Qian · 2 years, 8 months ago
- 94dd1dd Update test case to indicate parsing of end of early data by Xiaokang Qian · 2 years, 8 months ago
- 125afcb Add end-of-early-data write by Xiaokang Qian · 2 years, 9 months ago
- 3dafc6c pkcs7: Drop support for signature in contentInfo of signed data by Nick Child · 2 years, 6 months ago
- 7dcdc13 Change SHA256_C to HAS_ALG_SHA256_VIA[..] in x509 tests by Andrzej Kurek · 2 years, 7 months ago
- 5d82c3b X.509: Improve negative testing for SubjectAltName parsing by Hanno Becker · 6 years ago
- db305ff X.509: Improve negative testing for SubjectAltName parsing by Hanno Becker · 6 years ago
- a0c806a Merge pull request #7003 from lpy4105/issue/do-not-run-x86-tests-on-arm64 by Gilles Peskine · 2 years, 6 months ago
- 3f9961b compat.sh: remove G_CLIENT_PRIO as it's not used by Yanray Wang · 2 years, 6 months ago
- a89c4d5 compat.sh: display "no" even if $VERIFY=YES for PSK test cases by Yanray Wang · 2 years, 6 months ago
- 5d646e7 compat.sh: do not filter PSK ciphersuites for GnuTLS if $VERIFY=YES by Yanray Wang · 2 years, 6 months ago
- c66a46f compat.sh: remove check_openssl_server_bug by Yanray Wang · 2 years, 6 months ago
- 35c0ead compat.sh: avoid running duplicate test cases for PSK by Yanray Wang · 2 years, 6 months ago
- dae7057 compat.sh: ignore $VERIFY in PSK TYPE by Yanray Wang · 2 years, 6 months ago
- bf74f52 test: add a comment specifying why restartable cannot be tested by Valerio Setti · 2 years, 6 months ago
- 4836374 test: ECDSA driver only: fixing disparities in tests by Valerio Setti · 2 years, 6 months ago
- 4e0278d test: ECDSA driver only: disable ECP_RESTARTABLE by Valerio Setti · 2 years, 6 months ago
- 4e26df9 test: ECDSA driver_only: verify disparities in PK by Valerio Setti · 2 years, 6 months ago
- 1aabe5c Fix typos by Jan Bruckner · 2 years, 6 months ago
- aa31b19 Extend test framework for Record Size Limit Extension by Jan Bruckner · 2 years, 6 months ago
- cced352 Fix style in test_suite_md.function by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 50886c2 pkcs7/test: Add test for parsing a disabled algorithm by Nick Child · 2 years, 6 months ago
- 6291cc2 pkcs7/test: Remove f strings in generator script by Nick Child · 2 years, 6 months ago
- 0cfb08d Merge pull request #6922 from mprse/csr_v3 by Gilles Peskine · 2 years, 6 months ago
- f5e2331 Use TEST_EQUAL when applicable in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- b707bed Avoid unnecessary copy in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 4ba98f5 Use MBEDTLS_MD_MAX_SIZE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- c90514e Use MD type not string to in MD test data by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 753ad17 Merge pull request #6982 from aditya-deshpande-arm/check-files-characters by Gilles Peskine · 2 years, 6 months ago
- e2db23d Merge pull request #6902 from yanrayw/6651-enable-cipher-suite-names-consistent by Gilles Peskine · 2 years, 6 months ago
- bae8d2a Merge pull request #7028 from daverodgman/sizeof-brackets by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- d56def5 Merge pull request #6946 from valeriosetti/issue6856 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 131ec93 Remove the additional dot in output of compat.sh by Yanray Wang · 2 years, 6 months ago
- 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
- 00c1ccb depends.py: fix typo and slightly reorganized code by Valerio Setti · 2 years, 6 months ago
- ebb2269 Allow whole Box Drawings range by Aditya Deshpande · 2 years, 6 months ago
- c92df3b all.sh: test_m32_xx is not supported on arm64 host by Pengyu Lv · 2 years, 10 months ago
- 2038ce9 Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
- 95ecaaf Add test generation support for the ecp module by Gabor Mezei · 2 years, 7 months ago
- 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
- a0c15d0 pkcs7/test: Add test cases for pkcs7 with 3 signers by Nick Child · 2 years, 6 months ago
- 951f700 pkcs7/test: Allocate hash dynamically by Nick Child · 2 years, 6 months ago
- c547447 pkcs7/test: Let verify take dynamic number of certs by Nick Child · 2 years, 6 months ago
- ec81709 pkcs7: Ensure all data in asn1 structure is accounted for by Nick Child · 2 years, 8 months ago
- 4983ddf test/pkcs7: Add more tests for better coverage by Nick Child · 2 years, 8 months ago
- b781770 test/pkcs7: Add helper function by Nick Child · 2 years, 8 months ago
- e8a8116 test/pkcs7: Add test for expired cert by Nick Child · 2 years, 8 months ago
- ff2746f test/pkcs7: Add test for wrong hash alg by Nick Child · 2 years, 8 months ago
- 15b6dd0 Modify comments to make them more inclusive by Aditya Deshpande · 2 years, 6 months ago
- ea63708 Allow specific Box Drawing UTF characters that are used in Markdown trees in check_files.py by Aditya Deshpande · 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