wiki.techinc.nl/tests/phpunit/includes/password
Max Semenik 9c4ce7e1cf PasswordPbkdf2: remove the 'use-hash-extension' option
It's misleading because even with this option the Hash extension is
still required due to usage of hash_hmac(), it's just to allow this
class to work on pre-5.5 PHP that had hash_hmac() but not hash_pbkdf().
Since we require 7.0, this option doesn't do anything anymore.

Change-Id: Ib60ab9377b44d78b7147c6139b07dc5467da007c
2018-11-30 18:21:03 -08:00
..
BcryptPasswordTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
EncryptedPasswordTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
LayeredParameterizedPasswordTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
MWOldPasswordTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
MWSaltedPasswordTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
PasswordFactoryTest.php Add PasswordFactory to MediaWikiServices 2018-08-02 14:46:35 +01:00
PasswordPolicyChecksTest.php Add PasswordPolicy to check the password isn't in the large blacklist 2018-11-24 15:46:14 -08:00
PasswordTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
PasswordTestCase.php Remove @abstract annotation 2018-08-07 12:16:24 +02:00
Pbkdf2PasswordFallbackTest.php PasswordPbkdf2: remove the 'use-hash-extension' option 2018-11-30 18:21:03 -08:00
Pbkdf2PasswordTest.php PasswordPbkdf2: remove the 'use-hash-extension' option 2018-11-30 18:21:03 -08:00
UserPasswordPolicyTest.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00