nextcloud/apps/encryption/lib
Julius Härtl dd4dc60f4c Harden key generation
There might be cases where multiple requests trigger the key generation
at the same time and the instance ends up with a non-fitting
public/private key pair. Therefore the whole key generation should be
locked. Other than that this makes sure that user key generation return
values are properly validated.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-10-28 14:14:01 +00:00
..
AppInfo Harden key generation 2020-10-28 14:14:01 +00:00
Command Make legacy cipher opt in 2020-08-24 11:50:04 +02:00
Controller Update license headers for 19 2020-04-29 11:57:22 +02:00
Crypto Make legacy cipher opt in 2020-08-24 11:50:04 +02:00
Exceptions Update license headers for 19 2020-04-29 11:57:22 +02:00
Hooks Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Migration Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Settings Update license headers for 19 2020-04-29 11:57:22 +02:00
Users Harden key generation 2020-10-28 14:14:01 +00:00
HookManager.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
KeyManager.php Harden key generation 2020-10-28 14:14:01 +00:00
Recovery.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Session.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Util.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00