History log of /PHP-8.1/ext/standard/password.c (Results 126 – 144 of 144)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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()

# c77f2c29 25-Jun-2012 Anthony Ferrara

Base structure for passsword_create and password_make_salt

123456