mbedtls/tests/suites
Gilles Peskine 7344e1bd05 SHA-1 deprecation: allow it in key exchange
By default, keep allowing SHA-1 in key exchange signatures. Disabling
it causes compatibility issues, especially with clients that use
TLS1.2 but don't send the signature_algorithms extension.

SHA-1 is forbidden in certificates by default, since it's vulnerable
to offline collision-based attacks.
2017-06-06 19:09:02 +02:00
..
helpers.function Allow test suites to be run on Windows 2017-02-20 21:47:29 +00:00
main_test.function Fix snprintf test 2015-06-26 14:10:13 +02:00
test_suite_aes.cbc.data
test_suite_aes.cfb.data
test_suite_aes.ecb.data
test_suite_aes.function
test_suite_aes.rest.data
test_suite_arc4.data
test_suite_arc4.function
test_suite_asn1write.data
test_suite_asn1write.function
test_suite_base64.data Add test for base64 output length 2015-09-30 16:31:10 +02:00
test_suite_base64.function
test_suite_blowfish.data
test_suite_blowfish.function
test_suite_camellia.data
test_suite_camellia.function
test_suite_ccm.data
test_suite_ccm.function
test_suite_cipher.aes.data
test_suite_cipher.arc4.data
test_suite_cipher.blowfish.data
test_suite_cipher.camellia.data
test_suite_cipher.ccm.data
test_suite_cipher.des.data
test_suite_cipher.function Fix small issues in tests found by Coverity 2015-06-24 01:08:09 +02:00
test_suite_cipher.gcm.data
test_suite_cipher.null.data
test_suite_cipher.padding.data
test_suite_ctr_drbg.data
test_suite_ctr_drbg.function
test_suite_debug.data Change SSL debug API in the library 2015-06-23 18:44:11 +02:00
test_suite_debug.function Merging iotssl-457-badtail with development branch 2015-09-03 13:06:01 +01:00
test_suite_des.data
test_suite_des.function
test_suite_dhm.data
test_suite_dhm.function
test_suite_ecdh.data
test_suite_ecdh.function
test_suite_ecdsa.data
test_suite_ecdsa.function
test_suite_ecp.data Add invalid key tests for curve SECP224K1 2017-02-28 18:55:25 +00:00
test_suite_ecp.function Add invalid key tests for curve SECP224K1 2017-02-28 18:55:25 +00:00
test_suite_entropy.data
test_suite_entropy.function
test_suite_error.data
test_suite_error.function
test_suite_gcm.aes128_de.data
test_suite_gcm.aes128_en.data
test_suite_gcm.aes192_de.data
test_suite_gcm.aes192_en.data
test_suite_gcm.aes256_de.data
test_suite_gcm.aes256_en.data
test_suite_gcm.camellia.data
test_suite_gcm.function
test_suite_hmac_drbg.function
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_md.data
test_suite_md.function Fix small issues in tests found by Coverity 2015-06-24 01:08:09 +02:00
test_suite_mdx.data
test_suite_mdx.function
test_suite_memory_buffer_alloc.data
test_suite_memory_buffer_alloc.function
test_suite_mpi.data Fix buffer overflow in mbedtls_mpi_write_string() 2017-03-02 22:58:05 +00:00
test_suite_mpi.function Improved on the fix of #309 and extended the test to cover subroutines. 2016-01-08 14:48:00 +01:00
test_suite_pem.data Fix generate_code.pl to handle escaped : 2017-02-02 14:43:44 +00:00
test_suite_pem.function Add tests for overreads in pem_read_buffer() 2016-11-21 11:09:47 +00:00
test_suite_pk.data Add PK tests to avoid hashlen overflow for RSA 2017-02-25 20:37:43 +00:00
test_suite_pk.function Add PK tests to avoid hashlen overflow for RSA 2017-02-25 20:37:43 +00:00
test_suite_pkcs1_v15.data Add tests to cover PKCS1 v1.5 signature functions. 2016-05-18 19:36:03 +01:00
test_suite_pkcs1_v15.function Remove unused code from PKCS1v15 test suite 2016-05-18 19:36:04 +01:00
test_suite_pkcs1_v21.data
test_suite_pkcs1_v21.function
test_suite_pkcs5.data
test_suite_pkcs5.function Fix small issues in tests found by Coverity 2015-06-24 01:08:09 +02:00
test_suite_pkparse.data Fix failing pkparse test case 2017-03-02 21:11:16 +00:00
test_suite_pkparse.function
test_suite_pkwrite.data
test_suite_pkwrite.function Finish test in pkwrite 2015-08-19 10:24:34 +02:00
test_suite_rsa.data Restore P>Q in RSA key generation (#558) 2016-10-13 00:58:09 +01:00
test_suite_rsa.function Restore P>Q in RSA key generation (#558) 2016-10-13 00:58:09 +01:00
test_suite_shax.data
test_suite_shax.function
test_suite_ssl.data
test_suite_ssl.function
test_suite_version.data Update version number to 2.1.7 for release 2017-03-08 16:29:31 +00:00
test_suite_version.function
test_suite_x509parse.data SHA-1 deprecation: allow it in key exchange 2017-06-06 19:09:02 +02:00
test_suite_x509parse.function Allow SHA-1 in X.509 and TLS tests 2017-06-06 19:08:23 +02:00
test_suite_x509write.data
test_suite_x509write.function Add test for bounds in X509 DER write funcs 2016-10-11 16:52:06 +01:00
test_suite_xtea.data
test_suite_xtea.function