neon Changelog

What's new in neon 0.29.5

Oct 15, 2010
  • This version fixes bugs in SSL handshakes with GnuTLS and in SSPI support on Windows.

New in neon 0.29.4 (Oct 5, 2010)

  • This version fixes bugs in TLS SNI support and Kerberos authentication support on Windows.

New in neon 0.29.3 (Jan 12, 2010)

  • Change ne_sock_close() to no longer wait for SSL closure alert:
  • fixes possible hang with IIS servers when closing SSL connection
  • this reverts the behaviour with OpenSSL to match 0.28.x, and changes the behaviour with GnuTLS to match that with OpenSSL
  • Fix memory leak with GnuTLS
  • API clarification in ne_sock_close():
  • SSL closure handling now documented
  • return value semantics fixed to describe the implementation

New in neon 0.29.0 (Sep 14, 2009)

  • This release adds support for NTLM authentication on Unix, SOCKS proxies, and system proxy configuration via libproxy.
  • A new WebDAV ACL interface is now available.
  • The SSL certificate chain verification has been improved.
  • Some minor bugfixes are also included.

New in neon 0.28.4 (Mar 4, 2009)

  • This release includes a number of fixes for GnuTLS support, fixes the ne_forget_auth function, and adds support for the smartcard (PKCS#11) interface with OpenSSL.