Skip to content

1.0.21

Compare
Choose a tag to compare
@terrafrost terrafrost released this 09 Jul 15:26
· 29 commits to 1.0 since this release
  • fix deprecation errors in newer PHP versions
  • OpenSSL 3.0.1+ deprecated some algorithms
  • RSA: add support for loading OpenSSH encrypted keys (#1737, #1733, #1531, #1490)
  • RSA: add support for loading PuTTY v3 keys
  • SSH2: if logging in with rsa-sha2-256/512 fails, try ssh-rsa (#1865)
  • SSH2: add EOF test isConnected() (#1926)
  • SFTP: try without path canonicalization if initial realpath() fails (#1796)
  • SFTP: fix chgrp() for version < 4 (#1730)
  • SFTP: try to delete dir even if it can't be opened (#1791)
  • SFTP: make it so SFTP::RESUME also sets offset of local file (#1921)
  • SFTP: SFTP::RESUME_START didn't work as described (#1921)
  • Crypt/Base: fix CTR mode with continuous buffer with non-eval PHP