nextcloud/tests/lib/Security
Roeland Jago Douma 84316aec66
Add ARGON2I support to the hasher
When on php7.2 we can use the new and improved ARGON2I hashing.
This adds support for that to the hasher. When verifying an old hash
we'll update rehash to move all hashes eventually to the new hash
function.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-04 15:43:50 +02:00
..
Bruteforce Add bruteforce capabilities 2017-07-13 11:23:08 +02:00
CSP Fix risky tests without assertions 2018-01-25 11:33:25 +01:00
CSRF Use ::class in test mocks 2017-10-24 17:45:32 +02:00
IdentityProof add prefix to user and system keys to avoid name collisions 2017-08-10 14:27:35 +02:00
Normalizer Add support for ratelimiting via annotations 2017-04-13 12:00:16 +02:00
RateLimiting Make OC\Security\RateLimiting strict 2018-01-14 21:08:23 +01:00
CertificateManagerTest.php Use ::class in test mocks of encryption app 2017-10-26 13:56:56 +02:00
CertificateTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
CredentialsManagerTest.php Inject config and logger 2016-11-02 20:30:37 +01:00
CryptoTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
HasherTest.php Add ARGON2I support to the hasher 2018-04-04 15:43:50 +02:00
SecureRandomTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
TrustedDomainHelperTest.php Use ::class in test mocks 2017-10-24 17:45:32 +02:00