Trouble loading engine on arm

2005-10-05 Thread Anil Gunturu
Hi, I am having trouble loading the demo engines with openssl-0.9.7c. I am cross compiling the openssl for arm and am using the following command to configure:   ./Configure linux-elf-arm --prefix=/usr --openssldir=/etc/ssl shared   I get the following error when use the openssl utility to load the

question on linking dynamic engines

2005-10-05 Thread Anil Gunturu
How do I link the dynamic engine "so" and the library that the hardware vendor provides? For example, if I am using the ibmca engine in the demos directory it seem to generate the libibmca.so. Looks like this path needs to be provided to the engine as SO_PATH. But, how I actually link to the hardwa

problems compiling openssl 0.9.8 on solaris 8 for apache 2.0.54

2005-10-05 Thread mslists
Hi, today I tried to compile openssl 0.9.8 on solaris 8 in a way that allows me to compile Apache 2.0.54 with sucess. The problem is that openssl installs a kssl.h-headerfile the includes a krb5.h-headerfile. This headerfile seems not to be existant on solaris 8. I build openssl in that way (w

TLS question

2005-10-05 Thread Juan Daniel Moreno
Hi, I'm using freeRadius 1.0.4 with latest openSSL. and I would like to know something about tls config. When I launch radius en debug mode I get this messages: tls: rsa_key_exchange = no tls: dh_key_exchange = yes tls: rsa_key_length = 512 tls: dh_key_length = 512 tls: verify_depth = 0 tl

SSL_do_handshake

2005-10-05 Thread Ning Ke
Hi! What's the difference between SSL_do_handshake and SSL_connect/SSL_accept? Thanks, Ning

Re: Adding compression to SSL communication

2005-10-05 Thread Dr. Stephen Henson
On Wed, Oct 05, 2005, Neil Humphreys wrote: > Hi I am developing a client and a server, that communicate over SSL. I would > like the client to be able to send data to the server using compression. I > would like to set this up at the bio level, so it is seamless (client > compresses data, client

Adding compression to SSL communication

2005-10-05 Thread Neil Humphreys
Hi I am developing a client and a server, that communicate over SSL. I would like the client to be able to send data to the server using compression. I would like to set this up at the bio level, so it is seamless (client compresses data, client encypts data, server decrypts data, server unc

RE: Couple of questions regrading openssl engines

2005-10-05 Thread Frédéric Donnat
Hi, Yes Null assume that default rsa_eay method is used (be carefull in openssl 0.9.8 RSA struct has change du to the key_generation method). For exmaple if you do some RSA_pub_enc(), rsa_eay_pub_enc() will be called and then your ibmca_bn_mod_exp()... Just have a look at the source code to ha

RE: Problem with OpenSSL on Solaris x86 *

2005-10-05 Thread Ted Mittelstaedt
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Victor Duchovni >Sent: Tuesday, October 04, 2005 10:06 AM >To: openssl-users@openssl.org >Subject: Re: Problem with OpenSSL on Solaris x86 * > > >On Tue, Oct 04, 2005 at 10:02:07AM -0700, Ted Mittelstaedt w

pkcs7 how to read ?

2005-10-05 Thread Jarek
Hi all! I have a file in pkcs7 format, containing some message, signature and certificate. How can I extract the message and signature from this file ? (Linux, gcc, openssl 0.9.7g-1). best regards Jarek. __ OpenSSL Proje