Effective time for verification

2002-04-11 Thread Mike Schiraldi
do this? Ideally i'd like to not use a global variable. -- Mike Schiraldi VeriSign Applied Research smime.p7s Description: application/pkcs7-signature

Using fds in place of temp files

2001-02-23 Thread Mike Schiraldi
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

Re: passin/passout fd

2001-02-22 Thread Mike Schiraldi
> > 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

passin/passout fd

2001-02-21 Thread Mike Schiraldi
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