summaryrefslogtreecommitdiff
path: root/ext/standard/php_password.h
Commit message (Expand)AuthorAgeFilesLines
* Increase default time cost for argon2 password hashingSara Golemon2019-03-271-1/+1
* Remove local variablesPeter Kokot2019-02-031-8/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Fixed memory leaksDmitry Stogov2018-12-131-0/+1
* Implement password mechanism registrySara Golemon2018-11-201-6/+25
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* RFC: Argon2 Password Hash Enhancements Implementation of Argon2id per RFC htt...Charles R. Portwood II2018-06-211-0/+1
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Changing m_cost and t_cost to memory_cost and time_costCharles R. Portwood II2016-08-171-4/+3
* Removing Argon2d, changing config arg to --with-password-argon2Charles R. Portwood II2016-08-011-2/+1
* Removing argon2 library files in favor of --with-argon2[=DIR]Charles R. Portwood II2016-07-111-2/+6
* Reverting PASSWORD_DEFAULT to PASSWORD_BCRYPTCharles R. Portwood II2016-07-101-1/+1
* Fixing spacing in php_password.hCharles R. Portwood II2016-07-091-2/+2
* Adding test cases for Argon2i and Argon2dCharles R. Portwood II2016-07-091-2/+2
* Working implementation with password_hash, password_verifyCharles R. Portwood II2016-07-081-3/+4
* Introducing Argon2 memory, time, and lanes constantsCharles R. Portwood II2016-07-081-3/+3
* Implementing password_verify and password_get_info for Argon2Charles R. Portwood II2016-07-081-2/+8
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* A bunch of naming convention fixes. No functionality changesAnthony Ferrara2012-09-171-4/+4
* Switch to using an ENUM for algorithms instead of a constantAnthony Ferrara2012-09-131-2/+6
* Refactoring to use size_t instead of int most placesAnthony Ferrara2012-09-041-3/+0
* Remove password_make_salt() from the implementationAnthony Ferrara2012-08-281-1/+0
* Switch second parameter to password_make_salt to be a flagAnthony Ferrara2012-07-111-0/+3
* Implement password_get_info() functionAnthony Ferrara2012-07-051-0/+1
* Implement password_needs_rehash() functionAnthony Ferrara2012-07-051-0/+1
* Some more refactoring, make algo no longer optionalAnthony Ferrara2012-07-031-2/+2
* Remove php.ini setting for default bcrypt costAnthony Ferrara2012-07-031-1/+2
* Implement php.ini setting password.bcrypt_costAnthony Ferrara2012-06-261-3/+1
* Refactor salt generation, rename password_create to password_hashAnthony Ferrara2012-06-251-5/+1
* Actually complete password_create()Anthony Ferrara2012-06-241-1/+1
* Base structure for passsword_create and password_make_saltAnthony Ferrara2012-06-241-0/+48