Please help me!

2000-05-22 Thread Raaj Krissna
sir, I tried so many times and in so many ways to write the client/server applications ON Linux system.But none of them worked out well. I even tried the client/server programs that are given in the "/apps" directory of Openssl. So iam requesting you to send me an CLIENT/SERVER application that

for help about openssl

2000-05-22 Thread jia wise
Hi, I'm new about openssl.When I install it under Microsoft visual studio Vc98, I met the following error, who can tell me why? C:\Program Files\Microsoft Visual Studio\VC98\Binnmake -f ms\ntdll.mak Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp

OpenSSL des3..... returns Bad magic number ?

2000-05-22 Thread Hellan,Kim KHE
Using WinNT4 and OpenSSL 0.9.5, I tried one of the examples in the docs: openssl des3 -salt -in file.txt -out file.des3 The password applied was "12345678". I then tried to decrypt using: openssl des3 -d -salt -in file.des3 -out file.txt -k 12345678 ...but I keep getting a "bad magic

Shall you help me!

2000-05-22 Thread Raaj Krissna
I installed openssl-0.9.5a on Linux System Iam new to this OpenSSL concept.That's why i tried to bind the openssl connection to the socket without sending the certificate from the server to the client.Later i came to know that if anybody wants to form the communication between the client and

Re: Shall you help me!

2000-05-22 Thread Amit Chopra
Yes certainly ! Raaj Krissna wrote: Later i came to know that if anybody wants to form the communication between the client and server then the server must send the certificate to the client. No, not really ! You can use SSL in anonymous mode. In this mode, you use ciphers which donot

Discrepancy in ssl3_send_server_key_exchange?

2000-05-22 Thread Amit Chopra
Hi, I am using openssl-0.9.5a(13th May snapshot). I am using callbacks for temp key generation. In the callback, I check the if isExport flag and if true, I return a key of length specified by the keylength parameter. Now my question. Here is some code from s3_srvr.c that is used in the key

Re: OpenSSL des3..... returns Bad magic number ?

2000-05-22 Thread Michael Sierchio
"Hellan,Kim KHE" wrote: ...but I keep getting a "bad magic number" message back. This seems to indicate the wrong version of a shared library in your path (i.e. not the same one that the executable was built against). __

RE: for help about openssl

2000-05-22 Thread Barnes, Michael L.
sounds like you need to set the MSDEVDIR environment to something like: C:\Program Files\Microsoft Visual Studio\Common\MSDev98;C:\Program Files\DevStudio\SharedIDE COMMON' IS THIS REALLY AN OPENSSL QUESTION Mike -Original Message- From: jia wise

patch for bug in SSLv3 protocol using SSLv23 method

2000-05-22 Thread Claus Assmann
Attached is a patch for the problem reported earlier. Please let me know whether the patch is ok. (starttls to connect to mail.stalker.com, using OpenSSL 0.9.5a) ! According to the SSL/TLS standard, the first 2 bytes of that secret ! should be the protocol version. Since CgatePro insists

Re: patch for bug in SSLv3 protocol using SSLv23 method

2000-05-22 Thread Dr Stephen Henson
Claus Assmann wrote: Attached is a patch for the problem reported earlier. Please let me know whether the patch is ok. It's not as simple as just changing the version number sent. I suspect if you try to connect this modified client code to: openssl s_server -notls1 it will produce an