RE: Compiling on Windows x64 for Win64/x64

2006-01-13 Thread Sander Rijken
Hi Andre, I'm not sure if your message has been answered yet, because I just subscribed to the list. I'm compiling a win64 dll on win32, and have the same problem you are having. It appears that the win64 build targets gcc only.. I can work out a patch to make it work on win64 too, but I'd like

encryption ciphers -> Opera problem -> "Low encryption level" warning

2006-01-13 Thread Yves Kreis
Good afternoon, Opera complains with a warning "Low encryption level" (cf attachment). The key has a 1024 bit public part (tried with 2048 as well) and the protocol listed by openssl s_client (DHE-RSA-AES256-SHA) and by Opera (TLS v1.0 256 bit AES (512 bit DHE_RSA/SHA)) are of excellent quality as

Re: Running ssltest -server_auth

2006-01-13 Thread Alain Damiral
Clever ! Not me, you... It did the trick. The private key was so blatantly missing that I feel deeply ashamed. Thank you very much. What now happens is this: Available compression methods: NONE server authentication depth=0 error=18 /C=BE/O=home/CN=alain Error string: self signed certificat

Re: Running ssltest -server_auth

2006-01-13 Thread Samy Thiyagarajan
hi.. U need to add ur key file in ur options.. try to include  -key  ~/privkey.pem   lets see what happens then... - samy Alain Damiral <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 13.01.2006 12:34 Please respond to openssl-users@openssl.org To openssl-users@openssl.org

RE: encryption ciphers

2006-01-13 Thread Frédéric Donnat
Hi, You should have a look at "openssl ciphers -v". You should fine this ciphers suites and the explaination Key exchnage algo; key authent algo... sym enc algo etc... hope it could help. Fred -Original Message- From: Yves Kreis [mailto:[EMAIL PROTECTED] Sent: Thu 1/12/2006 1:40 P

Re: smime message with attachments

2006-01-13 Thread trob
OK here is the link to the nail documentation: http://nail.sourceforge.net/man/nail.1.html Here is how I did it: /usr/contrib/bin/gzip /users/$f_name env MAILRC=/dev/null smime-encrypt-$user_email=/users/$pem_file.pem \ nail -s $subject -a /users/$f_name.gz $user_email On Thu, 12 Jan 200

Re: www.harryanddavid.com SSL handshake failure error in non-blocking mode.

2006-01-13 Thread Dr. Stephen Henson
On Fri, Jan 13, 2006, Krishna M Singh wrote: > > I remember the SSL stack of Netscape and Firefox are OpenSSL variants. > Does this mean the same has been fixed in their stacks or is it > handled by the application itself?. > Then you remember incorrectly. Netscape and Firefox use NSS which is

Running ssltest -server_auth

2006-01-13 Thread Alain Damiral
Hello wonderful people. I'm trying to use the ssltest program to get some typical server authentication (against a self signed certificate) to work. Whatever I try I just can't seem to get it right, could someone please indicate which steps should be followed to achieve this ? It feels like it

Apache + OpenSSL configuration

2006-01-13 Thread Konark
Hi friend, I'm new to Apache .. I don't know how to configure apache for different handshake scenarios . I hope there will be some config file where we can change options to work with different scenarios. Please help to configure the configuration file and location of the configuration file

Re: smime message with attachments

2006-01-13 Thread Dimitris Zilaskos
On Thu, 12 Jan 2006, [EMAIL PROTECTED] wrote: I can tell you how, but you have to have nail. If you can get that I will tell you how I did. Also I don't know about signed, I encrypted mine. That will do. Thnx -- ===