Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
LoonyPandora committed Jan 24, 2013
1 parent eab3d26 commit 014a4c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
* Added support for $2x$ and $2y$ variants of bcrypt
* Added 'algorithm' method, for finding out exactly which module generated your hash
* Now croaks when non RFC2307 string string is passed to the matches method
* Made method names more consistent. raw_hash and raw_salt now become hash_raw and salt_raw
The old methods are deprecated, but remain for backwards compatibility.

[ MISC ]
* Large code refactor to ease future maintenance
* Removed deprecated true_random_salt setting
* Deprecated as_rfc2307 and generate_hash methods

[ BUGFIX ]
* Fix issue where the hash_hex, hash_b64, and raw_hash methods
* Fix issue where the hash_hex, hash_base64, and raw_hash methods
return incorrect values when working on bcrypt hashes.
* Fix issues with utf8 encoding and SHA hashes, caused by changes in Digest::SHA
* Fix stringification issues when comparing passphrase objects with 'ne'
Expand All @@ -25,6 +27,8 @@

[ TESTS ]
* Added Tests for defined but false salts
* Added Tests for checking deprecated methods still work
* More thoroughly test methods for extracting the salt/hash from an RFC2307 string
* Module is now tested by Travis CI


Expand Down

0 comments on commit 014a4c9

Please sign in to comment.