#
83cfff45 |
| 13-Sep-2012 |
Anthony Ferrara |
Switch to using an ENUM for algorithms instead of a constant
|
Revision tags: php-5.3.17 |
|
#
76f3295c |
| 12-Sep-2012 |
Anthony Ferrara |
Expose PASSWORD_BCRYPT_DEFAULT_COST constant and update test to use it
|
Revision tags: php-5.4.7 |
|
#
db41f9fe |
| 04-Sep-2012 |
Anthony Ferrara |
Refactoring to use size_t instead of int most places
|
Revision tags: php-5.4.7RC1 |
|
#
e05413ca |
| 28-Aug-2012 |
Anthony Ferrara |
Remove password_make_salt() from the implementation
|
Revision tags: php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15 |
|
#
707c9073 |
| 12-Jul-2012 |
Anthony Ferrara |
Switch second parameter to password_make_salt to be a flag
|
#
9d3630b5 |
| 05-Jul-2012 |
Anthony Ferrara |
Cleanup whitespace issues
|
#
ee7e7998 |
| 05-Jul-2012 |
Anthony Ferrara |
Implement password_get_info() function
|
#
db86d544 |
| 05-Jul-2012 |
Anthony Ferrara |
Fix issue with int vs long parameter
|
#
5160dc11 |
| 05-Jul-2012 |
Anthony Ferrara |
Implement password_needs_rehash() function
|
Revision tags: php-5.3.15RC1, php-5.4.5RC1 |
|
#
886527de |
| 03-Jul-2012 |
Anthony Ferrara |
Update signature info for changing algo to an ordinal
|
#
6943f2ab |
| 03-Jul-2012 |
Anthony Ferrara |
Some more refactoring, make algo no longer optional
|
#
6cc3c65f |
| 03-Jul-2012 |
Anthony Ferrara |
Remove php.ini setting for default bcrypt cost
|
#
f53112fd |
| 29-Jun-2012 |
Anthony Ferrara |
Update password.c to use safe_emalloc in sensitive places
|
#
9c1445c6 |
| 29-Jun-2012 |
Anthony Ferrara |
More refactoring of crypt into php_crypt, and fixing memory allocation
|
#
da3d8bf5 |
| 28-Jun-2012 |
Anthony Ferrara |
Refactor password.c a bit, add different error checking
|
#
0dd2f16b |
| 27-Jun-2012 |
Anthony Ferrara |
Fix formatting issues in password.c
|
#
5f44be03 |
| 27-Jun-2012 |
Anthony Ferrara |
Add tests and error checking for large salt requested values to prevent overflow on allocation
|
#
232da903 |
| 27-Jun-2012 |
Anthony Ferrara |
Implement php.ini setting password.bcrypt_cost
|
#
2d4b7cb6 |
| 26-Jun-2012 |
Anthony Ferrara |
Refactor salt generation, rename password_create to password_hash
|
#
41d7374e |
| 25-Jun-2012 |
Anthony Ferrara |
Implement openssl support for make_salt
|
#
618f2629 |
| 25-Jun-2012 |
Anthony Ferrara |
More error checking, and some cleaning up for password.c
|
#
18d3bd94 |
| 25-Jun-2012 |
Anthony Ferrara |
Basic random generator added to make_salt
|
#
f7097d99 |
| 25-Jun-2012 |
Anthony Ferrara |
Fix memory leak on branch
|
#
65740283 |
| 25-Jun-2012 |
Anthony Ferrara |
Implement password_verify
|
#
7e41980f |
| 25-Jun-2012 |
Anthony Ferrara |
Actually complete password_create()
|