Age | Commit message (Expand) | Author | Files | Lines |
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 1 | -2/+2 |
2017-12-27 | Merge pull request #5367 from carusogabriel/clean-elses | Andrey Andreev | 1 | -4/+2 |
2017-01-19 | Fix byte-safety issues & actually test for them | Andrey Andreev | 1 | -5/+5 |
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 |
2016-10-03 | [ci skip] Alter a docblock | Andrey Andreev | 1 | -1/+1 |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 1 | -4/+2 |
2016-03-22 | random_bytes()-related improvements | Andrey Andreev | 1 | -6/+20 |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 |
2015-11-24 | Use PHP7's random_bytes() when possible | Andrey Andreev | 1 | -0/+5 |
2015-04-01 | Fixed typo | Achraf Almouloudi | 1 | -1/+1 |
2015-02-05 | Merge pull request #3551 from gadelat/voids | Andrey Andreev | 1 | -1/+1 |
2015-02-04 | Fix typos in func names | Gabriel Potkány | 1 | -2/+2 |
2015-02-04 | Fixed inconsistent return types | Gabriel Potkány | 1 | -1/+1 |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -3/+3 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 |
2014-11-07 | Fix #3317 ... MCrypt sucks | Andrey Andreev | 1 | -0/+1 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 |
2014-07-12 | Fix CI_Encryption::substr() for PHP 5.3 | Andrey Andreev | 1 | -1/+4 |
2014-07-12 | Fix CI_Encryption::substr() usage of mb_substr() | Andrey Andreev | 1 | -1/+1 |
2014-07-07 | Continuing from previous commit ... use CI_Encryption::substr() | Andrey Andreev | 1 | -8/+8 |
2014-07-07 | Fix potential bugs in password_hash(), CI_Encryption | Andrey Andreev | 1 | -8/+53 |
2014-07-02 | Remove GCM mode from CI_Encryption (OpenSSL) | Andrey Andreev | 1 | -3/+2 |
2014-06-21 | Add CI_Encryption::create_key() | Andrey Andreev | 1 | -0/+15 |
2014-06-19 | Remove the custom IV option from CI_Encryption | Andrey Andreev | 1 | -51/+36 |
2014-03-04 | CI_Encryption: Remove MCrypt 'work-arounds' for CAST-128 compatibility | Andrey Andreev | 1 | -21/+4 |
2014-02-18 | CI_Encryption::hkdf() to follow RFC5869 more strictly | Andrey Andreev | 1 | -1/+1 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2014-02-10 | CI_Encryption: Rename 'base64' parameter to 'raw_data' and add docs | Andrey Andreev | 1 | -2/+2 |
2014-02-07 | CI_Encryption: Optimizations and test cases | Andrey Andreev | 1 | -26/+18 |
2014-02-06 | CI_Encryption: CAST-128/CAST5 and RC4/ARCFour compatibility | Andrey Andreev | 1 | -15/+50 |
2014-02-06 | CI_Encryption: Time-attack-safe HMAC verification | Andrey Andreev | 1 | -4/+18 |
2014-02-05 | CI_Encryption: HMAC to not be derived from the encryption key | Andrey Andreev | 1 | -58/+56 |
2014-02-05 | More CI_Encryption improvements | Andrey Andreev | 1 | -46/+6 |
2014-02-05 | CI_Encryption: More MCrypt/OpenSSL compatibility and get rid of the MCRYPT_MO... | Andrey Andreev | 1 | -17/+69 |
2014-02-05 | CI_Encryption: Add Blowfish to compatibility list | Andrey Andreev | 1 | -7/+11 |
2014-02-05 | CI_Encryption: Work around MCrypt's dumb behavior in ECB mode | Andrey Andreev | 1 | -49/+65 |
2014-02-04 | CI_Encryption: Remove ARCFour from aliased ciphers due ... | Andrey Andreev | 1 | -4/+2 |
2014-02-04 | CI_Encryption: Fix more errors and add a 'portability' test case | Andrey Andreev | 1 | -17/+17 |
2014-02-04 | Fix a logical error in CI_Encryption | Andrey Andreev | 1 | -3/+3 |
2014-02-04 | CI_Encryption: Fix some errors and add unit tests for hkdf() | Andrey Andreev | 1 | -10/+10 |
2014-02-04 | CI_Encryption improvements | Andrey Andreev | 1 | -99/+199 |
2014-02-03 | Introducing CI_Encryption (a CI_Encrypt replacement) | Andrey Andreev | 1 | -0/+718 |