David Horstmann 071dd3579c Add testcases for overlong encoding of OIDs
Signed-off-by: David Horstmann <david.horstmann@arm.com>
2023-02-20 14:44:18 +00:00
..
helpers.function Switch to the new code style 2023-01-11 14:52:35 +01:00
host_test.function Switch to the new code style 2023-01-11 14:52:35 +01:00
main_test.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_aes.cbc.data
test_suite_aes.cfb.data
test_suite_aes.ecb.data
test_suite_aes.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_aes.ofb.data
test_suite_aes.rest.data
test_suite_aes.xts.data
test_suite_arc4.data
test_suite_arc4.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_aria.data aria: Remove duplicate test cases 2019-09-20 15:58:27 +02:00
test_suite_aria.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_asn1parse.data Merge pull request #350 from gilles-peskine-arm/asn1-tests-parse_prefixes-trailing_garbage 2020-02-05 15:40:22 +00:00
test_suite_asn1parse.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_asn1write.data Fix copypasta in test data 2022-06-29 11:04:48 +02:00
test_suite_asn1write.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_base64.data Move the list of Base64 digits out of the test data 2021-10-25 21:24:23 +02:00
test_suite_base64.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_bignum.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_bignum.generated.data Add negative zero as an input to automatically generated tests 2022-11-10 15:15:25 +01:00
test_suite_bignum.misc.data Merge pull request #6618 from gilles-peskine-arm/mpi_sint-min-ub-2.28 2022-11-21 19:52:03 +01:00
test_suite_blowfish.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_blowfish.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_camellia.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_camellia.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_ccm.data Merge pull request #3772 from frestr/bugfix/ccm_add_length 2020-10-21 22:31:48 +02:00
test_suite_ccm.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_chacha20.data
test_suite_chacha20.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_chachapoly.data
test_suite_chachapoly.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_cipher.aes.data Fix test dependencies for cases that are PSA-based 2022-10-24 05:40:55 -04:00
test_suite_cipher.arc4.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_cipher.aria.data Fix missing padding dependencies 2022-10-18 06:11:21 -04:00
test_suite_cipher.blowfish.data Fix blowfish padding dependencies 2022-10-20 06:43:55 -04:00
test_suite_cipher.camellia.data Fix missing padding dependencies 2022-10-18 06:11:21 -04:00
test_suite_cipher.ccm.data Fix test dependencies for cases that are PSA-based 2022-10-24 05:40:55 -04:00
test_suite_cipher.chacha20.data Modifies data files to match new test function name 2022-03-02 16:54:41 +00:00
test_suite_cipher.chachapoly.data Modifies data files to match new test function name 2022-03-02 16:54:41 +00:00
test_suite_cipher.des.data Fix missing padding dependencies 2022-10-18 06:11:21 -04:00
test_suite_cipher.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_cipher.gcm.data Fix test dependencies for cases that are PSA-based 2022-10-24 05:40:55 -04:00
test_suite_cipher.misc.data
test_suite_cipher.nist_kw.data Test data: replace "::" by ":" 2019-09-20 16:01:59 +02:00
test_suite_cipher.null.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_cipher.padding.data
test_suite_cmac.data Fix missing AES dependencies 2022-10-18 07:05:55 -04:00
test_suite_cmac.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_constant_time_hmac.data Move constant-time HMAC testing to its own suite 2022-12-01 19:49:36 +01:00
test_suite_constant_time_hmac.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_constant_time.data Create a separate test suite for constant-time functions 2022-12-01 19:49:36 +01:00
test_suite_constant_time.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_ctr_drbg.data Remove selftest dependency in the test suite 2019-11-21 13:49:20 +01:00
test_suite_ctr_drbg.function Fix use of sizeof without brackets 2023-02-02 12:46:39 +00:00
test_suite_debug.data Remove radix arg from bignum tests 2022-08-01 15:57:06 +01:00
test_suite_debug.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_des.data
test_suite_des.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_dhm.data test_suite_dhm: Add missing dependencies on MBEDTLS_PEM_PARSE_C 2022-10-25 20:08:29 +02:00
test_suite_dhm.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_ecdh.data
test_suite_ecdh.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_ecdsa.data Simplify test for ecdsa_verify 2022-09-23 10:42:33 +01:00
test_suite_ecdsa.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_ecjpake.data Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-04-28 18:22:20 +01:00
test_suite_ecjpake.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_ecp.data Add leading zeros to group metadata 2022-09-20 10:03:24 +01:00
test_suite_ecp.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_entropy.data Merge pull request #3616 from militant-daos/bug_3175 2021-03-30 17:33:08 +02:00
test_suite_entropy.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_error.data
test_suite_error.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_gcm.aes128_de.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_gcm.aes128_en.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_gcm.aes192_de.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_gcm.aes192_en.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_gcm.aes256_de.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_gcm.aes256_en.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_gcm.camellia.data
test_suite_gcm.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_gcm.misc.data
test_suite_hkdf.data
test_suite_hkdf.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_hmac_drbg.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_hmac_drbg.misc.data Declare test dependencies on !SHA512_NO_SHA384 2020-01-06 11:40:23 +01:00
test_suite_hmac_drbg.no_reseed.data Declare test dependencies on !SHA512_NO_SHA384 2020-01-06 11:40:23 +01:00
test_suite_hmac_drbg.nopr.data Declare test dependencies on !SHA512_NO_SHA384 2020-01-06 11:40:23 +01:00
test_suite_hmac_drbg.pr.data Declare test dependencies on !SHA512_NO_SHA384 2020-01-06 11:40:23 +01:00
test_suite_md.data Use MD type not string to in MD test data 2023-02-06 13:12:51 +01:00
test_suite_md.function Use TEST_EQUAL in one more place in test_suite_md 2023-02-09 09:26:23 +01:00
test_suite_mdx.data
test_suite_mdx.function Address missed instances of sizeof 2023-02-02 15:34:23 +00:00
test_suite_memory_buffer_alloc.data More accurate test case description 2019-10-31 15:07:35 +01:00
test_suite_memory_buffer_alloc.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_mps.data Add unit test for integer overflow in mbedtls_mps_reader_reclaim() 2021-03-29 14:20:18 +01:00
test_suite_mps.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_net.data Add test for mbedtls_net_poll beyond FD_SETSIZE 2021-02-25 15:56:48 +01:00
test_suite_net.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_nist_kw.data Uniquify test case descriptions 2019-09-20 15:59:31 +02:00
test_suite_nist_kw.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_oid.data Add testcases for overlong encoding of OIDs 2023-02-20 14:44:18 +00:00
test_suite_oid.function Add tests for mbedtls_oid_get_numeric_string() 2023-02-20 14:44:18 +00:00
test_suite_pem.data Fix missing AES dependencies 2022-10-18 07:05:55 -04:00
test_suite_pem.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_pk.data test_suite_pk: Add missing dependencies on MBEDTLS_PEM_PARSE_C 2022-10-25 20:08:38 +02:00
test_suite_pk.function Fix use of sizeof without brackets 2023-02-02 12:46:39 +00:00
test_suite_pkcs1_v15.data Remove radix arg from bignum tests 2022-08-01 15:57:06 +01:00
test_suite_pkcs1_v15.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_pkcs1_v21.data Added random material in the pkcs1 v21 salt length = max tests 2021-01-10 16:31:09 +01:00
test_suite_pkcs1_v21.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_pkcs5.data Fix missing padding dependencies 2022-10-18 06:11:21 -04:00
test_suite_pkcs5.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_pkcs12.data Add expected output for tests 2021-12-13 11:15:28 +00:00
test_suite_pkcs12.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_pkparse.data Add some missing dependencies on PKCS12 for encrypted keys 2022-10-25 21:08:39 +02:00
test_suite_pkparse.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_pkwrite.data pk_write test cases with short/long private key 2019-11-05 15:32:53 +01:00
test_suite_pkwrite.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_poly1305.data
test_suite_poly1305.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_crypto_attributes.data Update PSA crypto test dependencies 2021-03-24 09:26:44 +01:00
test_suite_psa_crypto_attributes.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_crypto_driver_wrappers.data Fix the order of added tests 2022-04-04 14:29:50 +02:00
test_suite_psa_crypto_driver_wrappers.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_crypto_entropy.data Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-04-28 18:22:20 +01:00
test_suite_psa_crypto_entropy.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_crypto_generate_key.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_crypto_generate_key.generated.data Add generated test data 2021-11-09 14:41:28 +01:00
test_suite_psa_crypto_hash.data Update PSA crypto test dependencies 2021-03-24 09:26:44 +01:00
test_suite_psa_crypto_hash.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_crypto_init.data CTR_DRBG: define a constant for the default entropy nonce length 2019-10-23 19:47:05 +02:00
test_suite_psa_crypto_init.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_crypto_metadata.data Correct block size for MD2 2021-11-03 13:19:02 +01:00
test_suite_psa_crypto_metadata.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_crypto_not_supported.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_crypto_not_supported.generated.data Add generated test data 2021-11-09 14:41:28 +01:00
test_suite_psa_crypto_not_supported.misc.data New test suite for not-supported cases: key creation (import, generate) 2021-02-17 14:50:17 +01:00
test_suite_psa_crypto_op_fail.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_crypto_op_fail.generated.data Public keys can't be used as private-key inputs to key agreement 2022-04-15 16:15:48 +02:00
test_suite_psa_crypto_op_fail.misc.data Consistently use "ARC4" in PSA docs and comments 2022-04-25 09:49:39 +02:00
test_suite_psa_crypto_persistent_key.data Add warnings to test code and data about storage format stability 2022-06-30 13:57:27 +02:00
test_suite_psa_crypto_persistent_key.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_crypto_se_driver_hal_mocks.data Update SE support to pass a location when registering a driver 2020-05-11 11:15:26 +02:00
test_suite_psa_crypto_se_driver_hal_mocks.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_crypto_se_driver_hal.data Add ARIA to the PSA API 2021-10-08 18:28:15 +02:00
test_suite_psa_crypto_se_driver_hal.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_crypto_slot_management.data Remove dependency of builtin keys on storage 2021-09-11 22:31:06 +05:30
test_suite_psa_crypto_slot_management.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_crypto_storage_format.current.data Public keys can't be used as private-key inputs to key agreement 2022-04-15 16:15:48 +02:00
test_suite_psa_crypto_storage_format.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_crypto_storage_format.misc.data Remove obsolete MBEDTLS_xxx dependencies 2021-07-21 19:26:50 +02:00
test_suite_psa_crypto_storage_format.v0.data Mbed TLS supports RC4 only with 128-bit keys 2022-04-20 20:58:04 +02:00
test_suite_psa_crypto.data Fix spelling of test dependency 2022-12-06 14:47:46 +00:00
test_suite_psa_crypto.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_psa_its.data BUGFIX: PSA test vectors use UID 1 instead of 0. 2022-02-16 15:48:40 +01:00
test_suite_psa_its.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_random.data Explain the "external RNG large" test case 2021-02-16 15:46:06 +01:00
test_suite_random.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_rsa.data Remove radix arg from bignum tests 2022-08-01 15:57:06 +01:00
test_suite_rsa.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_shax.data Declare test dependencies on !SHA512_NO_SHA384 2020-01-06 11:40:23 +01:00
test_suite_shax.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_ssl.data Add missing key exchange requirements to test_suite_ssl 2023-01-19 17:12:38 -05:00
test_suite_ssl.function Add missing dependencies on certs.c in unit tests 2023-02-01 18:47:58 +01:00
test_suite_timing.data Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C 2022-04-08 08:34:41 -04:00
test_suite_timing.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_version.data Bump LTS version to 2.28.2 2022-12-08 11:05:11 +00:00
test_suite_version.function Switch to the new code style 2023-01-11 14:52:35 +01:00
test_suite_x509parse.data X.509: Improve negative testing for SubjectAltName parsing 2023-02-08 08:57:49 -05:00
test_suite_x509parse.function Fix use of sizeof without brackets 2023-02-02 12:46:39 +00:00
test_suite_x509write.data test: x509: add function for testing long serials 2023-01-13 08:40:26 +01:00
test_suite_x509write.function Merge pull request #6919 from valeriosetti/issue6843-backport 2023-01-30 13:09:09 +01:00
test_suite_xtea.data
test_suite_xtea.function Switch to the new code style 2023-01-11 14:52:35 +01:00