# # ChangeLog for / in mod_gnutls # # Generated by Trac 1.2 # Jan 26, 2021, 8:14:20 PM Wed, 30 Jan 2013 01:05:42 GMT Daniel Kahn Gillmor [040387c] * include/mod_gnutls.h.in (modified) * src/gnutls_cache.c (modified) * src/gnutls_config.c (modified) * src/gnutls_hooks.c (modified) * src/mod_gnutls.c (modified) server-wide settings should be defaults unless overridden in a vhost ... Wed, 30 Jan 2013 01:05:42 GMT Daniel Kahn Gillmor [32538ff] * t/tests/01_serverwide_priorities/apache.conf (added) * t/tests/01_serverwide_priorities/gnutls-cli.args (added) * t/tests/01_serverwide_priorities/input (added) * t/tests/01_serverwide_priorities/output (added) demonstrate failure with server-wide setting of GnuTLS priorities Wed, 30 Jan 2013 01:05:34 GMT Daniel Kahn Gillmor [4b53371] * Makefile.am (modified) * run_tests.sh (added) * t/.gitignore (added) * t/Makefile (added) * t/README (added) * t/authority.template (added) * t/authority.template.in (added) * t/authority.uid (added) * t/base_apache.conf (added) * t/client.template (added) * t/client.template.in (added) * t/client.uid (added) * t/data/dump.cgi (added) * t/data/secret.txt (added) * t/data/test.txt (added) * t/imposter.template (added) * t/imposter.uid (added) * t/mime.types (added) * t/newtest (added) * t/rogueca.template (added) * t/rogueca.uid (added) * t/runtests (added) * t/server.template.in (added) * t/server.uid.in (added) * t/setup (added) * t/tests/00_basic/apache.conf (added) * t/tests/00_basic/gnutls-cli.args (added) * t/tests/00_basic/input (added) * t/tests/00_basic/output (added) initial testing framework, with one simple test. Tue, 29 Jan 2013 20:41:38 GMT Daniel Kahn Gillmor [375939d] * .gitignore (added) tell git to explicitly ignore configuration and build byproducts Tue, 29 Jan 2013 20:41:38 GMT Daniel Kahn Gillmor [2d0f6cf] * src/mod_gnutls.c (modified) initialize members by name, for better clarity Tue, 29 Jan 2013 20:41:38 GMT Daniel Kahn Gillmor [8400c2e] * docs/mod_gnutls_manual-0.1.html (modified) * src/gnutls_config.c (modified) properly document the GnuTLSCache directive Tue, 29 Jan 2013 20:41:38 GMT Daniel Kahn Gillmor [369f47a] * docs/mod_gnutls_manual-0.1.html (modified) * src/gnutls_hooks.c (modified) avoid calling gnutls_srp_server_get_username() unless SRP is configured Tue, 29 Jan 2013 20:41:38 GMT Daniel Kahn Gillmor [b8df283] * src/gnutls_hooks.c (modified) use gnutls_datum_t instead of the deprecated gnutls_datum Tue, 29 Jan 2013 20:41:38 GMT Daniel Kahn Gillmor [2b76a9c] * docs/mod_gnutls_manual-0.1.html (modified) * src/gnutls_hooks.c (modified) X.509 certificates are ordered EE first (see ... Tue, 29 Jan 2013 20:41:38 GMT Daniel Kahn Gillmor [303dc6e] * docs/mod_gnutls_manual-0.1.html (modified) manual cleanup and clarification Tue, 29 Jan 2013 20:41:38 GMT Daniel Kahn Gillmor [dab7a25] * docs/mod_gnutls_manual-0.1.html (modified) * include/mod_gnutls.h.in (modified) rip out remaining references to obsolete "export" encryption Tue, 29 Jan 2013 20:41:38 GMT Daniel Kahn Gillmor [6055aff] * src/gnutls_hooks.c (modified) warn if the server hostname cannot be found in the certificate Tue, 29 Jan 2013 20:41:38 GMT Daniel Kahn Gillmor [e2b936e] * src/gnutls_hooks.c (modified) no longer using first_run since 31645b2ad; remove it Tue, 29 Jan 2013 20:41:38 GMT Daniel Kahn Gillmor [422f5b7] * src/gnutls_cache.c (modified) report an error if the attempt to chown the dbm session cache fails Tue, 29 Jan 2013 20:41:38 GMT Daniel Kahn Gillmor [198b9f0] * .dir-locals.el (added) try to record a surmise of the expected C coding conventions for ... Tue, 29 Jan 2013 20:41:38 GMT Daniel Kahn Gillmor [3596d6a] * include/mod_gnutls.h.in (modified) enable building against gnutls 3.x, which does not have Fri, 21 Dec 2012 04:31:56 GMT Dash Shendy [8780e34] * build_module.sh (added) Merge branch 'master' of ... Fri, 21 Dec 2012 04:29:16 GMT Dash Shendy [3b4c0d0] * include/mod_gnutls.h.in (modified) * src/gnutls_config.c (modified) * src/gnutls_hooks.c (modified) * Added Comments to Header Structures * Refactored the following: ... Fri, 21 Dec 2012 04:18:47 GMT Dash Shendy [8c03808] * src/mod_gnutls.c (modified) Removed Obselete Configuration Directives: - GnuTLSRSAFile - ... Thu, 20 Dec 2012 18:38:53 GMT Dash Shendy [62917e9] * build_module.sh (added) Added build script for Maintainers Signed-off-by: Dash Shendy ... Thu, 22 Nov 2012 18:12:35 GMT Dash Shendy [cb60afc] * src/gnutls_hooks.c (modified) Bugfix: check_server_aliases() Signed-off-by: Dash Shendy ... Wed, 14 Nov 2012 22:24:57 GMT Dash Shendy [e3d36c7] * src/gnutls_hooks.c (modified) Fixed conditional ServerAlias names' & wildcards' matching ... Wed, 14 Nov 2012 21:00:07 GMT Dash Shendy [9ddaa29] * include/mod_gnutls.h.in (modified) Added missing header for string matching function ap_fnmatch() Sun, 11 Nov 2012 21:04:15 GMT Dash Shendy [14d718f] * src/gnutls_hooks.c (modified) Added support for wildcards in ServerAlias configuration directive ... Sun, 11 Nov 2012 02:06:32 GMT Dash Shendy [9ee0464] * include/mod_gnutls.h.in (modified) * src/gnutls_hooks.c (modified) * src/gnutls_io.c (modified) Compilation Errors Cleanup Signed-off-by: Dash Shendy ... Thu, 09 Aug 2012 22:06:39 GMT Dash Shendy [694fc04] * docs/Dia/gnutls_cache.dia (added) * docs/Dia/gnutls_config.dia (added) * docs/Dia/gnutls_hooks.dia (added) * docs/Dia/gnutls_io.dia (added) * docs/Dia/mod_gnutls-0.5.10.dia (added) * docs/Dia/mod_gnutls.dia (added) mod_gnutls 0.5.10 UML Diagrams Signed-off-by: Dash Shendy ... Wed, 07 Dec 2011 05:22:48 GMT Dash Shendy [37f8282] * include/mod_gnutls.h.in (modified) * src/gnutls_hooks.c (modified) * src/mod_gnutls.c (modified) mod_proxy support continued Signed-off-by: Dash Shendy ... Tue, 04 Oct 2011 11:01:32 GMT Dash Shendy [33826c5] * include/mod_gnutls.h.in (modified) * src/gnutls_config.c (modified) * src/gnutls_hooks.c (modified) * src/gnutls_io.c (modified) * src/mod_gnutls.c (modified) mod_proxy support Mon, 03 Oct 2011 13:19:03 GMT Dash Shendy [a4feefc] * NEWS (deleted) Removed NEWS (Now called CHANGELOG) Mon, 03 Oct 2011 13:28:02 GMT Dash Shendy [9ee7549] * CHANGELOG (added) Renamed NOTICE to CHANGELOG Mon, 03 Oct 2011 13:15:50 GMT Dash Shendy [da8c2fe] * src/gnutls_hooks.c (modified) Debug logging fix up Mon, 03 Oct 2011 12:54:22 GMT Dash Shendy [74f798f] * src/gnutls_hooks.c (modified) Added Debug logging and user warning for not spec. DH Params Mon, 03 Oct 2011 12:08:37 GMT Dash Shendy [fe42bfb] * src/gnutls_hooks.c (modified) Compilation Warnings Fixup Mon, 03 Oct 2011 11:28:42 GMT Dash Shendy [410d216] * src/gnutls_cache.c (modified) * src/gnutls_hooks.c (modified) Generate DH params instead of using the static ones Mon, 26 Sep 2011 04:00:52 GMT Dash Shendy [b3eb741] * src/gnutls_hooks.c (modified) Removed Obselete static const int protocol_priority[] Mon, 26 Sep 2011 03:59:48 GMT Dash Shendy [0cfcbf3] * src/gnutls_hooks.c (modified) Removed DEBUGLOG Mon, 26 Sep 2011 03:57:38 GMT Dash Shendy [b7098b2] * src/gnutls_hooks.c (modified) ServerAlias Directive Fix (For Apache 2.0.x) Mon, 26 Sep 2011 03:48:04 GMT Dash Shendy [8581fac] * src/gnutls_hooks.c (modified) Compilation Errors Fixup Mon, 26 Sep 2011 03:42:17 GMT Dash Shendy [d7d39bb] * NEWS (modified) Updated CHANGELOG Mon, 26 Sep 2011 03:41:30 GMT Dash Shendy [8764d0d] * src/gnutls_hooks.c (modified) ServerAlias Directive Fix Mon, 26 Sep 2011 01:39:45 GMT Dash Shendy [d2ee1a1] * src/gnutls_hooks.c (modified) Removed obselete function ... Mon, 26 Sep 2011 01:32:57 GMT Dash Shendy [cf10d49] * src/gnutls_hooks.c (modified) Added new definition for function cert_retrieve_fn() Mon, 26 Sep 2011 01:25:50 GMT Dash Shendy [d0be765] * src/gnutls_hooks.c (modified) Added some comments Mon, 26 Sep 2011 01:25:20 GMT Dash Shendy [fb26be5] * include/mod_gnutls.h.in (modified) Declation of apr_signal_block(int signum) Mon, 26 Sep 2011 01:15:02 GMT Dash Shendy [9180a60] * src/gnutls_hooks.c (modified) Applied New Functions Patch from Nikos Mon, 26 Sep 2011 01:14:11 GMT Dash Shendy [84e07cc] * configure.ac (modified) minor cleanup Mon, 26 Sep 2011 00:13:55 GMT Dash Shendy [9a9bc1e] * src/gnutls_io.c (modified) Added fix for unclean shutdowns, we're now ignoring SIGPIPE Signals Sun, 25 Sep 2011 18:32:06 GMT Dash Shendy [7e92bbb] * autogen.sh (deleted) Removed Bash Autoconf command Sun, 25 Sep 2011 18:31:21 GMT Dash Shendy [0acdcd1] * README (modified) Added INSTALLATION + MAINTAINERS sections Tue, 20 Sep 2011 05:28:25 GMT Dash Shendy [7c05ed1] * include/mod_gnutls.h.in (modified) * src/mod_gnutls.c (modified) Fix Compilation Warnings Tue, 20 Sep 2011 05:17:20 GMT Dash Shendy [ec9daf2] * configure.ac (modified) * include/mod_gnutls.h.in (modified) Reverted ENABLE_SRP define (was correct!) Tue, 20 Sep 2011 05:02:54 GMT Dash Shendy [7f1b026] * src/Makefile.am (modified) Remove Lua Source file Tue, 20 Sep 2011 05:02:34 GMT Dash Shendy [4aec9a1] * configure.ac (modified) Fixup Macros Tue, 20 Sep 2011 04:46:28 GMT Dash Shendy [c70c6d7] * configure.ac (modified) * include/mod_gnutls.h.in (modified) #defined missing ENABLE_SRP Tue, 20 Sep 2011 04:32:33 GMT Dash Shendy [16a6853] * include/mod_gnutls.h.in (modified) Re-Arranged USING_2_1_RECENT define Tue, 20 Sep 2011 04:31:02 GMT Dash Shendy [c7c2ad2] * include/mod_gnutls.h.in (modified) Removed reference to mgs_authz_lua() Tue, 20 Sep 2011 03:58:43 GMT Dash Shendy [e183628] * src/gnutls_cache.c (modified) * src/gnutls_config.c (modified) * src/gnutls_hooks.c (modified) * src/gnutls_io.c (modified) * src/mod_gnutls.c (modified) Updated Copyright Headers & Formatting Tue, 20 Sep 2011 03:39:58 GMT Dash Shendy [6223319] * src/mod_gnutls.c (modified) Remove More Legacy LUA Code Tue, 20 Sep 2011 03:38:39 GMT Dash Shendy [443b18e] * src/gnutls_config.c (modified) Remove Legacy LUA Code Tue, 20 Sep 2011 03:27:46 GMT Dash Shendy [b01d6a2] * autogen.sh (modified) Minor Cleanup Tue, 20 Sep 2011 03:25:10 GMT Dash Shendy [fe0c93a] * README (modified) Updated README Tue, 20 Sep 2011 03:20:37 GMT Dash Shendy [8c66e7c] * NOTICE (modified) Updated NOTICE Tue, 20 Sep 2011 03:19:45 GMT Dash Shendy [afe2d68] * NEWS (modified) Update Version Changes Tue, 20 Sep 2011 02:31:36 GMT Dash Shendy [bb24ee8] * docs/index.xml (deleted) * docs/mod_gnutls_manual-0.1.html (added) * docs/mod_gnutls_manual-0.1.pdf (added) Added PDF & HTML Manuals Tue, 20 Sep 2011 02:25:46 GMT Dash Shendy [485d28e] * Makefile.am (modified) * include/mod_gnutls.h.in (modified) * src/Makefile.am (modified) * src/gnutls_cache.c (modified) * src/gnutls_io.c (modified) * src/gnutls_lua.c (deleted) Major Legacy Code Cleanup Tue, 20 Sep 2011 02:06:53 GMT Dash Shendy [cac3a7f] * configure.ac (modified) Updated Prerequisites Tue, 20 Sep 2011 01:03:16 GMT Dash Shendy [f4e0790] * m4/apreq.m4 (deleted) * m4/buildconf.py (deleted) * m4/find_apr.m4 (deleted) * m4/libgnutls.m4 (deleted) * m4/librsvg.m4 (deleted) * m4/lua.m4 (deleted) * mod_gnutls.xcode/project.pbxproj (deleted) Cleanup Legacy Code Wed, 13 Jul 2011 12:52:00 GMT Edward Rudd [874e7a7] * docs/index.xml (added) add in manual from outoforder.cc website Fri, 08 Jul 2011 21:27:54 GMT Dash Shendy [09bce31] * configure.ac (modified) Changed Version String to 0.5.10 Fri, 08 Jul 2011 21:30:33 GMT Dash Shendy [8fffed1] * include/mod_gnutls.h.in (modified) * src/gnutls_io.c (modified) Compilation Fixups Signed-off-by: Dash Shendy Fri, 08 Jul 2011 21:04:16 GMT Dash Shendy [60cf11c] * src/gnutls_hooks.c (modified) * src/gnutls_io.c (modified) Proxy (TLS termination) patch Signed-off-by: Dash Shendy ... Fri, 08 Jul 2011 20:55:17 GMT Dash Shendy [b4a875b] * src/gnutls_io.c (modified) EOC Bucket Infinite Loop Bugfix Signed-off-by: Dash Shendy ... Tue, 16 Nov 2010 14:05:30 GMT Nikos Mavrogiannopoulos [b59327c] * NEWS (modified) * src/gnutls_config.c (modified) * src/gnutls_hooks.c (modified) * src/mod_gnutls.c (modified) GnuTLSCache can now take a single argument (none). Mon, 25 Oct 2010 19:21:04 GMT Nikos Mavrogiannopoulos [e02dd8c] * src/gnutls_cache.c (modified) * src/gnutls_config.c (modified) * src/gnutls_hooks.c (modified) * src/gnutls_io.c (modified) * src/gnutls_lua.c (modified) * src/mod_gnutls.c (modified) indented code Fri, 24 Sep 2010 07:12:37 GMT Nikos Mavrogiannopoulos [62def2f] * src/gnutls_io.c (modified) reduced warning level of TLS errors. Fri, 24 Sep 2010 06:56:07 GMT Nikos Mavrogiannopoulos [be90561] * NEWS (modified) Updated for 0.5.9 Fri, 24 Sep 2010 06:51:52 GMT Nikos Mavrogiannopoulos [d8c7cf4] * NEWS (modified) * include/mod_gnutls.h.in (modified) * src/gnutls_cache.c (modified) * src/gnutls_config.c (modified) Only allow two options for DB. Berkeley DB and gdbm. The other ... Thu, 23 Sep 2010 07:35:27 GMT Nikos Mavrogiannopoulos [771ca63] * NEWS (modified) * include/mod_gnutls.h.in (modified) * src/gnutls_cache.c (modified) * src/gnutls_config.c (modified) The GnuTLSCache variable now can be given the specific option "sdbm" ... Thu, 23 Sep 2010 07:15:16 GMT Nikos Mavrogiannopoulos [0fce7c2] * configure.ac (modified) bumped version Wed, 22 Sep 2010 06:05:48 GMT Nikos Mavrogiannopoulos [7ce01c9] * NEWS (modified) * src/gnutls_io.c (modified) Corrected behavior in Keep-Alive connections (do not terminate the ... Wed, 18 Aug 2010 18:44:12 GMT Nikos Mavrogiannopoulos [41dd507] * NEWS (modified) * configure.ac (modified) Released 0.5.8. Wed, 18 Aug 2010 18:41:36 GMT Nikos Mavrogiannopoulos [368b574] * src/gnutls_hooks.c (modified) * src/gnutls_io.c (modified) Safer usage of session variable to prevent segmentation faults on ... Fri, 02 Jul 2010 13:15:52 GMT Nikos Mavrogiannopoulos [7fec961] * src/gnutls_hooks.c (modified) Depend on libgnutls for the activation and expiration time checks. Fri, 02 Jul 2010 13:04:15 GMT Nikos Mavrogiannopoulos [bca274d] * NEWS (modified) * src/gnutls_config.c (modified) Session tickets are enabled by default. Thu, 01 Jul 2010 01:09:56 GMT Nikos Mavrogiannopoulos [ae233c2] * NEWS (modified) * include/mod_gnutls.h.in (modified) * src/gnutls_config.c (modified) * src/gnutls_hooks.c (modified) * src/mod_gnutls.c (modified) Added option to turn on/off session tickets. Thu, 01 Jul 2010 00:55:00 GMT Nikos Mavrogiannopoulos [7b3e5de] * NEWS (modified) * configure.ac (modified) Released 0.5.7. Thu, 01 Jul 2010 00:47:51 GMT Nikos Mavrogiannopoulos [03a9a6b] * NEWS (modified) * src/gnutls_cache.c (modified) * src/gnutls_config.c (modified) Force SDBM. Wed, 30 Jun 2010 20:18:48 GMT Nikos Mavrogiannopoulos [3928f79] * src/gnutls_hooks.c (modified) More libgcrypt fixes. Wed, 30 Jun 2010 19:28:55 GMT Nikos Mavrogiannopoulos [f10ab4f] * include/mod_gnutls.h.in (modified) Added missing var. Wed, 30 Jun 2010 18:16:35 GMT Nikos Mavrogiannopoulos [0499540] * include/mod_gnutls.h.in (modified) * src/gnutls_hooks.c (modified) Use libgcrypt calls only if gnutls is older than 2.11.0 Sun, 27 Jun 2010 19:24:01 GMT Nikos Mavrogiannopoulos [4deda6d] * NEWS (modified) added more text on session tickets Sun, 27 Jun 2010 19:13:18 GMT Nikos Mavrogiannopoulos [2b29da0] * NEWS (modified) * src/gnutls_cache.c (modified) Check the cache DB every 15 minutes instead of checking on every write. Sun, 27 Jun 2010 19:06:15 GMT Nikos Mavrogiannopoulos [622abdd] * src/gnutls_cache.c (modified) open the database as readonly when fetching. Sun, 27 Jun 2010 18:10:12 GMT Nikos Mavrogiannopoulos [8e98518] * src/gnutls_hooks.c (modified) properly initialize variable. Sun, 27 Jun 2010 17:55:53 GMT Nikos Mavrogiannopoulos [ed07ddf] * src/gnutls_hooks.c (modified) Added support for session tickets. Sun, 27 Jun 2010 17:55:48 GMT Nikos Mavrogiannopoulos [bf41514] * NEWS (modified) * configure.ac (modified) Force support of safe renegotiation. Wed, 24 Mar 2010 07:09:14 GMT Nokis Mavrogiannopoulos [e6aac06] * configure.ac (modified) bumped version Wed, 24 Mar 2010 06:57:29 GMT Nokis Mavrogiannopoulos [d02158b] * NEWS (modified) Mon, 15 Mar 2010 20:48:49 GMT Nokis Mavrogiannopoulos [9085f5b] * NEWS (modified) * configure.ac (modified) * src/gnutls_io.c (modified) Corrected issue with firefox and long post data (had to do with read ... Tue, 21 Jul 2009 20:46:13 GMT Nokis Mavrogiannopoulos [dcf1118] * src/gnutls_io.c (modified) On connection termination be polite and send a bye (common handling ...