On Thu, Apr 28, 2005, Alex Heatley wrote:

> Dr. Stephen Henson wrote:
> 
> >Yes I can reproduce your problem. I've applied a fix to OpenSSL and it will
> >appear in the next stable snapshot and 0.9.7h onwards.
> >
> >Thanks for the report.
> 
> Many thanks. We are quite keen to get the patch, what is the ETA of the 
> next stable snapshot?
> 

The snapshots are issued daily. No specific time has been set for the next
stable *release* version though.

The fix is trivial. In openssl/crypto/evp/bio_enc.c change the line:

#define BUF_OFFSET      EVP_MAX_BLOCK_LENGTH

to

#define BUF_OFFSET      (EVP_MAX_BLOCK_LENGTH*2)

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to