Changeset d7d39bb in mod_gnutls
- Timestamp:
- Sep 25, 2011, 11:42:17 PM (12 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- 8581fac
- Parents:
- 8764d0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEWS
r8764d0d rd7d39bb 1 1 ** Version 0.6 (2011-00-00) 2 -Fixed ServerAlias Directives. 3 -Fixed memory leaks related to client unclean shutdowns. 2 4 -Major Legacy Code Cleanup. 3 5 -Included Pdf & Html Manuals. … … 18 20 ** Version 0.5.8 (2010-08-18) 19 21 - Session tickets are enabled by default. 20 21 22 - Fixes some segmentation faults noticed in some 22 23 configurations. … … 26 27 my system had issues after reaching a limit of entries. 27 28 SDBM seems stable so force it. 28 29 29 - Optimizations in session caching. 30 31 30 - Added support for session tickets. This allows a 32 31 server to avoid using a session cache and still support … … 34 33 session data during handshake. New option 35 34 GnuTLSSessionTickets [on|off] 36 37 35 - Depend on gnutls 2.10.0 to force support for safe 38 36 renegotiation. … … 41 39 - Corrected issue with firefox and long POST data (by 42 40 handling EINTR and EAGAIN errors in read). 43 44 41 - Added support for chained client certificates 45 46 42 - Corrected more issues related to double frees 47 43 http://issues.outoforder.cc/view.php?id=102 48 44 49 45 ** Version 0.5.5 (2009-06-13) 50 51 46 - Removed limits on CA certificate loading. Reported by 52 47 Sander Marechal and Jack Bates. 53 54 48 - Do not allow sending empty TLS packets even when instructed to. 55 49 This had the side effect of clients closing connection. 56 50 57 51 ** Version 0.5.4 (2009-01-04) 58 59 52 - mod_gnutls.h: modified definition to extern to avoid compilation 60 53 errors in darwin. 61 62 54 - Added patch to fix issue with mod_proxy. Investigation and patch by Alain 63 55 Knaff. 64 65 56 - libgnutls detection uses pkg-config. 66 57 67 58 ** Version 0.5.3 (2008-10-16) 68 69 59 - Corrected bug to allow having an OpenPGP-only web site. 70 71 60 - Increased Max handshake tries due to interrupted system calls. 72 61 73 62 ** Version 0.5.2 (2008-06-29) 74 75 63 - Depend on gnutls 2.4 which has openpgp support in main library. 76 64 77 65 ** Version 0.5.1 (2008-03-05) 78 79 66 - Added --disable-srp configure option 80 81 67 - Better check for memcache (patch by Guillaume Rousse) 82 83 68 - Corrected possible memory leak in DBM support for resuming sessions. 84 69 85 70 ** Version 0.5.0-alpha (2008-01-24) 86 87 71 - Added support for OpenPGP keys. The new directives are: 88 72 GnuTLSPGPKeyringFile, GnuTLSPGPCertificateFile, GnuTLSPGPKeyFile 89 73 90 74 ** Version 0.4.2 (2007-12-10) 91 92 75 - Added support for sending a certificate chain. 93 94 76 - Corrected bug which did not allow the TLS session cache to be used. 95 96 77 - Do not allow resuming sessions on different servers. 97 78 98 79 ** Version 0.4.1 (2007-12-03) 99 100 80 - Added support for subject alternative names in certificates. 101 81 Only one per certificate is supported. 102 103 82 - New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%, 104 83 SSL_CLIENT_S_TYPE, SSL_SERVER_M_VERSION, SSL_SERVER_S_SAN%, SSL_SERVER_S_TYPE 105 106 84 - The compatibility mode can now be enabled explicitely with the 107 85 %COMPAT keyword at the GnuTLSPriorities string. It is no longer the default. 108 109 86 - Check for GnuTLSPriorities directive. This corrects a segfault. Thanks 110 87 to David Hrbáč. 111 112 88 - Better handling of GnuTLSDHFile and GnuTLSRSAFile. 113 114 89 - No longer default paths for RSA and DH parameter files.
Note: See TracChangeset
for help on using the changeset viewer.