Re: [Fwd: PKCS#11 engines revisited]

2002-08-27 Thread Götz Babin-Ebell
Geoff Thorpe schrieb: > (b) any/all "access information" (eg. control commands, authorisation > data, the ENGINE "id" if necessary, etc) that you *want* to include > in the key file should not go into the raw PEM format itself but > instead should be embedded in the per-'nid'

Re: [Fwd: PKCS#11 engines revisited]

2002-08-27 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 20 Aug 2002 10:42:51 +0200, Matthias Loepfe <[EMAIL PROTECTED]> said: Matthias.Loepfe> I just want to give you some background information Matthias.Loepfe> why AdNovum has choosen the let's call it the Matthias.Loepfe> 'interceptor-way' of implementing the

Re: 0.9.7: no-hw

2002-08-27 Thread Geoff Thorpe
Hi there, On Wed, 28 Aug 2002, Steven Reddie wrote: > Specifying "no-hw" to config/Configure in 0.9.7 defines OPENSSL_NO_HW but > builds the engine directory. Parts of those files are ifdef'd out but there > is still a fair amount built. Also, "#ifndef OPENSSL_NO_HW" isn't used much > througho

0.9.7: no-hw

2002-08-27 Thread Steven Reddie
Specifying "no-hw" to config/Configure in 0.9.7 defines OPENSSL_NO_HW but builds the engine directory. Parts of those files are ifdef'd out but there is still a fair amount built. Also, "#ifndef OPENSSL_NO_HW" isn't used much throughout the code, so engine.h is included even with no-hw, and the

[openssl.org #256] c_rehash - file name escape problem

2002-08-27 Thread lojza vitasek via RT
bugreport (?) Hello, sorry for my english. Description In the tool c_rehash (script in the Perl) is not file name escaped and this tool fails on the file with "bad characters" (for example space) in the name. Reason should be visible in the patch bellow (the ` prob

Re: AdNovum PKCS#11 Patch

2002-08-27 Thread Eric Laroche
[EMAIL PROTECTED] wrote: > > I would like to experiment with the AdNovum PKCS#11 > mods for OpenSSL (looks like the most useable solution > at the moment for both crypto accelerators and smartcards). > > The OpenSSL site contribution area only has the > "pkcs11-adnovum-20011212.tar.gz" file avail

[openssl.org #255] Man page error?

2002-08-27 Thread Tom via RT
Hi - I was running through the man pages for the openssl command line. There are three examples for openssl passwd at http://www.openssl.org/docs/apps/passwd.html The first and last (crypto & apr1) match what I get when I run the examples. But the second one doesn't return the result given i

[openssl.org #254] pem_lib.c

2002-08-27 Thread Anonymous via RT
The following is a patch for crypto/pem/pem_lib.c on openssl-0.9.6g 408,409c408,412 < memset(data,0,(unsigned int)dsize); < OPENSSL_free(data); --- > if (data) > { > memset(data,0,(unsigned int)dsize); > OPENSSL_free(data); > } This is because it is p

pem_lib.c

2002-08-27 Thread Anonymous
The following is a patch for crypto/pem/pem_lib.c on openssl-0.9.6g 408,409c408,412 < memset(data,0,(unsigned int)dsize); < OPENSSL_free(data); --- > if (data) > { > memset(data,0,(unsigned int)dsize); > OPENSSL_free(data); > } This is because it is po

Re: X509_sign: crashing when I use the signing key from multiple threads

2002-08-27 Thread Lutz Jaenicke
On Mon, Aug 26, 2002 at 01:44:25PM -0700, Himanshu Soni wrote: > Is disabling efence the solution here? No. > #0 slotForUserAddress (address=0x40a3def8) at efence.c:568 > 568 if ( slot->userAddress == address ) > (gdb) bt > #0 slotForUserAddress (address=0x40a3def8) at efenc