aboutsummaryrefslogtreecommitdiffstats
path: root/tests/security/hash_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+1
| | | | PHPBB3-14972
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | PHPBB3-14576
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12239] Move deprecated passwords functions to compatibility fileMarc Alexander2014-03-061-1/+1
| | | | | | | | The deprecated passwords functions are no longer used in the core and have been replaced with the passwords manager. Therefore, the functions are moved to the functions_compatibility file. PHPBB3-12239
* [feature/passwords] Get rid of set_name/get_name methods for passwords driversMarc Alexander2014-02-021-5/+0
| | | | PHPBB3-11610
* [feature/passwords] Pass list of default types to passwords managerMarc Alexander2013-10-271-2/+2
| | | | | | | This list is in the order of how the driver types would be used. If a driver is not supported we will try the subsequent one. PHPBB3-11610
* [feature/passwords] Fix hash_test for use of passwords managerMarc Alexander2013-10-031-1/+4
| | | | PHPBB3-11610
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwordsMarc Alexander2013-10-031-0/+8
|\ | | | | | | | | Conflicts: phpBB/includes/functions.php
| * [ticket/11873] Add unit test for large password input.Joas Schilling2013-09-281-0/+8
| | | | | | | | | | | | The password should be rejected quite fast. PHPBB3-11873
* | [feature/passwords] Add prepending backslash to class namespacesMarc Alexander2013-10-021-8/+8
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Fix tests after changes to phpBB hashing functionsMarc Alexander2013-10-021-0/+27
|/ | | | PHPBB3-11610
* [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [ticket/10101] Add test case for native phpass hashesIgor Wiedler2011-03-201-0/+21
PHPBB3-10101