Adding -DDUMP_CA_CERTS for mod_ssl (Re: svn commit: r1550060 - in /httpd/httpd/trunk: CHANGES modules/ssl/ssl_engine_config.c)

2014-01-08 Thread Kaspar Brand
On 06.01.2014 08:46, Jan Kaluža wrote: On 01/05/2014 11:10 AM, Kaspar Brand wrote: I think I have no problem with changing the code to work as you describe. I've only thought the way it works now is better, because otherwise httpd could dump some files which it does not consider later.

Re: svn commit: r1550060 - in /httpd/httpd/trunk: CHANGES modules/ssl/ssl_engine_config.c

2014-01-05 Thread Kaspar Brand
On 02.01.2014 07:49, Jan Kaluza wrote: At first sorry for late response, I was away during Christmas time. The idea was to stay consistent with what DUMP_CERTS does, so DUMP_CA_CERTS prints only filename of the cert so it can be later passed to certwatch. I'm trying to load the certificate

Re: svn commit: r1550060 - in /httpd/httpd/trunk: CHANGES modules/ssl/ssl_engine_config.c

2014-01-05 Thread Jan Kaluža
On 01/05/2014 11:10 AM, Kaspar Brand wrote: On 02.01.2014 07:49, Jan Kaluza wrote: At first sorry for late response, I was away during Christmas time. The idea was to stay consistent with what DUMP_CERTS does, so DUMP_CA_CERTS prints only filename of the cert so it can be later passed to

Re: svn commit: r1550060 - in /httpd/httpd/trunk: CHANGES modules/ssl/ssl_engine_config.c

2014-01-01 Thread Jan Kaluza
On 12/13/2013 09:54 AM, Ruediger Pluem wrote: jkal...@apache.org wrote: Author: jkaluza Date: Wed Dec 11 07:16:28 2013 New Revision: 1550060 URL: http://svn.apache.org/r1550060 Log: mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all configured SSL CA certificates to

Re: svn commit: r1550060 - in /httpd/httpd/trunk: CHANGES modules/ssl/ssl_engine_config.c

2014-01-01 Thread Jan Kaluza
On 12/22/2013 09:30 AM, Kaspar Brand wrote: On 11.12.2013 08:16, jkal...@apache.org wrote: Author: jkaluza Date: Wed Dec 11 07:16:28 2013 New Revision: 1550060 URL: http://svn.apache.org/r1550060 Log: mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all configured SSL CA

Re: svn commit: r1550060 - in /httpd/httpd/trunk: CHANGES modules/ssl/ssl_engine_config.c

2013-12-22 Thread Kaspar Brand
On 11.12.2013 08:16, jkal...@apache.org wrote: Author: jkaluza Date: Wed Dec 11 07:16:28 2013 New Revision: 1550060 URL: http://svn.apache.org/r1550060 Log: mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all configured SSL CA certificates to stdout the same way as

Re: svn commit: r1550060 - in /httpd/httpd/trunk: CHANGES modules/ssl/ssl_engine_config.c

2013-12-13 Thread Ruediger Pluem
jkal...@apache.org wrote: Author: jkaluza Date: Wed Dec 11 07:16:28 2013 New Revision: 1550060 URL: http://svn.apache.org/r1550060 Log: mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all configured SSL CA certificates to stdout the same way as DUMP_CERTS does.