[openssl.org #1098] NetWare patch for 0.9.8-beta3

2005-06-04 Thread Verdon Walker via RT
diff -cr openssl-0.9.8-beta3/Configure openssl-0.9.8-beta3.nw/Configure *** openssl-0.9.8-beta3/Configure Wed May 18 02:17:26 2005 --- openssl-0.9.8-beta3.nw/Configure Thu Jun 2 11:05:34 2005 *** *** 484,493 # NetWare from David Ward ([EMAIL PROTECTED]) - requires MetroWerks

[openssl.org #1097] Bug Report

2005-06-04 Thread Heit, James R via RT
In function X509_cmp_time file X509_vfy.c Existing code for handling offset on validity time: if (*str == 'Z') offset=0; else { printf("*str != Z is %c\n",*str); if ((*str != '+') && (str[5] != '-'))

Re: Suggestions for pqueue

2005-06-04 Thread Andrija Antonijevic
On 4-Jun-2005, Richard Levitte - VMS Whacker wrote: In message <[EMAIL PROTECTED]> on Sat, 4 Jun 2005 04:31:21 +0200 (CEST), Andrija Antonijevic <[EMAIL PROTECTED]> said: openssl> I am using OpenSSL on an architecture that has a shared openssl> library model in which the arguments are passed t

Re: Suggestions for pqueue

2005-06-04 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Sat, 4 Jun 2005 04:31:21 +0200 (CEST), Andrija Antonijevic <[EMAIL PROTECTED]> said: openssl> I am using OpenSSL on an architecture that has a shared openssl> library model in which the arguments are passed through the openssl> (32-bit) registers and for which pa