Version 2.8.4
Changes:
- #81 fix ProxyCommand on win32 (
recv()
cannot useselect()
on win32) - #82 channel: check if already closed in
_send_eof()
- #84 paramiko#1723 RSA key loading: p and q were swapped (affects compatibility with future releases of cryptography)
- #85 paramiko#1724 fix non-ascii usernames in
_parse_userauth_request()
for python2 (affects server mode) - #83 paramiko#1722 tests: remove leading spaces from PEM key
- #84 update CI test matrix with cryptography-3.0 and 2.9.2