From fa842ac2cb74254836ecb5ce56db7cda737705db Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 11 Jan 2012 23:48:15 +0000 Subject: [PATCH] update doc to reflect rebased pkcs11 patch --- doc/arm/pkcs11.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/arm/pkcs11.xml b/doc/arm/pkcs11.xml index 4e2de5d5aa..646cbc5049 100644 --- a/doc/arm/pkcs11.xml +++ b/doc/arm/pkcs11.xml @@ -17,7 +17,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + PKCS #11 (Cryptoki) support @@ -73,7 +73,7 @@ The latest OpenSSL version at the time of the BIND release - is 0.9.8l. + is 0.9.8s. ISC will provide an updated patch as new versions of OpenSSL are released. The version number in the following examples is expected to change. @@ -82,18 +82,18 @@ necessary to build OpenSSL with this patch in place and inform it of the path to the HSM-specific PKCS #11 provider library. - Obtain OpenSSL 0.9.8l: + Obtain OpenSSL 0.9.8s: -$ wget http://www.openssl.org/source/openssl-0.9.8l.tar.gz +$ wget http://www.openssl.org/source/openssl-0.9.8s.tar.gz Extract the tarball: -$ tar zxf openssl-0.9.8l.tar.gz +$ tar zxf openssl-0.9.8s.tar.gz Apply the patch from the BIND 9 release: -$ patch -p1 -d openssl-0.9.8l \ - < bind-9.7.0/bin/pkcs11/openssl-0.9.8l-patch +$ patch -p1 -d openssl-0.9.8s \ + < bind-9.7.0/bin/pkcs11/openssl-0.9.8s-patch (Note that the patch file may not be compatible with the "patch" utility on all operating systems. You may need to @@ -124,7 +124,7 @@ $ cp pkcs11.GCC4.0.2.so.4.05 /opt/pkcs11/usr/lib/libpkcs11.soFinally, the Keyper library requires threads, so we must specify -pthread. -$ cd openssl-0.9.8l +$ cd openssl-0.9.8s $ ./Configure linux-generic32 -m32 -pthread \ --pk11-libname=/opt/pkcs11/usr/lib/libpkcs11.so \ --pk11-flavor=sign-only \ @@ -145,7 +145,7 @@ $ ./Configure linux-generic32 -m32 -pthread \ In this example, we are building on Solaris x86 on an AMD64 system. -$ cd openssl-0.9.8l +$ cd openssl-0.9.8s $ ./Configure solaris64-x86_64-cc \ --pk11-libname=/usr/lib/64/libpkcs11.so \ --pk11-flavor=crypto-accelerator \