mbedtls/tests/suites
Hanno Becker 175668a8fd Address issues found by coverity
1) The MPI test for prime generation missed a return value
   check for a call to `mpi_shift_r`. This is neither
   critical nor new but should be fixed.

2) The RSA keygeneration example program contained code
   initializing an RSA context after a potentially failing
   call to CTR DRBG initialization, leaving the corresponding
   RSA context free call in the cleanup section orphaned.
   The commit fixes this by moving the initializtion of the
   RSA context prior to the first potentially failing call.
2018-01-10 11:24:43 +00:00
..
helpers.function Merge branch 'pr_1083' into mbedtls-1.3 2017-11-28 18:42:21 +01:00
main_test.function Allow comments in test data files 2017-10-02 11:20:39 +02:00
test_suite_aes.cbc.data
test_suite_aes.cfb.data
test_suite_aes.ecb.data
test_suite_aes.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_aes.rest.data
test_suite_arc4.data
test_suite_arc4.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_asn1write.data Add tests for asn1_write_ia5_string() 2014-06-10 15:38:43 +02:00
test_suite_asn1write.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_base64.data Accept spaces at end of line/buffer in base64 2014-10-15 23:53:33 +02:00
test_suite_base64.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_blowfish.data
test_suite_blowfish.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_camellia.data
test_suite_camellia.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_ccm.data Add test vectors for Camellia-CCM 2014-05-14 14:10:35 +02:00
test_suite_ccm.function Fix compile warning in tests/ 2015-02-10 14:37:49 +00:00
test_suite_cipher.aes.data
test_suite_cipher.arc4.data
test_suite_cipher.blowfish.data Merge more test improvements and tests 2014-06-24 11:12:00 +02:00
test_suite_cipher.camellia.data
test_suite_cipher.ccm.data Add tests for CCM via cipher layer 2014-05-20 17:26:16 +02:00
test_suite_cipher.des.data Add tests vectors for (3)DES via cipher layer 2014-06-23 11:52:59 +02:00
test_suite_cipher.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_cipher.gcm.data
test_suite_cipher.null.data
test_suite_cipher.padding.data Add tests for bad arguments to cipher functions 2014-06-23 11:54:57 +02:00
test_suite_ctr_drbg.data
test_suite_ctr_drbg.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_debug.data Fix depends on individual curves in tests 2014-11-20 16:36:08 +01:00
test_suite_debug.function Fix thread-safety issue in debug.c 2015-06-29 18:52:57 +02:00
test_suite_des.data Add test for des_key_check_weak() 2014-04-04 16:42:44 +02:00
test_suite_des.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_dhm.data Add test case for dh params with privateValueLength 2015-04-15 13:50:29 +02:00
test_suite_dhm.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_ecdh.data
test_suite_ecdh.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_ecdsa.data Add tests for invalid private parameters in ecdsa_sign() 2017-11-20 15:54:05 +00:00
test_suite_ecdsa.function Add tests for invalid private parameters in ecdsa_sign() 2017-11-20 15:54:05 +00:00
test_suite_ecp.data Add invalid key tests for curve SECP224K1 2017-02-28 18:58:10 +00:00
test_suite_ecp.function Add invalid key tests for curve SECP224K1 2017-02-28 18:58:10 +00:00
test_suite_entropy.data Fix typos in entropy test data 2017-09-08 10:36:26 +01:00
test_suite_entropy.function Guard some tests by presence of default entropy 2017-09-08 10:56:19 +01:00
test_suite_error.data
test_suite_error.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_gcm.aes128_de.data Backport 1.3: check if iv is zero in gcm. 2017-07-20 00:33:27 +02:00
test_suite_gcm.aes128_en.data Backport 1.3: check if iv is zero in gcm. 2017-07-20 00:33:27 +02:00
test_suite_gcm.aes192_de.data Backport 1.3: check if iv is zero in gcm. 2017-07-20 00:33:27 +02:00
test_suite_gcm.aes192_en.data Backport 1.3: check if iv is zero in gcm. 2017-07-20 00:33:27 +02:00
test_suite_gcm.aes256_de.data Backport 1.3: check if iv is zero in gcm. 2017-07-20 00:33:27 +02:00
test_suite_gcm.aes256_en.data Backport 1.3: check if iv is zero in gcm. 2017-07-20 00:33:27 +02:00
test_suite_gcm.camellia.data
test_suite_gcm.function Backport 1.3: check if iv is zero in gcm. 2017-07-20 00:33:27 +02:00
test_suite_hmac_drbg.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_hmac_drbg.misc.data
test_suite_hmac_drbg.no_reseed.data
test_suite_hmac_drbg.nopr.data
test_suite_hmac_drbg.pr.data
test_suite_hmac_shax.data
test_suite_hmac_shax.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_md.data Allow comments in test data files 2017-10-02 11:20:39 +02:00
test_suite_md.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_mdx.data Allow comments in test data files 2017-10-02 11:20:39 +02:00
test_suite_mdx.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_memory_buffer_alloc.data Add test_suite_memory_buffer_alloc 2015-01-13 14:58:00 +01:00
test_suite_memory_buffer_alloc.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_mpi.data Abort modular inversion when modulus is one. 2017-05-11 16:02:20 +01:00
test_suite_mpi.function Address issues found by coverity 2018-01-10 11:24:43 +00:00
test_suite_pbkdf2.data
test_suite_pbkdf2.function Fix tests to work with DEPRECATED_REMOVED 2015-03-23 14:11:11 +01:00
test_suite_pem.data Add negative testing for pem_read_buffer() 2017-05-30 17:30:09 +01:00
test_suite_pem.function Add negative testing for pem_read_buffer() 2017-05-30 17:30:09 +01:00
test_suite_pk.data Add PK tests to avoid hashlen overflow for RSA 2017-02-15 10:44:07 +00:00
test_suite_pk.function Add PK tests to avoid hashlen overflow for RSA 2017-02-15 10:44:07 +00:00
test_suite_pkcs1_v15.data Add tests to cover PKCS1 v1.5 signature functions. 2016-05-18 20:08:16 +01:00
test_suite_pkcs1_v15.function Add tests to cover PKCS1 v1.5 signature functions. 2016-05-18 20:08:16 +01:00
test_suite_pkcs1_v21.data Add rsa_rsassa_pss_verify_ext() 2014-06-05 14:02:05 +02:00
test_suite_pkcs1_v21.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_pkcs5.data Fix typos in comments 2014-06-25 14:45:24 +02:00
test_suite_pkcs5.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_pkparse.data Add tests for encrypted 2048 and 4096-bit RSA keys 2017-10-06 14:31:51 +01:00
test_suite_pkparse.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_pkwrite.data Fix depends on individual curves in tests 2014-11-20 16:36:08 +01:00
test_suite_pkwrite.function Fix pkwrite test that were failing on mingw32 2015-08-19 10:20:25 +02:00
test_suite_rsa.data Allow comments in test data files 2017-10-02 11:20:39 +02:00
test_suite_rsa.function Guard some tests by presence of default entropy 2017-09-08 10:56:19 +01:00
test_suite_shax.data Allow comments in test data files 2017-10-02 11:20:39 +02:00
test_suite_shax.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00
test_suite_version.data Update version to 1.3.21 2017-08-10 11:52:14 +01:00
test_suite_version.function modify scripts/* and tests/* to use polarssl_snprintf 2015-02-13 13:50:26 +00:00
test_suite_x509parse.data Improve leap year test names in x509parse.data 2017-10-12 21:18:21 +01:00
test_suite_x509parse.function Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA 2017-07-28 13:16:50 +01:00
test_suite_x509write.data Extend x509write_crt suite by RSA_ALT signing test 2017-10-05 08:37:56 +01:00
test_suite_x509write.function Minor style and typo corrections 2017-10-05 08:37:56 +01:00
test_suite_xtea.data Add test vectors for XTEA CBC 2014-06-10 15:38:43 +02:00
test_suite_xtea.function change test function includes to use one convention 2015-02-10 11:28:46 +00:00