On Fri, Aug 24, 2001 at 06:31:56PM -0700, Doug Kaufman wrote:
> On Fri, 24 Aug 2001, Lutz Jaenicke wrote:
> 
> > On Thu, Aug 23, 2001 at 02:21:27PM -0500, Douglas E. Engert wrote:
> > > ! #if defined(MSDOS) && !defined(WIN32)
> > > !               1024*30, /* 30k max cert list :-) */
> > > ! #else
> > > !               1024*100, /* 100k max cert list :-) */
> > > ! #endif
> 
> Why are you setting this limit for MSDOS? You certainly don't need it
> for the DJGPP port. Is the limit specific to certain compilers?

I don't know. This construction is in since the OpenSSL team took over
from EAY...

I'll add it to the TODO list. If we change this to a dynamic limit,
we could start with 16kB (platform independant) and then applications
may decide at will. 16kB should be sufficient in most cases, because
the construct was broken (see the original report) for quite some time,
so that effectively 16kB was the limit, and the number of complaints was 0.

Let's see, whether more input comes to this topic.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to