nextcloud/apps/encryption/lib
Julius Härtl 36cfdd320b
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-08-14 07:58:40 +02:00
..
AppInfo Harden key generation 2020-08-14 07:58:40 +02:00
Command Also always return in app commands 2020-06-26 15:12:11 +02:00
Controller Update license headers for 19 2020-04-29 11:57:22 +02:00
Crypto SSE enhancement 2020-08-11 19:26:41 +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-08-14 07:58:40 +02:00
HookManager.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
KeyManager.php Harden key generation 2020-08-14 07:58:40 +02: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