Nick Craig-Wood
d5afcf9e34
crypt: try not to return "unexpected EOF" error
...
Before this change the code wasn't taking into account the error
io.ErrUnexpectedEOF that io.ReadFull can return properly. Sometimes
that error was being returned instead of a more specific and useful
error.
To fix this, io.ReadFull was replaced with the simpler
readers.ReadFill which is much easier to use correctly.
2023-03-22 16:23:37 +00:00
..
2022-08-28 13:43:51 +02:00
2022-10-13 13:04:56 +01:00
2022-08-05 16:35:41 +01:00
2023-03-10 11:15:07 +00:00
2023-03-01 11:10:38 +00:00
2022-11-07 11:41:47 +00:00
2023-02-06 10:44:40 +00:00
2022-11-10 12:04:35 +00:00
2022-11-21 08:02:09 +00:00
2022-11-07 11:41:47 +00:00
2023-03-22 16:23:37 +00:00
2023-03-07 11:00:08 +00:00
2022-08-30 11:16:26 +02:00
2022-08-30 11:16:26 +02:00
2022-11-07 11:41:47 +00:00
2023-03-15 18:09:29 +00:00
2023-03-16 17:13:37 +00:00
2022-11-21 08:02:09 +00:00
2023-03-01 11:10:38 +00:00
2022-08-28 13:43:51 +02:00
2022-08-30 11:16:26 +02:00
2022-12-09 14:38:05 +00:00
2022-08-30 11:16:26 +02:00
2023-03-17 11:54:43 +00:00
2022-08-30 11:16:26 +02:00
2023-03-07 12:15:10 +00:00
2022-11-10 11:27:01 +00:00
2023-03-02 20:28:10 +00:00
2022-11-07 11:41:47 +00:00
2022-11-07 11:41:47 +00:00
2023-03-02 19:32:35 +00:00
2022-08-28 13:43:51 +02:00
2023-02-21 14:45:02 +00:00
2022-08-30 11:16:26 +02:00
2022-08-05 16:35:41 +01:00
2022-08-28 13:43:51 +02:00
2022-08-28 13:43:51 +02:00
2023-03-22 12:50:58 +00:00
2023-03-02 20:03:25 +00:00
2023-03-17 11:44:19 +00:00
2022-11-07 11:41:47 +00:00
2022-08-28 13:43:51 +02:00
2023-03-07 12:18:32 +00:00
2023-02-06 13:18:15 +00:00
2022-11-07 11:41:47 +00:00
2022-11-07 11:41:47 +00:00
2022-11-07 11:41:47 +00:00
2023-03-16 17:12:27 +00:00
2023-03-17 11:09:08 +00:00
2022-08-28 13:43:51 +02:00
2022-11-07 11:41:47 +00:00