Matt Johnston

Results 135 comments of Matt Johnston

I haven't seen that before - does it happen at the end of a transfer or session? Is it reliable to reproduce? If winscp has a debug log option that...

Sorry missed your question about logs - any size would be OK, whatever's the largest you can upload!

I'd be inclined to use a proper password hashing method for encrypted keys. Otherwise most passwords will be brute-forceable by GPU unless they're a diceware passphrase or similar. A short...

https://github.com/libtom/libtomcrypt/pull/587 adds support for OpenSSH encrypted keys, could be used once merged.

I wonder if it would make more sense for it to be something like `parse_tagged_attributes(prefix: &str, atts: &[Attributes]) -> HashMap` rather than having to group and iterate over attributes? That...

Yep, I'm keen to add an example for non-async, though I haven't actually tried using it that way myself yet. There might be API changes that could make it more...

Are you more interested in a client or server non-async example?

Sorry, the `serv1` example is currently incomplete.

> Any idea why that CIFuzz check failed ? It's not specific to this PR, there's something wrong with fetching the fuzz corpus. I might have to move it to...