summaryrefslogtreecommitdiff
path: root/ext/standard/tests/password
Commit message (Expand)AuthorAgeFilesLines
* Really fix leaks, add test cases to prove it...Anthony Ferrara2012-10-063-0/+22
* Expose PASSWORD_BCRYPT_DEFAULT_COST constant and update test to use itAnthony Ferrara2012-09-121-3/+3
* Switch test to using strict comparison for crypt fallbackAnthony Ferrara2012-09-121-1/+1
* Add tests for password_get_info and password_needs_rehashAnthony Ferrara2012-09-124-0/+147
* Remove password_make_salt() from the implementationAnthony Ferrara2012-08-282-77/+0
* Switch second parameter to password_make_salt to be a flagAnthony Ferrara2012-07-112-6/+10
* Some more refactoring, make algo no longer optionalAnthony Ferrara2012-07-032-7/+12
* Remove php.ini setting for default bcrypt costAnthony Ferrara2012-07-031-10/+2
* Refactor password.c a bit, add different error checkingAnthony Ferrara2012-06-283-18/+18
* Add tests and error checking for large salt requested values to prevent overf...Anthony Ferrara2012-06-261-0/+10
* Update tests to check ini settingAnthony Ferrara2012-06-261-0/+6
* Add tests for password hashingAnthony Ferrara2012-06-267-0/+195