]> source.dussan.org Git - nextcloud-server.git/commit
make use of the fact that stream_read will always read 8192 bytes for encryption...
authorRobin Appelman <icewind@owncloud.com>
Tue, 17 Apr 2012 21:10:14 +0000 (23:10 +0200)
committerRobin Appelman <icewind@owncloud.com>
Wed, 18 Apr 2012 18:54:28 +0000 (20:54 +0200)
commitb39c3d4c4edbb9a7fd2be22e2d2684e4185ca0e5
tree7261719c0d1106bc10a260bea1df32696868ea1b
parent26e9a0dd139a94d6876df0be49a8d40b8976d65a
make use of the fact that stream_read will always read 8192 bytes for encryption stream

https://bugs.php.net/bug.php?id=21641
apps/files_encryption/lib/cryptstream.php
apps/files_encryption/tests/stream.php [new file with mode: 0644]