Re: [PATCH] SSLCryptoDevCtl support

2004-02-23 Thread Serge Hallyn
Hi, thanks for your reply. Attached is a new patch against HEAD taking your comments into consideration. Note that the static int firsttime hack can go away as soon as the repeated config reads in main() are consolidated. thanks, -serge On Thu, 2004-02-19 at 10:04, Joe Orton wrote: ... I

Re: [PATCH] SSLCryptoDevCtl support

2004-02-23 Thread Geoff Thorpe
Hi Serge, Thanks for porting this. In my defense, I knew that firsttime hack stuff would never wash with Ralf (for mod_ssl) or the ASF (for apache2), but I simply wanted to quickly wash my hands of that whole weirdness of double config processing (IMHO brokenness may be tolerated, but must

[PATCH] SSLCryptoDevCtl support

2004-02-19 Thread Serge Hallyn
Hi, This patch obsoletes that which I sent on Feb 17. It is simply a port of Geoff Thorpe's patch, submitted on July 12, 2001, to apache 2.0.48. According to list archives, there was never a response to this patch. Using this patch, 1. users of openssl versions prior to 0.9.8 (which has not

Re: [PATCH] SSLCryptoDevCtl support

2004-02-19 Thread Joe Orton
On Thu, Feb 19, 2004 at 09:41:55AM -0600, Serge Hallyn wrote: ... + +/* Our static variables get reset between first and second pass ... so this + * variable is mixed in key-value strings and incremented. On the second pass, + * the key-values will match so will replace, rather than