From 18a5867e1638d1a5da450c182328cca6222eeec5 Mon Sep 17 00:00:00 2001 From: Takuya Sawada Date: Wed, 4 Oct 2017 19:32:29 +0900 Subject: [PATCH] Tests/AES: add newly added 'cfb8' cipher mode of operation for unit test --- tests/Unit/Crypt/AES/TestCase.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Unit/Crypt/AES/TestCase.php b/tests/Unit/Crypt/AES/TestCase.php index ceef6a41..09458fd3 100644 --- a/tests/Unit/Crypt/AES/TestCase.php +++ b/tests/Unit/Crypt/AES/TestCase.php @@ -31,6 +31,7 @@ abstract class Unit_Crypt_AES_TestCase extends PhpseclibTestCase 'ctr', 'ofb', 'cfb', + 'cfb8' ); $plaintexts = array( '', @@ -131,6 +132,7 @@ abstract class Unit_Crypt_AES_TestCase extends PhpseclibTestCase 'ctr', 'ofb', 'cfb', + 'cfb8', ); $combos = array(