X509_STORE_CTX contents and getting the issuer

2004-05-18 Thread Marc Stern
Hi, I want to find the issuer of the current certificate in "ssl_callback_SSLVerify_CRL()". The certificate is "X509_STORE_CTX_get_current_cert(ctx)", where ctx is the parameter to "ssl_callback_SSLVerify_CRL()". That's easy. The problem is to use the "X509_STORE_CTX_get1_issuer()"

[PATCH] ab reformatting

2004-05-18 Thread Jean-Jacques Clar
Jean-Jacques Clar 5/18/2004 10:57:40 AM Just replaced tabs with spaces and reworked indentation within brackets. If no objections will commit later. Thanks, JJ sorry I had to zip the patch, size was causing a failure from apache mail server: ezmlm-reject: fatal: Sorry, I don't accept

Re: [PATCH] ab reformatting

2004-05-18 Thread Andr Malo
* Jean-Jacques Clar [EMAIL PROTECTED] wrote: Jean-Jacques Clar 5/18/2004 10:57:40 AM Just replaced tabs with spaces and reworked indentation within brackets. If no objections will commit later. Just commit it to 2.1 (No need to ask for that). But please not to 2.0 or 1.3. ezmlm-reject:

using sendfile for posts in ab

2004-05-18 Thread Aryeh Katz
Is there any reason not to use sendfile when ab wants to post a file? It seems a little silly to buffer the entire file. -- Aryeh Katz SecureD Services http://www.secured-services.com/ 410 653 0700 x 2

is it possible to mark buckets to be copied only when to be set-aside?

2004-05-18 Thread Stas Bekman
We have the following situation in mod_perl 2 land: we use the same buffer to allocate data in buckets which are passed to the filters. That bucket is created once per request. It works perfectly fine and effective most of the time (we copy from user's program perl space into the re-usable