mbedtls/tests/suites
2013-08-19 14:02:21 +02:00
..
helpers.function Introduced own scripted test framework to replace fct.h and reduce 2013-08-16 13:51:37 +02:00
main_test.function Enhanced test output presentation 2013-08-19 14:02:21 +02:00
test_suite_aes.cbc.data Split up largest test suite data files into smaller chunks 2013-04-08 18:09:51 +02:00
test_suite_aes.cfb.data Split up largest test suite data files into smaller chunks 2013-04-08 18:09:51 +02:00
test_suite_aes.ecb.data Split up largest test suite data files into smaller chunks 2013-04-08 18:09:51 +02:00
test_suite_aes.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_aes.rest.data Split up largest test suite data files into smaller chunks 2013-04-08 18:09:51 +02:00
test_suite_arc4.data RFC6229 ARC4 test vectors added to testsuite 2013-07-19 14:51:31 +02:00
test_suite_arc4.function - Fixed a whole bunch of dependencies on defines between files, examples and tests 2011-05-26 13:16:06 +00:00
test_suite_base64.data - Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO 2011-04-25 15:28:35 +00:00
test_suite_base64.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_blowfish.data Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_blowfish.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_camellia.data - Fixed a whole bunch of dependencies on defines between files, examples and tests 2011-05-26 13:16:06 +00:00
test_suite_camellia.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_cipher.aes.data Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_cipher.blowfish.data Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_cipher.camellia.data Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_cipher.des.data Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_cipher.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_cipher.null.data - Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by default! 2012-02-06 16:45:10 +00:00
test_suite_cipher.padding.data Fixed expected test result case for unknown padding modes 2013-08-15 11:41:39 +02:00
test_suite_ctr_drbg.data - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator 2011-11-27 14:46:59 +00:00
test_suite_ctr_drbg.function Made ctr_drbg_init_entropy_len() non-static and defined 2013-06-25 16:47:55 +02:00
test_suite_debug.data Fix some 'depends' in tests 2013-07-17 15:59:44 +02:00
test_suite_debug.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_des.data - Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO 2011-04-25 15:28:35 +00:00
test_suite_des.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_dhm.data - Created better DHM tests 2009-07-27 20:37:44 +00:00
test_suite_dhm.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_ecdh.data Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_ecdh.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_ecdsa.data Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_ecdsa.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_ecp.data Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_ecp.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_error.data - Fixed a whole bunch of dependencies on defines between files, examples and tests 2011-05-26 13:16:06 +00:00
test_suite_error.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_gcm.decrypt_128.data Split up GCM into a start/update/finish cycle 2013-06-26 15:08:29 +02:00
test_suite_gcm.decrypt_192.data Split up GCM into a start/update/finish cycle 2013-06-26 15:08:29 +02:00
test_suite_gcm.decrypt_256.data Split up GCM into a start/update/finish cycle 2013-06-26 15:08:29 +02:00
test_suite_gcm.encrypt_128.data Split up GCM into a start/update/finish cycle 2013-06-26 15:08:29 +02:00
test_suite_gcm.encrypt_192.data Split up GCM into a start/update/finish cycle 2013-06-26 15:08:29 +02:00
test_suite_gcm.encrypt_256.data Split up GCM into a start/update/finish cycle 2013-06-26 15:08:29 +02:00
test_suite_gcm.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_hmac_shax.data SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly 2013-06-30 14:34:05 +02:00
test_suite_hmac_shax.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_md.data SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly 2013-06-30 14:34:05 +02:00
test_suite_md.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_mdx.data - Fixed faulty HMAC-MD2 implementation (Fixes ticket #37) 2011-10-06 14:18:49 +00:00
test_suite_mdx.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_mpi.data Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_mpi.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_pbkdf2.data - Added PKCS#5 PBKDF2 key derivation function 2012-08-23 13:03:18 +00:00
test_suite_pbkdf2.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_pkcs1_v21.data OID functionality moved to a separate module. 2013-04-07 22:00:46 +02:00
test_suite_pkcs1_v21.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_pkcs5.data PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated 2013-06-25 15:06:52 +02:00
test_suite_pkcs5.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_rsa.data SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly 2013-06-30 14:34:05 +02:00
test_suite_rsa.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_shax.data SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly 2013-06-30 14:34:05 +02:00
test_suite_shax.function Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} 2013-06-30 14:49:12 +02:00
test_suite_version.data Prepared for PolarSSL 1.2.6 release 2013-03-11 11:38:44 +01:00
test_suite_version.function - Fixed a whole bunch of dependencies on defines between files, examples and tests 2011-05-26 13:16:06 +00:00
test_suite_x509parse.data Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_x509parse.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_x509write.data SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly 2013-06-30 14:34:05 +02:00
test_suite_x509write.function Adapted .function files and .data files to new test framework 2013-08-16 13:51:37 +02:00
test_suite_xtea.data - Fixed a whole bunch of dependencies on defines between files, examples and tests 2011-05-26 13:16:06 +00:00
test_suite_xtea.function - Fixed a whole bunch of dependencies on defines between files, examples and tests 2011-05-26 13:16:06 +00:00