do this? Ideally i'd like to not use a
global variable.
--
Mike Schiraldi
VeriSign Applied Research
smime.p7s
Description: application/pkcs7-signature
Being able to pass passwords via file descriptors is great when calling
openssl from another application. However, it would be nice if file
descriptors could be passed -anywhere- a file was expected, perhaps by
prepending an ampersand. For example, in a Perl script or from a MUA, i
could create tw
> > However, fd:number doesn't say anything about what happens when you pass
> > the same fd to -passin and -passout. I assumed it behaved the same way
> > as file:pathname, and so i'm trying to pass both passwords through the
> > same fd, but i'm having problems. Before i wade too deeply into the
Under "PASS PHRASE ARGUMENTS", the manual says:
file:pathname
the first line of pathname is the password. If
the same pathname argument is supplied to
-passin and -passout arguments then the first
line will be used for the input password and the
n