Re: Perl + OpenSSL

2005-11-22 Thread Ing. Branislav Gerzo
[EMAIL PROTECTED] [WPF], on Monday, November 21, 2005 at 15:59 (-0600) typed: you have that in that faq. So try again: $out = `echo this should work, nah`; -- How do you protect mail on web? I use http://www.2pu.net [We really don't care how Michael does it in Hollywood!] -- To unsubscrib

RE: Perl + OpenSSL

2005-11-21 Thread Ward.P.Fontenot
Well, that explained that. Is there a way to do this then? Or am I barking up the wrong tree? -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 2:06 PM To: Fontenot, Ward P. Cc: beginners@perl.org Subject: Re: Perl + OpenSSL [EMAIL

Re: Perl + OpenSSL

2005-11-21 Thread Bob Showalter
[EMAIL PROTECTED] wrote: Can anyone shed some light on why this doesn't work? $certificate = "/some/where/file.pem"; $encoded = "'" . sha1($_) . "'"; $signed = system(`openssl rsautl -certin $certificate -encrypt -in $encoded`); $signed doesn't end up as a certificate signed value, it ends up

Perl + OpenSSL

2005-11-21 Thread Ward.P.Fontenot
Can anyone shed some light on why this doesn't work? $certificate = "/some/where/file.pem"; $encoded = "'" . sha1($_) . "'"; $signed = system(`openssl rsautl -certin $certificate -encrypt -in $encoded`); $signed doesn't end up as a certificate signed value, it ends up as this number 65280. $enco