geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

45 lines
2.1 KiB

  1. libssh2 1.9.0
  2. This release includes the following enhancements and bugfixes:
  3. o adds ECDSA keys and host key support when using OpenSSL
  4. o adds ED25519 key and host key support when using OpenSSL 1.1.1
  5. o adds OpenSSH style key file reading
  6. o adds AES CTR mode support when using WinCNG
  7. o adds PEM passphrase protected file support for Libgcrypt and WinCNG
  8. o adds SHA256 hostkey fingerprint
  9. o adds libssh2_agent_get_identity_path() and libssh2_agent_set_identity_path()
  10. o adds explicit zeroing of sensitive data in memory
  11. o adds additional bounds checks to network buffer reads
  12. o adds the ability to use the server default permissions when creating sftp directories
  13. o adds support for building with OpenSSL no engine flag
  14. o adds support for building with LibreSSL
  15. o increased sftp packet size to 256k
  16. o fixed oversized packet handling in sftp
  17. o fixed building with OpenSSL 1.1
  18. o fixed a possible crash if sftp stat gets an unexpected response
  19. o fixed incorrect parsing of the KEX preference string value
  20. o fixed conditional RSA and AES-CTR support
  21. o fixed a small memory leak during the key exchange process
  22. o fixed a possible memory leak of the ssh banner string
  23. o fixed various small memory leaks in the backends
  24. o fixed possible out of bounds read when parsing public keys from the server
  25. o fixed possible out of bounds read when parsing invalid PEM files
  26. o no longer null terminates the scp remote exec command
  27. o now handle errors when diffie hellman key pair generation fails
  28. o fixed compiling on Windows with the flag STDCALL=ON
  29. o improved building instructions
  30. o improved unit tests
  31. This release would not have looked like this without help, code, reports and
  32. advice from friends like these:
  33. Peter Surge, Will Cosgrove, Daniel Stenberg, Alex Arslan, Alex Crichton,
  34. Thomas Bleeker, Keno Fischer, Marc Hörsken, Marcel Raad, Viktor Szakats,
  35. Kamil Dudka, Panos, Etienne Samson, Tseng Jun, Brendan Shanks, doublex,
  36. Erik B, Jakob Egger, Thomas Lochmatter, alex-weaver, Adrian Moran, Zenju,
  37. gartens, Matthew D. Fuller, Ryan Kelley, Zhen-Huan HWANG, Orivej Desh,
  38. Alexander Curtiss
  39. (29 contributors)