Changeset d7d39bb in mod_gnutls


Ignore:
Timestamp:
Sep 25, 2011, 11:42:17 PM (12 years ago)
Author:
Dash Shendy <neuromancer@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
Children:
8581fac
Parents:
8764d0d
Message:

Updated CHANGELOG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEWS

    r8764d0d rd7d39bb  
    11** Version 0.6 (2011-00-00)
     2-Fixed ServerAlias Directives.
     3-Fixed memory leaks related to client unclean shutdowns.
    24-Major Legacy Code Cleanup.
    35-Included Pdf & Html Manuals.
     
    1820** Version 0.5.8 (2010-08-18)
    1921- Session tickets are enabled by default.
    20 
    2122- Fixes some segmentation faults noticed in some
    2223  configurations.
     
    2627  my system had issues after reaching a limit of entries.
    2728  SDBM seems stable so force it.
    28 
    2929- Optimizations in session caching.
    30 
    3130- Added support for session tickets. This allows a
    3231  server to avoid using a session cache and still support
     
    3433  session data during handshake. New option
    3534  GnuTLSSessionTickets [on|off]
    36 
    3735- Depend on gnutls 2.10.0 to force support for safe
    3836  renegotiation.
     
    4139- Corrected issue with firefox and long POST data (by
    4240  handling EINTR and EAGAIN errors in read).
    43 
    4441- Added support for chained client certificates
    45 
    4642- Corrected more issues related to double frees
    4743http://issues.outoforder.cc/view.php?id=102
    4844
    4945** Version 0.5.5 (2009-06-13)
    50 
    5146- Removed limits on CA certificate loading. Reported by
    5247  Sander Marechal and Jack Bates.
    53 
    5448- Do not allow sending empty TLS packets even when instructed to.
    5549  This had the side effect of clients closing connection.
    5650
    5751** Version 0.5.4 (2009-01-04)
    58 
    5952- mod_gnutls.h: modified definition to extern to avoid compilation
    6053  errors in darwin.
    61 
    6254- Added patch to fix issue with mod_proxy. Investigation and patch by Alain
    6355  Knaff.
    64 
    6556- libgnutls detection uses pkg-config.
    6657
    6758** Version 0.5.3 (2008-10-16)
    68 
    6959- Corrected bug to allow having an OpenPGP-only web site.
    70 
    7160- Increased Max handshake tries due to interrupted system calls.
    7261
    7362** Version 0.5.2 (2008-06-29)
    74 
    7563- Depend on gnutls 2.4 which has openpgp support in main library.
    7664
    7765** Version 0.5.1 (2008-03-05)
    78 
    7966- Added --disable-srp configure option
    80 
    8167- Better check for memcache (patch by Guillaume Rousse)
    82 
    8368- Corrected possible memory leak in DBM support for resuming sessions.
    8469
    8570** Version 0.5.0-alpha (2008-01-24)
    86 
    8771- Added support for OpenPGP keys. The new directives are:
    8872  GnuTLSPGPKeyringFile, GnuTLSPGPCertificateFile, GnuTLSPGPKeyFile
    8973
    9074** Version 0.4.2 (2007-12-10)
    91 
    9275- Added support for sending a certificate chain.
    93 
    9476- Corrected bug which did not allow the TLS session cache to be used.
    95 
    9677- Do not allow resuming sessions on different servers.
    9778
    9879** Version 0.4.1 (2007-12-03)
    99 
    10080- Added support for subject alternative names in certificates.
    10181Only one per certificate is supported.
    102 
    10382- New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%,
    10483SSL_CLIENT_S_TYPE, SSL_SERVER_M_VERSION, SSL_SERVER_S_SAN%, SSL_SERVER_S_TYPE
    105 
    10684- The compatibility mode can now be enabled explicitely with the
    10785%COMPAT keyword at the GnuTLSPriorities string. It is no longer the default.
    108 
    10986- Check for GnuTLSPriorities directive. This corrects a segfault. Thanks
    11087to David Hrbáč.
    111 
    11288- Better handling of GnuTLSDHFile and GnuTLSRSAFile.
    113 
    11489- No longer default paths for RSA and DH parameter files.
Note: See TracChangeset for help on using the changeset viewer.