]> source.dussan.org Git - nextcloud-server.git/commit
New SSE key format 21529/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Mon, 22 Jun 2020 13:35:52 +0000 (15:35 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 20 Aug 2020 13:42:43 +0000 (15:42 +0200)
commit5340ab3a75d58651e3cc65688d94444b38570cfc
tree426f4cd4a944319ed1254a463adfbb86dba6f950
parent886466d5109de6ed399e2da3dcf87eea66d531ce
New SSE key format

* Encrypt the keys with the instance secret
* Store them as json (so we can add other things if needed)

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
core/Command/Encryption/MigrateKeyStorage.php [new file with mode: 0644]
core/register_command.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Encryption/Keys/Storage.php
lib/private/Repair.php
lib/private/Repair/NC20/EncryptionMigration.php [new file with mode: 0644]
lib/private/Server.php
tests/lib/Encryption/Keys/StorageTest.php
version.php