The recent OpenSSL 0.9.6 snapshot (from 1-July onwards I think)
crashes ./bin/ssltest.exe. This is caused by calling a NULL-pointer
in ssl/t1_enc.c:

  EVP_Cipher(ds,rec->data,rec->input,l);

This is a macro using 'ds->cipher' and 'ds->cipher->do_cipher'.
Which one is NULL I don't know. I have no idea how to fix this.
Anyone?

Gisle V.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to