On Thu, 29 Nov 2001, Jeffrey Altman wrote:

> > Only problem is that this is on Windows and the standard c_rehash wont
> > work.
> 
> In which case instead of making links you need to make copies.  Using 
> Kermit script this can be done as 
> 
>    copy cert.pem {\fcommand(openssl x509 -hash -noout -in cert.pem).0}
> 
> I'm sure someone can write the equivalent Perl.

I thought that c_rehash already does this. It tests for symbolic links
and copies if links are not supported on that platform. The problem is
that it uses "cp" to copy. I would think that substituting a Windows
compatible copy program should work. As an alternative, you could use
perl code to copy the file as I did in the patch to Configure included
in the DOS patch to 0.9.6b.
"http://www.mail-archive.com/[email protected]/msg09104/096b.pch.gz";

I don't think this was ever put into the main code for 0.9.6b. I am not
sure why.
                               Doug
__ 
Doug Kaufman
Internet: [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to