urgent help needed, generating fingerprint of public key

2005-12-23 Thread Tom Horstmann
Dear list-members, we are in need to generate sha1-fingerprints for public keys contained in PKCS#10-certificate requests. Any tries we made did not lead to the correct fingerprints, as the description we got of what values to use for sha1 is vague. Since getting the right command-sequence to get

Re: A problem using a COM dll built with libeay32.dll

2005-12-23 Thread Perry L. Jones
Is it possible you need one of these function. I has having trouble opening p12 files under windows until I added CRYPTO_malloc_init() to my main. Other possible inits are: CRYPTO_malloc_init(); SSL_library_init(); OpenSSL_add_all_algorithms(); ERR_load_crypto_strings(); SSL_load_error_strings

Trouble building shared openssl on HP-UX 11.0

2005-12-23 Thread Donatas Vyzas
Hi! I have some troubles building openssl-0.9.8 as a shared library. Static version compiles fine, however, building shared library, compile fails. I have tried recent snapshot (openssl-0.9.8-stable-SNAP-20051222), but also with no luck. Compile fails during linking time in LINK_APP section of th

Re: RSA private key protection

2005-12-23 Thread 劲吕
As a matter of fact, your password and private key are all stored in the memory, only if you set this block of memory free. 2005/12/23, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > hi, > > if i protect the RSA private key with 3DES and password: > > is the password or private key stored in the memor

RSA private key protection

2005-12-23 Thread jochen . v . vogel
hi, if i protect the RSA private key with 3DES and password: is the password or private key stored in the memory? thanks for help jochen