summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/libraries/Encryption_test.php
AgeCommit message (Expand)AuthorFilesLines
2017-01-19Fix byte-safety issues & actually test for themAndrey Andreev1-2/+14
2016-08-22Skip mcrypt-related testcases on PHP 7.1Andrey Andreev1-1/+9
2014-11-07Fix #3317 ... MCrypt sucksAndrey Andreev1-3/+4
2014-06-19Remove the custom IV option from CI_EncryptionAndrey Andreev1-8/+1
2014-05-01PHPUnit, what's wrong with you?Andrey Andreev1-2/+0
2014-03-04CI_Encryption: Remove MCrypt 'work-arounds' for CAST-128 compatibilityAndrey Andreev1-12/+4
2014-02-20Fix CI_Calendar testsAndrey Andreev1-0/+2
2014-02-13[ci skip] Test fixesAndrey Andreev1-3/+8
2014-02-10CI_Encryption: Rename 'base64' parameter to 'raw_data' and add docsAndrey Andreev1-4/+6
2014-02-07CI_Encryption: Optimizations and test casesAndrey Andreev1-66/+267
2014-02-06CI_Encryption: CAST-128/CAST5 and RC4/ARCFour compatibilityAndrey Andreev1-0/+23
2014-02-05CI_Encryption: HMAC to not be derived from the encryption keyAndrey Andreev1-4/+6
2014-02-05CI_Encryption: More MCrypt/OpenSSL compatibility and get rid of the MCRYPT_MO...Andrey Andreev1-13/+46
2014-02-05CI_Encryption: Add Blowfish to compatibility listAndrey Andreev1-5/+3
2014-02-04CI_Encryption: Fix more errors and add a 'portability' test caseAndrey Andreev1-1/+50
2014-02-04CI_Encryption: Fix some errors and add unit tests for hkdf()Andrey Andreev1-0/+81