nextcloud/tests/lib/Security
Morris Jobke dc479aae2d
Improve CertificateManager to not be user context dependent
* removes the ability for users to import their own certificates (for external storage)
* reliably returns the same certificate bundles system wide (and not depending on the user context and available sessions)

The user specific certificates were broken in some cases anyways, as they are only loaded if the specific user is logged in and thus causing unexpected behavior for background jobs and other non-user triggered code paths.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-03 00:13:01 +01:00
..
Bruteforce Don't break when the IP is empty 2020-09-10 14:20:27 +02:00
CSP
CSRF
FeaturePolicy
IdentityProof
Normalizer
RateLimiting
CertificateManagerTest.php Improve CertificateManager to not be user context dependent 2020-11-03 00:13:01 +01:00
CertificateTest.php
CredentialsManagerTest.php
CryptoTest.php Implement unit tests for versions 1 and 2. 2020-10-15 21:23:24 -08:00
HasherTest.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
SecureRandomTest.php
TrustedDomainHelperTest.php