Hi,

I am tying the develop a SSH client using tlntsend.pas and cryptlib.

I am using Synapse Version 40 and Cryptlib version 3400.

When I try to login using SSHLogin() the connection fails in the function

function TSSLCryptLib.Connect: boolean;

The error occures in the call:
cryptSetAttribute(FCryptSession, CRYPT_SESSINFO_ACTIVE, 1)

When analyzing this call using SSLCheck() the call:
GetString(FCryptSession, CRYPT_ATTRIBUTE_ERRORMESSAGE)
Returns: 
        Server sent truncated identifier string 'SSH-2.0-ConfD'

Can anyone help me with this?


BTW
The same code works perfectly with Synapse 39 and Cryptlib 3.2.2.0.

Regards,
Itzik Mintz

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to