- 33f41a8 Add the mbedtls prefix to ssl_check_dtls_clihlo_cookie by Andrzej Kurek · 3 years, 2 months ago
- 862acb8 Add cookie parsing tests to test_suite_ssl by Andrzej Kurek · 3 years, 2 months ago
- ce02537 Merge pull request #5828 from wernerlewis/time_utc_2.28 by Dave Rodgman · 3 years, 2 months ago
- 1b54a05 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
- 47cfdfd Use TEST_LE_U in some places where it applies by Gilles Peskine · 3 years, 4 months ago
- d0d777e Separate the validation of the size macros and of the function by Gilles Peskine · 3 years, 4 months ago
- d48874f Improve PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE validation by Gilles Peskine · 3 years, 4 months ago
- 7d15029 Test psa_raw_key_agreement with a larger/smaller buffer by Gilles Peskine · 3 years, 4 months ago
- 529bf9d Merge pull request #5619 from mprse/backport_sig_ver_tests by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- a002660 Merge pull request #5733 from daverodgman/warmsocks_spellingfixes_2.28 by Dave Rodgman · 3 years, 3 months ago
- 12ddae8 Fix memcpy() UB in mbedtls_asn1_named_data() by Werner Lewis · 3 years, 3 months ago
- beb5ad7 Minor spelling / grammar improvements by Dave Rodgman · 3 years, 4 months ago
- 293e452 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
- 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
- 585a412 Merge pull request #5760 from tom-daubney-arm/2-28_correct_x509_flag_parse_tests by Gilles Peskine · 3 years, 3 months ago
- 9aa892b Merge pull request #5754 from gilles-peskine-arm/psa-storage-format-test-exercise-2.28 by Gilles Peskine · 3 years, 3 months ago
- 500e48f Consistently use "ARC4" in PSA docs and comments by Gilles Peskine · 3 years, 4 months ago
- 5aeb61c Improve readability and relevance of values by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- bcaba03 Expand negative coverage of ECDSA verification by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- b84f8d4 Corrects flag set in tests by Thomas Daubney · 3 years, 4 months ago
- 784e65b Add RC4 positive test by Gilles Peskine · 3 years, 4 months ago
- 4da5a85 cipher_alg_without_iv: also test multipart operations by Gilles Peskine · 3 years, 4 months ago
- 69d9817 cipher_alg_without_iv: generalized to also do decryption by Gilles Peskine · 3 years, 4 months ago
- 5f50420 cipher_encrypt_alg_without_iv: validate size macros independently by Gilles Peskine · 3 years, 4 months ago
- 4a83c10 Fix RC4 multipart PSA by Gilles Peskine · 3 years, 4 months ago
- c768600 Mbed TLS supports RC4 only with 128-bit keys by Gilles Peskine · 3 years, 4 months ago
- 65bc92a Don't try to perform operations when driver support is lacking by Gilles Peskine · 3 years, 5 months ago
- 8ddced5 Only exercise Brainpool curve keys on one algorithm by Gilles Peskine · 3 years, 5 months ago
- cb45170 Public keys can't be used as private-key inputs to key agreement by Gilles Peskine · 3 years, 5 months ago
- 3261124 Don't exercise OAEP with small key and large hash by Gilles Peskine · 3 years, 5 months ago
- ae93ee6 Reject block cipher modes that are not implemented in Mbed TLS by Gilles Peskine · 3 years, 5 months ago
- b0537ba Reject invalid MAC and AEAD truncations by Gilles Peskine · 3 years, 5 months ago
- c77f16b Test more truncated MAC and short AEAD tag lengths by Gilles Peskine · 3 years, 5 months ago
- 4eb1c7e 64-bit block ciphers are incompatible with some modes by Gilles Peskine · 3 years, 5 months ago
- 0de1143 Storage format tests: exercise operations with keys by Gilles Peskine · 3 years, 5 months ago
- 930ccef Abbreviate descriptions of generated PSA storage tests by Gilles Peskine · 3 years, 5 months ago
- d79aef5 Unify the code to shorten expressions by Gilles Peskine · 3 years, 5 months ago
- 6213a00 Storage format tests: cover algorithms for each key type by Gilles Peskine · 4 years, 3 months ago
- 989c13d Remove ad hoc is_valid_for_signature method by Gilles Peskine · 3 years, 5 months ago
- 96bf3d1 Add missing MBEDTLS_ECP_C dependency by Andrzej Kurek · 3 years, 4 months ago
- 9cb14d4 tests: fix bitflip comment by Andrzej Kurek · 3 years, 4 months ago
- ee9488d Prefer TEST_EQUAL over TEST_ASSERT in test suites by Andrzej Kurek · 3 years, 4 months ago
- 6dd489c raw_key_agreement_fail: Add a nominal run by Gilles Peskine · 3 years, 4 months ago
- 703a889 Remove redundant empty slot count check by Gilles Peskine · 3 years, 4 months ago
- 86029e0 Remove RSA & DTLS dependency in raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
- 99f6778 Change the bit to flip to guarantee failure by Andrzej Kurek · 3 years, 4 months ago
- 2582ba3 Change the number of expected free key slots by Andrzej Kurek · 3 years, 4 months ago
- 577939a Tests: add missing requirements for the raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
- 8985e1f Update raw key agreement test dependencies by Andrzej Kurek · 3 years, 4 months ago
- b4eedf7 Test failing raw_key_agreement in ssl mock tests by Andrzej Kurek · 3 years, 4 months ago
- 535cd17 Add a curves argument to mocked ssl tests by Andrzej Kurek · 3 years, 5 months ago
- a16d8fc Merge pull request #5697 from gilles-peskine-arm/psa-test-op-fail-2.28 by Gilles Peskine · 3 years, 4 months ago
- 263d8f7 Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C by Andrzej Kurek · 3 years, 4 months ago
- 161c5ee Use a plausible input size with asymmetric verification by Gilles Peskine · 3 years, 5 months ago
- c2fc241 Test attempts to use a public key for a private-key operation by Gilles Peskine · 4 years, 3 months ago
- 23cb12e A key agreement algorithm can contain a key derivation by Gilles Peskine · 4 years, 3 months ago
- d096445 In NOT_SUPPORTED test case descriptions, show what is not supported by Gilles Peskine · 4 years, 3 months ago
- 35409be Add a few manual test cases by Gilles Peskine · 3 years, 5 months ago
- f8b6b50 Systematically generate test cases for operation setup failure by Gilles Peskine · 3 years, 5 months ago
- a218047 Generate test cases for hash operation failure by Gilles Peskine · 4 years, 3 months ago
- c05158b New test suite for systematically generated operation failure tests by Gilles Peskine · 4 years, 3 months ago
- a296e48 Simplify key_for_usage_flags by Gilles Peskine · 3 years, 5 months ago
- 9618e0b Fix the order of added tests by Przemek Stekiel · 3 years, 4 months ago
- 52af769 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
- ce514de Merge pull request #5563 from AndrzejKurek/timeless-2.28 by Dave Rodgman · 3 years, 5 months ago
- 06ca188 Fix duplicated test case descriptions by Przemek Stekiel · 3 years, 5 months ago
- a24ae48 Add driver dispatch tests for RSA hash sign by Przemyslaw Stekiel · 3 years, 8 months ago
- 81af55b Add driver dispatch tests for RSA hash verify by Przemyslaw Stekiel · 3 years, 8 months ago
- e15ebe1 Add driver dispatch tests for RSA message sign by Przemyslaw Stekiel · 3 years, 8 months ago
- 5b97d534 Add driver dispatch tests for RSA message verify by Przemyslaw Stekiel · 3 years, 8 months ago
- 161005b Add the timing test dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
- b6889d1 Fix test_suite_md API violation by Ron Eldor · 7 years ago
- 53a07dc Modifies data files to match new test function name by Thomas Daubney · 3 years, 5 months ago
- 755cb9b Changes name of check_iv to iv_len_validity by Thomas Daubney · 3 years, 5 months ago
- 7c4a486 Initialise buffer before use by Thomas Daubney · 3 years, 5 months ago
- ac72f9c Initialise iv buffer before use by Thomas Daubney · 3 years, 5 months ago
- 55dfd8b BUGFIX: PSA test vectors use UID 1 instead of 0. by pespacek · 3 years, 6 months ago
- ecaca12 TEST: added psa_its_set expected failure test by pespacek · 3 years, 6 months ago
- 28a7c06 Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
- 981a0ce Formatting and documentation fixes by Andrzej Kurek · 3 years, 6 months ago
- 96c8f9e Add tests for import hooks in the driver wrappers by Andrzej Kurek · 3 years, 6 months ago
- ca664c7 Merge pull request #5255 from AndrzejKurek/chacha-iv-len-16-fixes-2.x by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- e001596 Add missing MBEDTLS_ASN1_WRITE_C dependency in test_suite_psa_crypto by Andrzej Kurek · 3 years, 7 months ago
- c60cc1d Add missing dependency on MBEDTLS_GCM_C in cipher tests by Andrzej Kurek · 3 years, 7 months ago
- d41dab3 Bump version to 2.28.0 by Dave Rodgman · 3 years, 8 months ago
- 08412e2 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.28.0rc0-pr by Dave Rodgman · 3 years, 8 months ago
- 5752b4b Add expected output for tests by Paul Elliott · 3 years, 8 months ago
- 270a264 Simplify Input usage macros by Paul Elliott · 3 years, 8 months ago
- 73051b4 Rename (and relabel) pkcs12 test case by Paul Elliott · 3 years, 8 months ago
- 8ca8f2d Remove incorrect test dependency by Paul Elliott · 3 years, 8 months ago
- 1a3540a Fix missing test dependancies by Paul Elliott · 3 years, 9 months ago
- 13d5a34 Add PKCS12 tests by Paul Elliott · 3 years, 9 months ago
- 3fc0d30 Don't fail until everything is initialized by Gilles Peskine · 3 years, 8 months ago
- 68b64cd Add checked return to cipher setup by Paul Elliott · 3 years, 8 months ago
- f554ce2 Delete base64_invasive.h due to functions are moved to the constant-time module by Gabor Mezei · 3 years, 9 months ago
- 46f79c3 Move mbedtls_ct_uchar_mask_of_range function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
- 7464f37 Rename functions to have suitable name by Gabor Mezei · 3 years, 9 months ago
- e672820 Add a missing test case to ChaCha20 tests - decrypt empty buffer by Andrzej Kurek · 3 years, 8 months ago
- d353043 Return an error for IV lengths other than 12 with ChaCha20+Poly1305 by Andrzej Kurek · 3 years, 8 months ago
- 5375fd9 Return an error for IV lengths other than 12 with ChaCha20 by Andrzej Kurek · 3 years, 8 months ago