Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.3.0] Constant-time string comparison in Phalcon\Security::checkHash() #1757

Merged
merged 2 commits into from Jan 6, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated CHANGELOG
  • Loading branch information
sjinks committed Jan 4, 2014
commit efe72320948ee1937a6008489d5ef74825d0af28
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
- Phalcon\Security\Exception inherits from Phalcon\Exception, not from \Phalcon\DI\Exception
- Added Phalcon\Security::computeHmac() (#1347)
- Bug fixes (#1347)
- Constant-time string comparison in Phalcon\Security::checkHash() to prevent timing attacks (#1755)
- Phalcon\Session:
- Fix Phalcon\Session\Bag::remove() (#1637)
- Phalcon\Session\Adapter::get() may optionally remove the data from session (#1358)
Expand Down