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

Re: [PATCH] Upgrade svn to use neon 0.19.2 & fix #625

From: William Uther <will=subversion_at_cs.cmu.edu>
Date: 2002-02-20 00:49:29 CET

On 19/2/02 6:42 PM, "Blair Zajac" <blair@orcaware.com> wrote:

> This patch replaces the previous one to neon 0.19.1.

Hi,
  In the following callback function, should the user be warned? I'm just
wondering if there should be a message: "The server seems to have an invalid
SSL certificate. Connecting Anyway.\n".

\x/ill :-}

> +/* A neon-session callback to validate the SSL certificate when the CA
> + is unknown or there are other SSL certificate problems. */
> +static int ssl_set_verify_callback(void *userdata, int failures,
> + const ne_ssl_certificate *cert)
> +{
> + /* Accept any SSL certificate. */
> + return 0;
> +}
> +

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:09 2006

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.