[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svn commit: r1572548 - /subversion/trunk/subversion/svn/auth-cmd.c

From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 27 Feb 2014 15:26:24 +0100

> -----Original Message-----
> From: stsp_at_apache.org [mailto:stsp_at_apache.org]
> Sent: donderdag 27 februari 2014 14:14
> To: commits_at_subversion.apache.org
> Subject: svn commit: r1572548 - /subversion/trunk/subversion/svn/auth-
> cmd.c
>
> Author: stsp
> Date: Thu Feb 27 13:13:44 2014
> New Revision: 1572548
>
> URL: http://svn.apache.org/r1572548
> Log:
> * subversion/svn/auth-cmd.c: Disable pretty-printing on SSL certs on
> Windows,
> because it is broken with all currently released versions of serf.
> To make it easier to enable/disable this feature, add a new
> SVN_AUTH_PRETTY_PRINT_SSL_CERTS define switch instead of directly
> using SVN_HAVE_SERF for this purpose.

Note that the function is also unreliable on other platforms... You are not allowed to call openssl functions, before initializing openssl!

The problem is just bigger on Windows, as it breaks harder there. But perhaps the next openssl crashes harder on another platform.

        Bert
Received on 2014-02-27 15:27:07 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.