Re: svn commit: r1774473 - in /serf/branches/ocsp-verification: buckets/ssl_buckets.c serf_bucket_types.h test/test_ssl.c

2016-12-15 Thread Branko Čibej
On 16.12.2016 06:45, Ivan Zhakov wrote: > On 16 December 2016 at 01:48, Branko Čibej wrote: >> On 15.12.2016 18:16, Ivan Zhakov wrote: >>> On 15 December 2016 at 17:31, wrote: +/* + * OCSP bits are here because they depend on OpenSSL and private

svn commit: r1774546 - in /serf/trunk/buckets: fcgi_buckets.c hpack_buckets.c

2016-12-15 Thread brane
Author: brane Date: Fri Dec 16 00:16:20 2016 New Revision: 1774546 URL: http://svn.apache.org/viewvc?rev=1774546=rev Log: Fix some compilation warnings. * buckets/fcgi_buckets.c (serf_fcgi_frame_refill): Use APR_SIZE_T_FMT for a size-type printf argument. * buckets/hpack_buckets.c

Re: Warnings on trunk

2016-12-15 Thread Lieven Govaerts
On Thu, Dec 15, 2016 at 7:53 AM, Branko Čibej wrote: > Some warnings on trunk have been getting on my nerves and I finally got > to the point of starting to fix them. A couple are not entirely clear-cut: > > 1. > > buckets/hpack_buckets.c:1872:27: warning: comparison of

Re: svn commit: r1774473 - in /serf/branches/ocsp-verification: buckets/ssl_buckets.c serf_bucket_types.h test/test_ssl.c

2016-12-15 Thread Branko Čibej
On 15.12.2016 18:16, Ivan Zhakov wrote: > On 15 December 2016 at 17:31, wrote: >> +/* >> + * OCSP bits are here because they depend on OpenSSL and private types >> + * defined in this file. >> + */ >> + >> +struct serf_ssl_ocsp_request_t { >> +#ifndef OPENSSL_NO_OCSP >> +/*

Re: svn commit: r1774473 - in /serf/branches/ocsp-verification: buckets/ssl_buckets.c serf_bucket_types.h test/test_ssl.c

2016-12-15 Thread Ivan Zhakov
On 15 December 2016 at 17:31, wrote: > Author: brane > Date: Thu Dec 15 14:31:13 2016 > New Revision: 1774473 > > URL: http://svn.apache.org/viewvc?rev=1774473=rev > Log: > On the ocsp-verification branch: Implement request constructor, > export, import and acccessors. > [...]

svn commit: r1774473 - in /serf/branches/ocsp-verification: buckets/ssl_buckets.c serf_bucket_types.h test/test_ssl.c

2016-12-15 Thread brane
Author: brane Date: Thu Dec 15 14:31:13 2016 New Revision: 1774473 URL: http://svn.apache.org/viewvc?rev=1774473=rev Log: On the ocsp-verification branch: Implement request constructor, export, import and acccessors. * serf_bucket_types.h (serf_ssl_ocsp_response_parse): Fix return type. *

svn commit: r1774387 - /serf/branches/ocsp-verification/buckets/ssl_buckets.c

2016-12-15 Thread brane
Author: brane Date: Thu Dec 15 08:32:47 2016 New Revision: 1774387 URL: http://svn.apache.org/viewvc?rev=1774387=rev Log: On the ocsp-verification branch: Use the new certificate cleanup function. * buckets/ssl_buckets.c (serf_ssl_cert_import): Don't leak SSL certificates. Modified:

svn commit: r1774386 - in /serf/branches/ocsp-verification: ./ buckets/hpack_buckets.c buckets/log_wrapper_buckets.c buckets/mmap_buckets.c buckets/ssl_buckets.c

2016-12-15 Thread brane
Author: brane Date: Thu Dec 15 08:28:42 2016 New Revision: 1774386 URL: http://svn.apache.org/viewvc?rev=1774386=rev Log: On the ocsp-verification branch: Sync with trunk up to r1774385. Modified: serf/branches/ocsp-verification/ (props changed)

svn commit: r1774385 - /serf/trunk/buckets/ssl_buckets.c

2016-12-15 Thread brane
Author: brane Date: Thu Dec 15 08:23:23 2016 New Revision: 1774385 URL: http://svn.apache.org/viewvc?rev=1774385=rev Log: Don't leak SSL certificates. * buckets/ssl_buckets.c (free_ssl_cert): New pool cleanup function. (serf_ssl_load_cert_file): Set up a pool cleanup for the certificate,