From: "Pierre De Boeck" <[EMAIL PROTECTED]>
> Hi all,
> 
> I just downloaded the 0.9.7b version of OpenSsl and I expected
> to see PKCS11 support in the form of an ENGINE instance.
> 
> But apparently that particular engine is not yet bundled with
> the rest and so I downloaded the "hw_pkcs11-0.9.7b" patch (
> in the contribution link) which should provide what I need.
> 
> So now my question: how do I apply a patch in OpenSsl?
> 
> I use Windows Xp with the MS compiler (VC-WIN32) and I have not
> installed cygwin.
> 

You must install first UnxUtils.zip available from 
http://unxutils.sourceforge.net on your Win32 system.

You need also Perl for Win32. You will need ActiveState Perl, 
available from http://www.activestate.com/ActivePerl.

Then you can install openssl and pkcs#11 patch by:
(copy tar.gz and patch in the same directory)
tar xvzf openssl-0.9.7b.tar.gz
patch -p0 < hw_pkcs11-0.9.7b.patch
cd openssl-0.9.7b
perl Configure VC-WIN32
ms\do_ms
nmake -f ms\ntdll.mak

______________________________________
[EMAIL PROTECTED]
Bull TrustWay R&D 
http://www.trustway.bull.com

> Pierre De Boeck
> Sr System Engineer
> Cipherquest 
> 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to