[openssl.org #1768] Bug report for 0.9.8i ASN1_UTCTIME_print()

2008-10-28 Thread Chih-Chung Chang via RT
Hi, In openssl-0.9.8i/crypto/asn1/t_x509.c ASN1_UTCTIME_print(), a new condition i >=12 is added, but the "i" is reset by the loop "for (i=0; i<10; i++)". So the condition always evaluates to false, and the "second" part of the time is always set to zero. I think the "i" should be changed to tm->l

Re: [PATCH] Ignore build products on Mac and fix ./config warning

2008-10-28 Thread Andy Polyakov
The following patch fixes the warning emitted by ./config on the Apple platform to include the correct invocation for a 64bits build. It also ignores the built libraries, which on this platform have a '.dylib' suffix: thanks. a. _

Re: [openssl.org #1663] bug report openssl-0.9.8g on Windows XP

2008-10-28 Thread Andy Polyakov via RT
Lutz Jaenicke via RT wrote: > Andrew Lamoureux via RT wrote: >> Hi, I'd like to report a bug in openssl-0.9.8g compiled with >> Visual Studio. OS is Windows XP. >> >> Access violation occurs when BN_rshift() is used on a BIGNUM whose >> bit length is less (amount required varies) than the number