RELEASE-NOTES 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. libssh2 1.10
  2. This release includes the following enhancements and bugfixes:
  3. o adds agent forwarding support
  4. o adds OpenSSH Agent support on Windows
  5. o adds ECDSA key support using the Mbed TLS backend
  6. o adds ECDSA cert authentication
  7. o adds diffie-hellman-group14-sha256, diffie-hellman-group16-sha512,
  8. diffie-hellman-group18-sha512 key exchanges
  9. o adds support for PKIX key reading when using ed25519 with OpenSSL
  10. o adds support for EWOULDBLOCK on VMS systems
  11. o adds support for building with OpenSSL 3
  12. o adds support for using FIPS mode in OpenSSL
  13. o adds debug symbols when building with MSVC
  14. o adds support for building on the 3DS
  15. o adds unicode build support on Windows
  16. o restores os400 building
  17. o increases min, max and opt Diffie Hellman group values
  18. o improves portiablity of the make file
  19. o improves timeout behavior with 2FA keyboard auth
  20. o various improvements to the Wincng backend
  21. o fixes reading parital packet replies when using an agent
  22. o fixes Diffie Hellman key exchange on Windows 1903+ builds
  23. o fixes building tests with older versions of OpenSSL
  24. o fixes possible multiple definition warnings
  25. o fixes potential cast issues _libssh2_ecdsa_key_get_curve_type()
  26. o fixes potential use after free if libssh2_init() is called twice
  27. o improved linking when using Mbed TLS
  28. o fixes call to libssh2_crypto_exit() if crypto hasn't been initialized
  29. o fixes crash when loading public keys with no id
  30. o fixes possible out of bounds read when exchanging keys
  31. o fixes possible out of bounds read when reading packets
  32. o fixes possible out of bounds read when opening an X11 connection
  33. o fixes possible out of bounds read when ecdh host keys
  34. o fixes possible hang when trying to read a disconnected socket
  35. o fixes a crash when using the delayed compression option
  36. o fixes read error with large known host entries
  37. o fixes various warnings
  38. o fixes various small memory leaks
  39. o improved error handling, various detailed errors will now be reported
  40. o builds are now using OSS-Fuzz
  41. o builds now use autoreconf instead of a custom build script
  42. o cmake now respects install directory
  43. o improved CI backend
  44. o updated HACKING-CRYPTO documentation
  45. o use markdown file extensions
  46. o improved unit tests
  47. This release would not have looked like this without help, code, reports and
  48. advice from friends like these:
  49. katzer, Orgad Shaneh, mark-i-m, Zenju, axjowa, Thilo Schulz,
  50. Etienne Samson, hlefebvre, seba30, Panos, jethrogb, Fabrice Fontaine,
  51. Will Cosgrove, Daniel Stenberg, Michael Buckley, Wallace Souza Silva,
  52. Romain-Geissler-1A, meierha, Tseng Jun, Thomas Klausner, Brendan Shanks,
  53. Harry Sintonen, monnerat, Koutheir Attouchi, Marc Hörsken, yann-morin-1998,
  54. Wez Furlong, TDi-jonesds, David Benjamin, Max Dymond, Igor Klevanets,
  55. Viktor Szakats, Laurent Stacul, Mstrodl, Gabriel Smith, MarcT512,
  56. Paul Capron, teottin, Tor Erik Ottinsen, Brian Inglis
  57. (40 contributors)