Re: Sample code to connect to stunnel server

2008-02-04 Thread Alessandro Pivi - GLOBALcom engineering
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

Re: Sample code to connect to stunnel server

2008-02-04 Thread Marek . Marcola
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.

Re: sample code to encrypt file using tripleDes/aes/blowfish

2007-03-27 Thread imin macho
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

RE: sample code to encrypt file using tripleDes/aes/blowfish

2007-03-26 Thread Bill Colvin
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

Re: Sample Code

2003-07-19 Thread Brian Hatch
> 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

RE: sample code.

2000-12-22 Thread Mahesh Anantharaman
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

Re: sample code.

2000-12-22 Thread Dr S N Henson
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

Re: sample code.

2000-12-22 Thread Stephane Bortzmeyer
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.