- cbb34b9 Add missing KEX DHE-RSA requirement for one ssl test by Andrzej Kurek · 2 years, 7 months ago
- eeb8624 Add missing RSA-type dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
- 01bdab3 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
- 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 6d08dba Fix test function derive_key_exercise() by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 63c8be6 Merge pull request #6753 from mpg/restartable-docfix-2.28 by Gilles Peskine · 2 years, 8 months ago
- 4b3806e Merge pull request #6688 from gilles-peskine-arm/generate_test_code-function_comments-2.28 by Gilles Peskine · 2 years, 8 months ago
- df31076 Fix missing dependency declaration in test by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 4547eae Merge pull request #984 from Mbed-TLS/mbedtls-2.28.2-merge-back by Dave Rodgman · 2 years, 8 months ago
- 97ead79 Merge pull request #6204 from wernerlewis/ecp_group_test_2.28 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 7428c61 Bump LTS version to 2.28.2 by Aditya Deshpande · 2 years, 8 months ago
- 5c581dd Merge pull request #6735 from daverodgman/fix_test_dep_spelling_2.28 by Dave Rodgman · 2 years, 8 months ago
- 9889c66 Merge pull request #6710 from gilles-peskine-arm/valgrind-cf-skip-tests-2.28 by Dave Rodgman · 2 years, 8 months ago
- 9d7b8ea Fix spelling of test dependency by Dave Rodgman · 2 years, 8 months ago
- 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
- 13e7307 Create a separate test suite for constant-time functions by Gilles Peskine · 2 years, 8 months ago
- 3daa98e Move constant-time HMAC testing to its own suite by Gilles Peskine · 2 years, 8 months ago
- d3ad55e Allow comments in prototypes of unit test functions by Gilles Peskine · 2 years, 9 months ago
- ed179db Merge pull request #6657 from gilles-peskine-arm/psa-ecb-null-0-2.28 by Dave Rodgman · 2 years, 8 months ago
- b400fb0 Merge pull request #6452 from AndrzejKurek/depends-py-reloaded-2-28 by Dave Rodgman · 2 years, 9 months ago
- 01bf631 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 9 months ago
- f675727 Remove blowfish tests from test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
- b358e46 Merge pull request #6618 from gilles-peskine-arm/mpi_sint-min-ub-2.28 by Gilles Peskine · 2 years, 9 months ago
- de1629a Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
- e530b5b Merge pull request #6579 from gilles-peskine-arm/negative-zero-from-add-2.28 by Janos Follath · 2 years, 9 months ago
- 8d82664 Merge pull request #6509 from valeriosetti/issue4577-backport by Manuel Pégourié-Gonnard · 2 years, 9 months ago
- d3f7df4 Adding unit test for mbedtls_x509write_csr_set_extension() by Valerio Setti · 2 years, 10 months ago
- 020ab7f Add additional (would fail) test cases for mpi_mod_int with 0 remainder by Tom Cosgrove · 2 years, 9 months ago
- 5c307b9 Use mbedtls_mpi_sint not mbedtls_mpi_uint in mpi_mod_int test by Tom Cosgrove · 2 years, 9 months ago
- c2c6fcb Enable mpi_mod_int test case to take full-range MPI integers by Tom Cosgrove · 2 years, 9 months ago
- 92c5d31 Add negative zero as an input to automatically generated tests by Gilles Peskine · 2 years, 9 months ago
- 53a7206 Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
- ee78b6e For binary operations, test both x op y and y op x by Gilles Peskine · 2 years, 9 months ago
- 676df8e Merge pull request #6578 from gilles-peskine-arm/bignum-test-suite-names-2.28 by Gilles Peskine · 2 years, 9 months ago
- d7d5e9a Merge pull request #6536 from davidhorstmann-arm/2.28-change-test-templating-syntax by Gilles Peskine · 2 years, 9 months ago
- d5c76cf Avoid having both test_suite_XXX.data and test_suite_XXX.*.data by Gilles Peskine · 2 years, 10 months ago
- 5b68608 Rename test_suite_bignum for consistency with bignum.{h,c} by Gilles Peskine · 2 years, 10 months ago
- cb49210 Merge pull request #6380 from Kabbah/backport2.28-x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
- 14bae83 Change test templating syntax to be valid C by David Horstmann · 2 years, 9 months ago
- 0bbe758 Merge pull request #6191 from daverodgman/invalid-ecdsa-pubkey-backport-2.28 by Dave Rodgman · 2 years, 9 months ago
- 6d61d83 Build fix - remove line of dead code by Dave Rodgman · 2 years, 9 months ago
- 584200c Update tests/suites/test_suite_ecdsa.function by Dave Rodgman · 2 years, 9 months ago
- 31788cd Add missing SHA256 dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
- 9821253 Add missing CBC dependency in test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
- d654171 Merge pull request #6477 from AndrzejKurek/fix-cipher-deps-2-28 by Gilles Peskine · 2 years, 9 months ago
- 2e0a115 Merge pull request #6483 from gilles-peskine-arm/psa-pkparse-pkwrite-2.28 by Ronald Cron · 2 years, 9 months ago
- c527796 Merge pull request #6392 from davidhorstmann-arm/2.28-fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
- c037ba9 Add some missing dependencies on PKCS12 for encrypted keys by Gilles Peskine · 2 years, 9 months ago
- bfcf2d1 test_suite_pk: Add missing dependencies on MBEDTLS_PEM_PARSE_C by Gilles Peskine · 2 years, 10 months ago
- 8f3577a test_suite_dhm: Add missing dependencies on MBEDTLS_PEM_PARSE_C by Gilles Peskine · 2 years, 10 months ago
- 4e10fb2 Add mbedtls_dhm_parse_dhmfile test case with DER input by Gilles Peskine · 2 years, 10 months ago
- 84fc52c Formatting & cosmetic fixes by Andrzej Kurek · 2 years, 10 months ago
- 6c4226c Change brace initialization to memset by David Horstmann · 2 years, 10 months ago
- 8eb3ed5 Minor fixes to x509_get_name() test function by David Horstmann · 2 years, 10 months ago
- 4a67c35 Improve X509 DN test naming by David Horstmann · 2 years, 10 months ago
- 94cbd30 Add explanatory comments to raw DER test data by David Horstmann · 2 years, 10 months ago
- 36b3b7c Fix test dependencies for cases that are PSA-based by Andrzej Kurek · 2 years, 10 months ago
- ed01319 Add missing ECB requirements for PSA cipher aes tests by Andrzej Kurek · 2 years, 10 months ago
- 0d3b3a8 Move MBEDTLS_ECP_C requirements to test_suite_ssl.function by Andrzej Kurek · 2 years, 10 months ago
- e470821 Add missing SHA dependencies by Andrzej Kurek · 2 years, 10 months ago
- 3de1c78 Fix blowfish padding dependencies by Andrzej Kurek · 2 years, 10 months ago
- 9155e7f Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
- 0b56ce0 Fix the memory allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
- dc4a252 Fix tls 1.3 test dependencies by Andrzej Kurek · 2 years, 10 months ago
- 7ddb53c Fix unchecked allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
- 4d95934 Add missing ECP and ECDH dependencies in ssl test suites by Andrzej Kurek · 2 years, 10 months ago
- 4ed670f Add missing key exchange dependencies by Andrzej Kurek · 2 years, 10 months ago
- 0d2982b Refactor ssl test suite to use pointers more by Andrzej Kurek · 2 years, 10 months ago
- 773a461 Fix missing AES dependencies by Andrzej Kurek · 2 years, 10 months ago
- e8955e1 Fix missing padding dependencies by Andrzej Kurek · 2 years, 10 months ago
- 8ffd8a6 Fix missing cipher mode dependencies by Andrzej Kurek · 2 years, 10 months ago
- d44d3ea Fix usage of ASSERT_ALLOC() by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- 279188f Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28 by Gilles Peskine · 2 years, 10 months ago
- 207b874 Merge pull request #6307 from wernerlewis/bignum_test_script_2.28 by Gilles Peskine · 2 years, 10 months ago
- c2e95fa Merge pull request #6394 from mprse/enc_types_2_28_backport by Gilles Peskine · 2 years, 10 months ago
- f9c91ce Merge pull request #6387 from gilles-peskine-arm/bignum-mbedtls_test_read_mpi_core-2.28 by Janos Follath · 2 years, 10 months ago
- 0d72141 Revert "Add MBEDTLS_CIPHER_MODE_AEAD dependency to auth_crypt_tv() test function" by Przemek Stekiel · 2 years, 10 months ago
- d84ed27 No need to use MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED in tests by Gilles Peskine · 2 years, 11 months ago
- 802353c Add MBEDTLS_CIPHER_MODE_AEAD dependency to auth_crypt_tv() test function by Przemek Stekiel · 2 years, 10 months ago
- 77ecc6e Add mbedtls_x509_get_name memory leak unit test by David Horstmann · 2 years, 10 months ago
- b79d0dd test_suite_cmac.data: fix bug: use cipher type instead cipher id by Przemek Stekiel · 2 years, 10 months ago
- 249fcca test_suite_cipher.function: always include aes.h by Przemek Stekiel · 2 years, 10 months ago
- 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
- 34cb462 Move the definition of data_t to a header file by Gilles Peskine · 2 years, 11 months ago
- 7e5426d Add a new test with a binary hwSerialNum by Victor Barpp Gomes · 2 years, 10 months ago
- fb4723a Print RFC 4108 hwSerialNum in hex format by Victor Barpp Gomes · 2 years, 10 months ago
- 1b5800d Add initialization for structures by Gabor Mezei · 2 years, 10 months ago
- 92ca1bc Add initialization for structures by Gabor Mezei · 2 years, 11 months ago
- 58a7a06 Add initialization for structures by Gabor Mezei · 2 years, 10 months ago
- 53cac34 Simplify test for ecdsa_verify by Dave Rodgman · 3 years ago
- 3852c70 Improve test descriptions by Dave Rodgman · 3 years ago
- bcbe333 Paramaterise ecdsa_verify test case more clearly by Dave Rodgman · 3 years ago
- b9579fd Minor tidy-up by Dave Rodgman · 3 years ago
- 622b048 Fix duplicate test names by Dave Rodgman · 3 years ago
- c763e17 Add missing newlines by Dave Rodgman · 3 years ago
- 535dcce Add unit tests for ECDSA with invalid public key by Dave Rodgman · 3 years ago
- 05998a0 Add file generated by generate_bignum_tests.py by Werner Lewis · 2 years, 11 months ago
- 2b984de Restore vbuf value after modification by Werner Lewis · 2 years, 11 months ago
- 9a3463c Add explicit mbedtls_ecp_tls_read_group_id call by Werner Lewis · 2 years, 11 months ago
- c1498b3 Add leading zeros to group metadata by Werner Lewis · 2 years, 11 months ago