nextcloud/apps/encryption
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 Bump app versions and requirements 2020-05-07 10:29:04 +02:00
composer Update autoloaders for composer v1.10.1 2020-03-19 09:48:49 +01:00
css Mixin scss icon api 2018-07-19 08:16:58 +02:00
img Svgo optimization 2016-09-27 20:56:26 +02:00
js Use DOMContentLoaded and fix sharebymail loading issue 2020-07-20 12:42:08 +02:00
l10n [tx-robot] updated from transifex 2020-07-31 02:17:21 +00:00
lib Harden key generation 2020-08-14 07:58:40 +02:00
templates Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
tests Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +02:00