rclone/crypt
Nick Craig-Wood 2abfae283c crypt: fix crypt writer getting stuck in a loop #902
This happened when the underlying reader returned io.ErrUnexpectedEOF.
The error handling for the call to io.ReadFull failed to take this
into account.

io.ErrUnexpectedEOF is reasonably common when SSL connections go wrong
when communicating with ACD, so it manifested itself as transfers from
non-encrypted ACD to encrypted ACD getting stuck.
2017-01-20 16:00:55 +00:00
..
pkcs7 Implement crypt for encrypted remotes - #219 2016-08-23 17:45:37 +01:00
cipher.go crypt: fix crypt writer getting stuck in a loop #902 2017-01-20 16:00:55 +00:00
cipher_test.go crypt: fix crypt writer getting stuck in a loop #902 2017-01-20 16:00:55 +00:00
crypt.go Define a new Features() method for Fs 2017-01-16 17:33:25 +00:00
crypt2_test.go Add directory parameter to Rmdir and Mkdir #100 #831 2016-11-26 12:02:53 +00:00
crypt_config_test.go Make it possible to test Fs multiple times and use this with crypt 2016-08-23 17:45:37 +01:00
crypt_test.go Add directory parameter to Rmdir and Mkdir #100 #831 2016-11-26 12:02:53 +00:00