From d32d45c350ac692db6397648d77b8b0d69ef7923 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Thu, 17 Jan 2008 19:21:03 +0000 Subject: fixed bug #3003 preventing encryption from working with modes other than MCRYPT_MODE_ECB. Also added some noise to the cipher so the IV can safely be transported along with the encrypted data. --- user_guide/changelog.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index eec1c2e95..3b6a3220e 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -97,7 +97,8 @@ Change Log
  • Modified variable names in _ci_load() method of Loader class to avoid conflicts with view variables.
  • Changed the behaviour of custom callbacks so that they no longer trigger the "required" rule.
  • Changed the behaviour of variables submitted to the where() clause with no values to auto set "IS NULL"
  • -
  • Documented distinct() in Active Record.
  • +
  • Strengthened the Encryption library to help protect against man in the middle attacks when MCRYPT_MODE_CBC mode is used.
  • +
  • Documented distinct() in Active Record.
  • Documented the timezones() function in the Date Helper.
  • Documented unset_userdata in the Session class.
  • Documented 2 config options to the Database configuration page.
  • @@ -123,7 +124,8 @@ Change Log
  • Fixed a bug in the clean_email() method of the Email class to allow for non-numeric / non-sequential array keys.
  • Fixed a bug in Pagination to scan for non-positive num_links.
  • Fixed a bug in the typography helper causing extraneous paragraph tags when string contains tags.
  • -
  • Fixed an example of comma-separated emails in the email library documentation.
  • +
  • Fixed a bug in the Encryption Library to support modes other than MCRYPT_MODE_ECB
  • +
  • Fixed an example of comma-separated emails in the email library documentation.
  • Fixed an example in the Calendar library for Showing Next/Previous Month Links.
  • Fixed a typo in the database language file.
  • Fixed a typo in the image language file "suppor" to "support".
  • -- cgit v1.2.3-24-g4f1b