]> granicus.if.org Git - php/commit
MCrypt tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows and Linux but not Linux...
authorAnt Phillips <ant@php.net>
Thu, 11 Dec 2008 10:20:37 +0000 (10:20 +0000)
committerAnt Phillips <ant@php.net>
Thu, 11 Dec 2008 10:20:37 +0000 (10:20 +0000)
commit99e65a945e2f0ea9f3d0f804ab7e66ca6eb898bc
tree1bed54278ba508897d048d3f5a6e40cce09c7ede
parentd5b6ae48f792fc0d7590137b57927ae9fe9cf495
MCrypt tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows and Linux but not Linux 64 bit or 5.3).
34 files changed:
ext/mcrypt/tests/mcrypt_cbc_3des_decrypt.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_cbc_3des_encrypt.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_cbc_error.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_cbc_variation1.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_cbc_variation2.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_cbc_variation3.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_cbc_variation4.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_cbc_variation5.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_decrypt_3des_cbc.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_decrypt_3des_ecb.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_decrypt_error.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_decrypt_variation1.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_decrypt_variation2.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_decrypt_variation3.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_decrypt_variation4.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_decrypt_variation5.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_ecb_3des_decrypt.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_ecb_3des_encrypt.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_ecb_error.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_ecb_variation1.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_ecb_variation2.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_ecb_variation3.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_ecb_variation4.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_ecb_variation5.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_encrypt_3des_cbc.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_encrypt_3des_ecb.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_encrypt_error.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_encrypt_variation1.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_encrypt_variation2.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_encrypt_variation3.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_encrypt_variation4.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_encrypt_variation5.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_rijndael128_128BitKey.phpt [new file with mode: 0644]
ext/mcrypt/tests/mcrypt_rijndael128_256BitKey.phpt [new file with mode: 0644]