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

Re: Compiling with capieng enabled for smart card authentication

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 04 May 2009 18:31:27 +0200

Lucas Johnson wrote:
> Patrick,
>
> I have compiled newer versions of TortoiseSVN with CAC authentication
> following the steps in the build.txt file, but you have to take some
> files from TortoiseSVN 1.5.5. Also, you can only use OpenSSL 0.9.8i,
> not a newer version. I copied OpenSSL.build, VC-32.pl, and ossl_typ.h
> from 1.5.5 to 1.6.1 in their appropriate locations, then everything
> compiles fine using nant release setup.
>
> The change seems to be in OpenSSL for using capi, but I'm not sure if
> modifications need to be made to TortoiseSVN or OpenSSL so that newer
> versions of OpenSSL can be used with TortoiseSVN with CAC
> authentication.

Comparing OpenSSL 0.9.8k with 0.9.8k reveals that capieng has to be
enabled now with
experimental-capieng
instead of
enable-capieng

this change was made because capieng is still considered experimental
and should therefore not be as easily enabled as other options.

So, change the OpenSSL.build file and replace the lines
<arg value="enable-capieng" />
with
<arg value="experimental-capieng" />

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2057870
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-05-04 18:31:47 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

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