mbedtls/tests/suites
Manuel Pégourié-Gonnard 2a0718d947 Merge branch 'development' into dtls
* development: (46 commits)
  Fix url again
  Fix small bug in base64_encode()
  Fix depend that was checked but not documented
  Fix dependency that was not checked
  Minor gitginore fixes
  Move some ignore patterns to subdirectories
  Ignore CMake/MSVC-related build files.
  Re-categorize changelog entry
  Fix misattribution
  Minor nits with stdout/stderr.
  Add cmake compatibility targets
  Add script for polarssl symlink creation
  Fix more stdio inclusion issues
  Add debug info for cert/suite selection
  Fix possible portability issue
  Fix bug in ssl_get_verify_result()
  aescrypt2.c local char array not initial
  Update Changelog
  Fix mips64 bignum implementation
  Fix usage string of ssl_client2
  ...

Conflicts:
	include/polarssl/ssl.h
	library/CMakeLists.txt
	library/Makefile
	programs/Makefile
	programs/ssl/ssl_client2.c
	programs/ssl/ssl_server2.c
	visualc/VS2010/PolarSSL.sln
	visualc/VS2010/mbedTLS.vcxproj
	visualc/VS6/mbedtls.dsp
	visualc/VS6/mbedtls.dsw
2015-01-29 11:29:12 +00:00
..
helpers.function Quit using deprecated header. 2015-01-23 17:38:09 +00:00
main_test.function fix main_test.function to use polarssl (f)printf functions 2015-01-28 15:28:27 +01:00
test_suite_aes.cbc.data
test_suite_aes.cfb.data
test_suite_aes.ecb.data
test_suite_aes.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_aes.rest.data
test_suite_arc4.data
test_suite_arc4.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_asn1write.data Add tests for asn1_write_ia5_string() 2014-06-10 15:38:43 +02:00
test_suite_asn1write.function Add tests for asn1_write_ia5_string() 2014-06-10 15:38:43 +02: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 Accept spaces at end of line/buffer in base64 2014-10-15 23:53:33 +02: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 Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_ccm.data Add test vectors for Camellia-CCM 2014-05-14 14:10:35 +02:00
test_suite_ccm.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02: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 Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02: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 Add test for ctr_drbg_update() input sanitizing 2015-01-13 14:56:59 +01:00
test_suite_debug.data Fix depends on individual curves in tests 2014-11-20 16:36:08 +01:00
test_suite_debug.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_des.data
test_suite_des.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_dhm.data
test_suite_dhm.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_ecdh.data
test_suite_ecdh.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_ecdsa.data Fix some curve-specific depends in tests 2014-06-24 16:55:17 +02:00
test_suite_ecdsa.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_ecp.data Add ecp_check_pub_priv() 2014-11-06 18:25:51 +01:00
test_suite_ecp.function Add ecp_check_pub_priv() 2014-11-06 18:25:51 +01:00
test_suite_entropy.data Add more tests for the entropy module 2014-06-10 15:38:44 +02:00
test_suite_entropy.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
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 Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_hmac_drbg.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02: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 Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_md.data Add test for bad arguments to MD functions 2014-06-23 11:54:57 +02:00
test_suite_md.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_mdx.data
test_suite_mdx.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02: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 Add test_suite_memory_buffer_alloc 2015-01-13 14:58:00 +01:00
test_suite_mpi.data Fix mpi_write_string() to write "00" as hex output for empty MPI 2014-07-10 15:27:10 +02:00
test_suite_mpi.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_pbkdf2.data
test_suite_pbkdf2.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_pem.data Potential buffer overwrite in pem_write_buffer() fixed 2014-04-11 13:58:05 +02:00
test_suite_pem.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_pk.data Add pk_check_pair() 2014-11-06 18:25:51 +01:00
test_suite_pk.function Fix dependency issues 2014-11-12 00:01:34 +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 Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_pkcs5.data Fix typos in comments 2014-06-25 14:45:24 +02:00
test_suite_pkcs5.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_pkparse.data
test_suite_pkparse.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_pkwrite.data Fix depends on individual curves in tests 2014-11-20 16:36:08 +01:00
test_suite_pkwrite.function Add 'exit' label and variable initialization to relevant test suite functions 2014-07-10 16:37:50 +02:00
test_suite_rsa.data Add rsa_check_pub_priv() 2014-11-06 18:25:51 +01:00
test_suite_rsa.function Add rsa_check_pub_priv() 2014-11-06 18:25:51 +01:00
test_suite_shax.data
test_suite_shax.function
test_suite_ssl.data Test and fix anti-replay functions 2014-10-21 16:32:34 +02:00
test_suite_ssl.function Test and fix anti-replay functions 2014-10-21 16:32:34 +02:00
test_suite_version.data Preparation for PolarSSL 1.4.0 2014-10-21 16:40:54 +02:00
test_suite_version.function Rename to mbed TLS in tests/ 2015-01-22 16:43:54 +00:00
test_suite_x509parse.data Fix curve dependency issues in X.509 test suite 2014-11-20 16:36:07 +01:00
test_suite_x509parse.function Rm spurious printf from test function 2015-01-28 15:28:28 +01:00
test_suite_x509write.data Support escaping of commas in x509_string_to_names() 2014-08-11 11:59:52 +02:00
test_suite_x509write.function Support escaping of commas in x509_string_to_names() 2014-08-11 11:59:52 +02:00
test_suite_xtea.data Add test vectors for XTEA CBC 2014-06-10 15:38:43 +02:00
test_suite_xtea.function Add test vectors for XTEA CBC 2014-06-10 15:38:43 +02:00