Skip to content

Version 2.8.4

Compare
Choose a tag to compare
@ploxiln ploxiln released this 04 Aug 21:56
· 114 commits to master since this release

Changes:

  • #81 fix ProxyCommand on win32 (recv() cannot use select() 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