History log of /PHP-5.5/ext/standard/password.c (Results 26 – 39 of 39)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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()


# c77f2c29 25-Jun-2012 Anthony Ferrara

Base structure for passsword_create and password_make_salt


12