summaryrefslogtreecommitdiff
path: root/ext/standard/tests/password
Commit message (Expand)AuthorAgeFilesLines
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-1/+3
* Promote a few remaining errors in ext/standardMáté Kocsis2020-09-151-2/+2
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-093-3/+3
* Use ZPP instead of custom type checksMáté Kocsis2020-09-042-8/+9
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-092-0/+2
* Improve type error messages when an object is givenMáté Kocsis2020-05-261-1/+1
* Improve argument error messages in ext/standardMáté Kocsis2020-03-181-1/+1
* Change argument error message formatMáté Kocsis2020-02-262-5/+5
* Fix argon2 test if provided by sodiumNikita Popov2020-02-241-0/+1
* Make type error messages more consistentMáté Kocsis2020-02-172-6/+6
* Reindent phpt filesNikita Popov2020-02-031-6/+6
* Merge branch 'PHP-7.4'Máté Kocsis2020-01-271-0/+9
|\
| * Fix #78969 Make PASSWORD_DEFAULT match PASSWORD_BCRYPT instead of being nullMáté Kocsis2020-01-271-0/+9
* | Promote warnings to exceptions in password_*() functionsMáté Kocsis2019-12-123-34/+57
* | Clean DONE tags from testsFabien Villepinte2019-11-071-2/+0
* | Don't accept objects for options in password_hash()Nikita Popov2019-10-291-4/+6
* | Convert some notices to warningsNikita Popov2019-10-021-1/+1
* | Merge branch 'PHP-7.4'Remi Collet2019-07-102-3/+3
|\ \ | |/
| * improve libargon2/libsodium compatibilityRemi Collet2019-07-102-3/+3
* | Merge branch 'PHP-7.4'Sara Golemon2019-07-091-9/+5
|\ \ | |/
| * Relax argon2 mem_cost down to 64k, bump time_cost to 4Sara Golemon2019-07-091-9/+5
* | Merge branch 'PHP-7.4'Sara Golemon2019-06-271-3/+9
|\ \ | |/
| * Bugfix #78208 Needs rehash with an unknown algo should always return true.Sara Golemon2019-06-271-3/+9
* | Adjust tests for zpp TypeError changeNikita Popov2019-03-113-40/+43
* | Merge branch 'PHP-7.4'Nikita Popov2019-03-071-17/+0
|\ \ | |/
| * More zpp error/variation test removalsNikita Popov2019-03-071-17/+0
* | Remove ability to specify 'salt' in password_hash()Nikita Popov2019-01-304-61/+20
|/
* Implement password mechanism registrySara Golemon2018-11-207-20/+55
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-159-10/+6
* RFC: Argon2 Password Hash Enhancements Implementation of Argon2id per RFC htt...Charles R. Portwood II2018-06-215-6/+58
* Use int instead of integer in type errorsGabriel Caruso2018-02-042-2/+2
* Fixed bug #75221 (Argon2i always throws NUL at the end)Christoph M. Becker2017-10-121-0/+19
* Fix CRLF line-endings in testsNikita Popov2016-11-205-104/+104
* Fix broken test caseChristoph M. Becker2016-09-081-3/+3
* Fix skip messagesChristoph M. Becker2016-09-085-104/+104
* Fixing typo in testsCharles R. Portwood II2016-08-274-4/+4
* Changing m_cost and t_cost to memory_cost and time_costCharles R. Portwood II2016-08-175-18/+14
* Removing Argon2d, changing config arg to --with-password-argon2Charles R. Portwood II2016-08-014-32/+9
* Untouching old testsCharles R. Portwood II2016-07-125-3/+7
* Fixing failing tests for Argon2Charles R. Portwood II2016-07-115-6/+9
* Removing argon2 library files in favor of --with-argon2[=DIR]Charles R. Portwood II2016-07-1110-86/+132
* Adding test cases for Argon2i and Argon2dCharles R. Portwood II2016-07-095-8/+73
* Working implementation with password_hash, password_verifyCharles R. Portwood II2016-07-081-0/+17
* Fixed bug #69686 password_verify reports back error on PHP7 will null string.Anthony Ferrara2015-05-211-0/+10
* Deprecate password_hash salt optionAnthony Ferrara2015-04-094-8/+32
* Error on invalid octal (fixes PHPSadness #31)Andrea Faulds2015-01-171-1/+1
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-212-2/+2
* 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