You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uploaded files via client are stored encrypted. (Inspect with xxd)
Uploaded files via desktop are stored encrypted.
Files saved via TextEditor or Colabora are stored encrypted.
Files on external SFTP, WND storage are stored encrypted.
Test_Plan_Files_external_CLI.md:Change Mount option for an SFTP mount
option disable encryption is there.
disable, and check it with list command.
disable, and inspect files with xxd.
files added to the storge + occ file:scan are not encrypted.
move file from main storage to unencrypted external storage. The file gets decrypted on disk.
move file from unencrypted external storage to main storage. The file gets encrypted on disk.
move file one encrypted external storage to another encrypted external storage. The file gets encrypted on disk.
Receiving fedrated share folder from an unencrypted server.
(See Test_Plan_External.md:) The admin adds an external site with different type of encryption from the external site settings page
The external site icon must be visible in the apps menu
(See Test_Plan_External.md:) The admin adds an external site with different type of encryption and clicks the icon on the apps menu
The external site page should not be visible in the webUI
Files added locally to the received folder are not encrypted.
Files added locally can be read by the remote server.
Sending fedrated share folder to an unencrypted server.
Files added locally to the folder are encrypted.
Files can be cleanly read by feaderated servers.
(See Test_Plan_Federated_Sharing.md:) Share a file (server A), in (server B) using different oC versions both servers with encryption
shared file can be seen from server B
(See Test_Plan_Federated_Sharing.md:) Share a file with link (server A), add link to your owncloud (server B) using different O.C versions both servers with encryption
shared file can be seen from server B
Public link to folder with file drop
files dropped into the folder are encrypted.
Public link to folder with file drop in unencrypted SFTP drive
Encryption Test Plan
TODO: qualify test items from https://github.com/owncloud/enterprise/issues/4933#issuecomment-1005287788 to become regression test items here.
Setup
Setup details (click to view)
env OC10_DNSNAME=oc1070-enc-hsm-DATE ./make_oc10_apps.sh encryption hsmdaemon-0.0.8.zip
env OC10_DNSNAME=oc1070-enc150-hsm-DATE ./make_oc10_apps.sh encryption=1.5.0 hsmdaemon-0.0.8.zip
Testing functionality
The toplevel checkmark indictes the test was performed.
The indented checkmarks indicate the results were as expected.
occ encryption:enable
occ encryption:select-encryption-type masterkey --yes
journalctl -a | grep hsmdaemon
"Requested","url":"/decrypt/..."
,Decrypting
,Decrypt
,module":"/usr/.../libsofthsm2.so
,"slotID":757826573
,"found object","id":"\u0013\ufffd?...
,Decrypted
xxd /var/www/owncloud/data/admin/files/Photos/Portugal.jpg | less
occ encryption:decrypt-all
worksThe text was updated successfully, but these errors were encountered: