summaryrefslogtreecommitdiffstats
path: root/tools/c_rehash.in
AgeCommit message (Collapse)Author
2010-04-14PR: 2234Dr. Stephen Henson
Submitted By: Matthias Andree <matthias.andree@gmx.de> Use correct path to openssl utility in c_rehash script.
2009-04-22Find openssl utility if on the PATH.Dr. Stephen Henson
2006-10-26Minor portability update to c_rehash.Andy Polyakov
2006-10-21Make c_rehash more platform neutral and make it work in mixed environment,Andy Polyakov
such as MSYS with "native" Win32 perl.
2002-10-11And if the path has a space, we definitely need to protect $openssl.Richard Levitte
2002-10-11Oh, there were *two* places where we needed to protect the fileRichard Levitte
name...
2002-10-11There may be more than one single quote to fix.Richard Levitte
PR: 256
2002-10-11Make sure $fname will not give us any surprises with any funny characters.Richard Levitte
PR: 256
2002-06-13Check for the executable $openssl, not just the file.Richard Levitte
Part of PR: 75
2001-08-17Make sure evil file name characters, like spaces or ampersands (!),Richard Levitte
don't disturb the rehashing process. Spotted and suggested patch from Rudo Thomas <rudo@internet.sk>
2001-04-04Incorporate some changes that make OpenSSL compilable in CygWin.Richard Levitte
2000-05-18Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson
1999-05-13mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile.Ulf Möller
Configure no longer changes files in place.