[jdev] steps to complete tls negotiation

Michal vorner Vaner michal.vaner at kdemail.net
Mon Aug 7 12:27:31 CDT 2006


On Mon, Aug 07, 2006 at 08:55:27PM +0500, ali wrote:
> Hello
> 
> i want to know what steps should i perform in order to complete
> TLS-Negotiation with jabber.com server
> 
> jabber.com server's stream features only include TLS authentication. After
> receiving Proceed statement what should i send to jabber server to complete
> TLS negotiation
> 
You should some lib let do what it can - in the moment you receive
"proceed", give the connection to library, it will tell you if it worked
or not and after that, connect it like this:

before:

parser, composer, etc <-> connection

after:

parser, composer, etc <-> the tls lib <-> connection

-- 
Security warning: Do not expose this email to direct sunlight.
It may lead to undefined behaviour, including possible data or life loses.

Michal "vorner" Vaner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://www.jabber.org/jdev/attachments/20060807/138def00/attachment-0002.pgp>


More information about the JDev mailing list