SSL Communication

Hi,

I have server client application which communicate throught TCP socket.

I would like to encrypt their communication using ssl lib.

Unfortunelly, the documentation of openssl is very brief.

Does anybody can send me a link to some tutorial (googling was
unsuccessfull) of very simple example?

Thanky you,

···

--
An ancient proverb summed it up: when a wizard is tired of looking for
broken glass in his dinner, it ran, he is tired of life.
    -- Terry Pratchett, "The Light Fantastic"
Michal Koudelka
bigbrother@1984.cz

Look at drb/ssl.rb in the standard library.

···

bigbrother@1984.cz (bigbrother@1984.cz) wrote:

Hi,

I have server client application which communicate throught TCP socket.

I would like to encrypt their communication using ssl lib.

Unfortunelly, the documentation of openssl is very brief.

Does anybody can send me a link to some tutorial (googling was
unsuccessfull) of very simple example?

--
Eric Hodel - drbrain@segment7.net - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E 7C11 332A 551C 796C 9F04

In message <20040729235810.GA12047@localhost.zoom-int.cz>,

···

`bigbrother@1984.cz' wrote:

Does anybody can send me a link to some tutorial (googling was
unsuccessfull) of very simple example?

sample/openssl/echo_cli.rb and echo_svr.rb are in the source
archive.

--
gotoyuzo