Re: Pipe command not working: windows

2013-05-28 Thread Ed Gonzales
I was running the command while i was in OpenSSL. once i just ran the command from the bin directory it all worked fine. non interactively.. lol. On Tue, May 28, 2013 at 3:50 PM, Dave Thompson wrote: > >From: owner-openssl-us...@openssl.org On Behalf Of Ed Gonzales > >Sent: Tuesday, 28 May, 2013

RE: Pipe command not working: windows

2013-05-28 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Ed Gonzales >Sent: Tuesday, 28 May, 2013 17:35 >So how would i compare modulus in OpenSSL windows and use the >pipe option? Run OpenSSL in non interactive mode? I just tried >to use the "-batch" option and it don't recognize that either.. >is

Re: Pipe command not working

2013-05-28 Thread Ed Gonzales
gt;> >>> *From:* >>> owner-openssl-users@openssl.**org >>> >>> [mailto:owner-openssl-users@**openssl.org] >>> *On Behalf Of *Salz, Rich >>> *Sent:* Friday, 24 May, 2013 14:05 >>> *To:* openssl-users@openssl.org >&g

Re: Pipe command not working

2013-05-28 Thread Ed Gonzales
f Of *Salz, Rich >> *Sent:* Friday, 24 May, 2013 14:05 >> *To:* openssl-users@openssl.org >> *Subject:* RE: Pipe command not working >> >> >> Windows doesn’t do pipes; you have to use temp files. >> >> Not true. IIRC the original MSDOS-ba

Re: Pipe command not working

2013-05-27 Thread Jakob Bohm
-users@openssl.org *Subject:* RE: Pipe command not working Windows doesn’t do pipes; you have to use temp files. Not true. IIRC the original MSDOS-based Windows (3.1, 95, 98) didn't, but all "NT" series Windows do. I use Windows pipes all the time -- including for the

RE: Pipe command not working

2013-05-24 Thread Dave Thompson
_ From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Salz, Rich Sent: Friday, 24 May, 2013 14:05 To: openssl-users@openssl.org Subject: RE: Pipe command not working Windows doesn't do pipes; you have to use temp files. Not true. IIR

RE: Pipe command not working

2013-05-24 Thread Salz, Rich
Windows doesn't do pipes; you have to use temp files. -- Principal Security Engineer Akamai Technology Cambridge, MA

Re: Pipe command not working

2013-05-24 Thread Ed Gonzales
ah.. sorry. i tried running this command " openssl x509 -noout -modulus -in server.crt | openssl md5" in openssl on windows and linux and it wont pipe back to Openssl. it says "unknown option | " On Fri, May 24, 2013 at 10:17 AM, Salz, Rich wrote: > > The "|" command don't work for me in OpenS

RE: Pipe command not working

2013-05-24 Thread Salz, Rich
> The "|" command don't work for me in OpenSSL. Is it a shell thing? Not enough details (heck not any) to answer. But yes, pipes are implemented by the shell. -- Principal Security Engineer Akamai Technology Cambridge, MA __ O