]> granicus.if.org Git - php/commit
MFH: Tests from Munich PHP Testfest 2008
authorDavid Soria Parra <dsp@php.net>
Sat, 17 May 2008 23:29:14 +0000 (23:29 +0000)
committerDavid Soria Parra <dsp@php.net>
Sat, 17 May 2008 23:29:14 +0000 (23:29 +0000)
commit3e52aaf16d95a48fff5abfd04a4fb8a3d3aa33a9
treebb1534fb48ec7fbfa886c293ddb065817eb82625
parent4aa4f1fabbdf4273786a9373bfae35a8b2945fd8
MFH: Tests from Munich PHP Testfest 2008
31 files changed:
ext/mcrypt/tests/mcrypt_cbc.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_cbf.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_create_iv.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_create_iv.phpt~ [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_decrypt.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_ecb.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_enc_get_algorithms_name.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_enc_get_block_size.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_enc_get_iv_size.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_enc_get_key_size.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_enc_get_mode_name.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_enc_get_supported_key_sizes.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_enc_is_block_algorithm.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_enc_is_block_algorithm_mode.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_enc_is_block_mode.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_enc_self_test.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_get_block_size.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_get_cipher_name.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_get_iv_size.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_get_key_size.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_list_algorithms.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_list_modes.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_module_get_algo_block_size.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_module_get_algo_key_size.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_module_get_supported_key_sizes.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_module_is_block_algorithm.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_module_is_block_algorithm_mode.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_module_is_block_mode.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_module_open.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_module_self_test.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_ofb.phpt [new file with mode: 0644]