Ron Frederick

Results 90 comments of Ron Frederick

Can you confirm that this is removing [`ec.EllipticCurvePublicNumbers.from_encoded_point()`](https://cryptography.io/en/latest/hazmat/primitives/asymmetric/ec/?highlight=from_encoded_point#cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers.from_encoded_point) and not touching [`ec.EllipticCurvePublicKey.from_encoded_point()`](https://cryptography.io/en/latest/hazmat/primitives/asymmetric/ec/?highlight=from_encoded_point#cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.from_encoded_point) which replaced it? You might want to also consider removing [`ec.EllipticCurvePublicNumbers.encode_point()`](https://cryptography.io/en/latest/hazmat/primitives/asymmetric/ec/?highlight=encode_point#cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers.encode_point), which was deprecated at the same time.

The second form is valid, but only if the elements in a SET are sorted into a consistent order. This does not apply to the other form, as order matters...

> The callback receives the full chain to which the checked certificate belongs and the index of the latter in the chain, not the fat context like int verify_callback(int ok,...

I was just about to submit a pull request very similar to this. I have a need for this functionality in my AsyncSSH package. I'm in the middle of adding...

Your description sounds similar to #506. Even if you can't access it, do you have any idea what type of SFTP server this is? From the log, it looks like...

Good point on the #506 title - I've cleaned that up. Parallel I/O in SFTP is actually not new in 2.12.0. In fact, it goes back to version 1.5.3 released...

Thanks for confirming the internal server error is in fact a server response. My guess is this server might be sending that as soon as a client attempts a non-sequential...

Thanks - I really appreciate that, as I can't really reproduce the issue here. As soon as I have a potential change to try, I'll let you know!

Which OS are you running AsyncSSH on? I've tried both macOS and Windows here so far, but when using put() I still always see the writes go out in order,...