On Wed, Sep 18, 2002 at 02:58:53AM +0100, Steve Haslam wrote:
> So, according to ssldump, the "cipherSuite" entry in the ServerHello is the
> same the second time round. Is it a problem that the client seems to be in
> "read server hello B" state twice?
> 
> OK, can anyone advise me? Is ssldump really useful for debugging or is there
> something I can do with the ssl libs to show more debugging info? I'm using
> OpenSSL 0.9.6g (from the Debian package) on both machines.

Addendum: I added

fprintf(stderr, "SSL DEBUG HACK: s->hit=%d, c=%p (%s), s->session->cipher=%p
(%s)\n", s->hit, c, SSL_CIPHER_get_name(c), s->session->cipher,
SSL_CIPHER_get_name(s->session->cipher));

to s3_clnt.c at line 704, and it output this:

SSL DEBUG HACK: s->hit=1, c=0x815217c (EDH-DSS-DES-CBC3-SHA),
s->session->cipher=(nil) ((NONE))

maybe there's a problem with deserialising the session?

SRH
-- 
Steve Haslam      Reading, UK                           [EMAIL PROTECTED]
Debian GNU/Linux Maintainer                               [EMAIL PROTECTED]
almost called it today, turned to face the void, numb with the suffering
and the question- "Why am I?"                                  [queensr˙che]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to