You are right, now it works :-)
The stunnel should have been the server, but was configured as client.
Thankyou for your help.
[EMAIL PROTECTED] ha scritto:
Hello,
I need to make an SSL connectione between a client and a server
application, both developed by me.
On the server s
Hello,
> I need to make an SSL connectione between a client and a server
> application, both developed by me.
> On the server side I am going to use stunnel, while on the client side I
> can't use stunnel, I must use the ssl library.
>
> I tried to write the code to do it, but I can't connect.
ouh, thanks a lot. however i've looked inside the folder, but couldn't find
the sample for triple des. i'm using openssl 0.9.8b. anyway i've got my hand
on my friend's source code.. but he uses 0.9.8a... currently i'm trying to
tinker his source code to meet my needs..
thanks again
On 3/27/07, B
Why not look in the test directory of the OpenSSL source? There are
lots of examples there.
Bill
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of imin macho
Sent: March 26, 2007 11:51 PM
To: openssl-users@openssl.org
Subject: sample code to e
> I am trying to write a program in linux C++ using
> openssl cryptographic functions.I need some sample
> code in this area. where can i find this?
You tell us nothing about what you need to write
(is it SSL? symmetric crypto? smime? What?)
Check out the examples in the source tarball, as we
Hi
I added this line and it works.
OpenSSL_add_all_algorithms();
thanks
mahesh
-Original Message-
From: Mahesh Anantharaman [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 22, 2000 12:18 PM
To: '[EMAIL PROTECTED]'
Subject: RE: sample code.
Hi
I am not able to load the p
Stephane Bortzmeyer wrote:
>
> On Thursday 21 December 2000, at 19 h 22, the keyboard of Mahesh Anantharaman
> <[EMAIL PROTECTED]> wrote:
>
> > Can any body send me a sample code that does "openssl smime decrypt
> > function".
>
> OpenSSL can do S/MIME? I wasn't aware of that. And I cannot find
On Thursday 21 December 2000, at 19 h 22, the keyboard of Mahesh Anantharaman
<[EMAIL PROTECTED]> wrote:
> Can any body send me a sample code that does "openssl smime decrypt
> function".
OpenSSL can do S/MIME? I wasn't aware of that. And I cannot find documentation.