Crypt::OpenSSL::X509

2006-04-12 Thread Tobias Regneri
Hi all, for my current project I have to deal with client certificates. Therefor I installed Crypt::OpenSSL::X509, but yet "make test" failed for issuer() and subject(). The values returned are always empty. Has anyone experienced the same problems? Here's my configuration: Perl v5.8.0 OpenSSL v0

Re: Crypt::OpenSSL::X509

2006-04-12 Thread Jonathan Vanasco
On Apr 12, 2006, at 9:00 AM, Tobias Regneri wrote: Sorry for the not modperl-related post, but I hope here's someone who can help me. You should try asking your question here: http://perlmonks.org/

Returning 304 Not Modified

2006-04-12 Thread Octavian Rasnita
Hi, I am working on a program that should return HTTP/1.1 304 Not Modified if the page meets the conditions specified in the browser's request. (And I might need to return other status codes in the future). I have made a perl module that does: my $status = $params->{r}->meets_conditions(

MP1 Proxy Advice

2006-04-12 Thread Anthony Gardner
 I need some advice. Scenario, I have a device that is connected to a "proxy". On the "proxy", I want to decrypt the POST request, see what's in there, if it's not what I want, then I want to pass it on its merry way in an encrypted form. If it is what I want, I want to process the request there a

MP1 Proxy Advice

2006-04-12 Thread Anthony Gardner
Switch an email account to Yahoo! Mail, you could win FIFA World Cup tickets.

Re: Returning 304 Not Modified

2006-04-12 Thread Geoffrey Young
Octavian Rasnita wrote: > I have made a perl module that does: > > > > my $status = $params->{r}->meets_conditions(); > > > > if ($status) { > $params->{r}->custom_response($status, "Pagina nu a fost modificata"); > return; > } > that usage is wrong. it should be if ((my $status = $r

ANNOUNCE: Krang 2.004

2006-04-12 Thread Aaron Dancygier
We're pleased to announce that version 2.004 of Krang is now available. This release is comprised of several enhancements and bug fixes. Of note are improvements to the permissioning system, an improved version of HTML::Template::Expr and Xinha enhancements. Notable changes in this release: