..
helpers.function
On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings
2014-04-30 16:02:38 +02:00
main_test.function
Potential buffer overwrite in pem_write_buffer() fixed
2014-04-11 13:58:05 +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_base64.data
test_suite_base64.function
Split assignment and assert check into seperate lines in tests
2014-04-17 16:07:20 +02:00
test_suite_blowfish.data
test_suite_blowfish.function
Fix depend issues in test suites for cipher modes
2014-03-13 19:25:06 +01:00
test_suite_camellia.data
test_suite_camellia.function
Fix depend issues in test suites for cipher modes
2014-03-13 19:25:06 +01:00
test_suite_ccm.data
Add test vectors for Camellia-CCM
2014-05-14 14:10:35 +02:00
test_suite_ccm.function
CCM operations allow input == output
2014-05-14 14:10:35 +02:00
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
Add tests for CCM via cipher layer
2014-05-20 17:26:16 +02:00
test_suite_cipher.des.data
test_suite_cipher.function
Add tests for CCM via cipher layer
2014-05-20 17:26:16 +02:00
test_suite_cipher.gcm.data
test_suite_cipher.null.data
test_suite_cipher.padding.data
Add test for cipher_list()
2014-04-04 16:42:44 +02:00
test_suite_ctr_drbg.data
test_suite_ctr_drbg.function
test_suite_debug.data
Add debug_set_threshold() and thresholding of messages
2014-04-25 16:58:16 +02:00
test_suite_debug.function
Add debug_set_threshold() and thresholding of messages
2014-04-25 16:58:16 +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
Add test for des_key_check_weak()
2014-04-04 16:42:44 +02:00
test_suite_dhm.data
Add test for dhm_parse_dhmfile
2014-04-04 16:42:44 +02:00
test_suite_dhm.function
Add test for dhm_parse_dhmfile
2014-04-04 16:42:44 +02:00
test_suite_ecdh.data
test_suite_ecdh.function
test_suite_ecdsa.data
test_suite_ecdsa.function
Split assignment and assert check into seperate lines in tests
2014-04-17 16:07:20 +02:00
test_suite_ecp.data
Fix broken tests due to changed error code
2014-03-26 14:12:20 +01:00
test_suite_ecp.function
Split assignment and assert check into seperate lines in tests
2014-04-17 16:07:20 +02:00
test_suite_error.data
test_suite_error.function
Also test backwards compat strerror() function
2014-04-04 16:33:00 +02:00
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
Split assignment and assert check into seperate lines in tests
2014-04-17 16:07:20 +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
Also test shax_hmac_reset in test_suite_hmac_shax
2014-04-04 16:42:44 +02:00
test_suite_md.data
Minimally test md_process and associated wrappers
2014-04-04 16:42:44 +02:00
test_suite_md.function
Split assignment and assert check into seperate lines in tests
2014-04-17 16:07:20 +02:00
test_suite_mdx.data
test_suite_mdx.function
Replaced strcpy() with strncpy() in tests suites
2014-04-17 16:06:37 +02:00
test_suite_mpi.data
test_suite_mpi.function
Check additional return values in some test cases
2014-04-17 17:24:23 +02:00
test_suite_pbkdf2.data
test_suite_pbkdf2.function
test_suite_pem.data
Potential buffer overwrite in pem_write_buffer() fixed
2014-04-11 13:58:05 +02:00
test_suite_pem.function
Potential buffer overwrite in pem_write_buffer() fixed
2014-04-11 13:58:05 +02:00
test_suite_pk.data
Add tests and fix bugs for RSA-alt contexts
2014-04-04 17:46:46 +02:00
test_suite_pk.function
Add tests and fix bugs for RSA-alt contexts
2014-04-04 17:46:46 +02:00
test_suite_pkcs1_v21.data
test_suite_pkcs1_v21.function
Refactored RSA to have random generator in every RSA operation
2013-08-30 10:30:02 +02:00
test_suite_pkcs5.data
test_suite_pkcs5.function
test_suite_pkparse.data
Add test for SpecifiedECDomain
2014-03-19 16:50:59 +01:00
test_suite_pkparse.function
test_suite_pkwrite.data
test_suite_pkwrite.function
Check additional return values in some test cases
2014-04-17 17:24:23 +02:00
test_suite_rsa.data
rsa_check_pubkey() now allows an E up to N
2014-04-30 13:43:51 +02:00
test_suite_rsa.function
test_suite_shax.data
test_suite_shax.function
test_suite_version.data
Prepped for 1.3.7 release
2014-05-01 14:27:19 +02:00
test_suite_version.function
version_check_feature() added to check for compile-time options at run-time
2014-04-30 11:49:44 +02:00
test_suite_x509parse.data
Add basic PSS cert verification
2014-06-04 12:09:08 +02:00
test_suite_x509parse.function
Add tests for parsing CSRs
2014-06-02 16:10:29 +02:00
test_suite_x509write.data
Fix curve dependencies in *keyusage tests
2014-04-29 15:06:41 +02:00
test_suite_x509write.function
Split assignment and assert check into seperate lines in tests
2014-04-17 16:07:20 +02:00
test_suite_xtea.data
test_suite_xtea.function