Update fipsld to use external signature for fips_premain.c . Update build system
[openssl.git] / util /
2007-01-15 Dr. Stephen HensonOops...
2007-01-15 Dr. Stephen HensonPerl script to build shell scripts and batch files...
2006-11-21 Dr. Stephen HensonUse error table to determine if errors should be loaded.
2006-04-24 Dr. Stephen HensonAdd new --with-baseaddr command line option to allow...
2006-04-07 Dr. Stephen HensonTypos.
2006-04-07 Dr. Stephen HensonLink _chkstk.o from FIPSLIB_D.
2006-02-08 Dr. Stephen HensonAllow fips install dir to be specified for VC++ build.
2006-02-07 Dr. Stephen HensonBuild fips_premain_dso.exe in static build too. OpenSSL_FIPS_1_0
2006-02-07 Dr. Stephen HensonBuild standalone exe after copying headers.
2006-02-06 Dr. Stephen HensonUse and build fips_premain_dso.exe and fips_standalone_...
2006-02-05 Dr. Stephen HensonUpdate VC++ build for new FIPS paths.
2006-02-05 Dr. Stephen HensonUse correct fips_premain_dso.exe path.
2006-02-05 Dr. Stephen HensonSanity check for FIPS module directory.
2006-02-05 Dr. Stephen HensonUpdate VC++ build for FIPS mode.
2006-02-04 Dr. Stephen HensonUpdate/hack mkdef.pl to recognize and add SHA2 algorith...
2006-02-03 Dr. Stephen HensonUse getcwd() because it works under MSYS but `pwd`...
2006-01-30 Dr. Stephen HensonUpdate some scripts to use fips-1.0
2006-01-30 Dr. Stephen HensonBackport of changes to support later versions of VC++.
2006-01-28 Dr. Stephen HensonUpdate to VC++ static build.
2006-01-26 Dr. Stephen HensonFIPS related updates for Windows build. Only build...
2006-01-25 Dr. Stephen HensonMake sure stanadlong SHA1 checker is built.
2006-01-25 Dr. Stephen HensonAdd VC++ using GNU (or other U*ix like make) target...
2006-01-22 Dr. Stephen HensonFix static VC++ build for FIPS.
2006-01-21 Dr. Stephen HensonUpdate to VC++ in-core fingerprinting support.
2006-01-21 Dr. Stephen HensonSupport for VC++ build with in-core hashing.
2005-12-10 Dr. Stephen HensonBackport of zlib fixes to 0.9.7.
2005-10-19 Andy Polyakovutil/pl/OS2-EMX.pl sync [from HEAD].
2005-09-20 Andy PolyakovBC-32.pl updates [from HEAD].
2005-09-20 Andy PolyakovProper solution to nasm compilation problems in Borland...
2005-09-19 Andy PolyakovVisual Studio 2005 workaround from HEAD.
2005-06-20 Richard LevitteCheck for 'usage' and 'Usage'.
2005-06-18 Richard LevitteHave pod2man.pl accept '=for comment ...' before the...
2005-06-06 Richard LevitteSkipping all tests just because one algorithm is disabl...
2005-06-02 Dr. Stephen HensonUpdate symbols. Add #ifdef OPENSSL_FIPS in various...
2005-05-29 Dr. Stephen Hensonmake update
2005-05-26 Andy Polyakovfips/sha1 -> fips/sha remains.
2005-05-26 Andy PolyakovRename fips/sha1 to fips/sha.
2005-05-17 Andy PolyakovSHA-XXX are available in FIPS context only in 0.9.7.
2005-05-16 Dr. Stephen HensonRemove redundant test. Add new SHAXXX algorithms to...
2005-05-16 Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2005-05-11 Bodo Möllermake update
2005-05-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-03 Dr. Stephen HensonFix mk1mf.pl and avoid warning in VC++.
2005-04-27 Dr. Stephen HensonLots of Win32 fixes for DTLS.
2005-04-27 Nils Larschget rid of Makefile.ssl in util/
2005-04-27 Nils Larschno Makefile.ssl anymore
2005-04-26 Bodo Möllerthere's no such thing as Makefile.ssl anymore
2005-04-26 Nils Larschsome updates for the blinding code; summary:
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-26 Bodo Möllertake OPENSSL_NO_DGRAM into account
2005-04-26 Bodo Möllerlet mkdef.pl know about OPENSSL_NO_DGRAM
2005-04-26 Bodo Möllermake update
2005-04-26 Bodo Möllerfix SSLerr stuff for DTLS1 code;
2005-04-24 Dr. Stephen HensonOops...
2005-04-24 Dr. Stephen HensonRecognize zlib and krb5 options in mk1mf.pl
2005-04-24 Dr. Stephen HensonRecognize zlib and krb5 options in mk1mf.pl
2005-04-22 Nils Larschmake update
2005-04-22 Dr. Stephen HensonUpdate libeay.num
2005-04-21 Dr. Stephen HensonDon't use standard kerberos library locations in MK1MF...
2005-04-20 Dr. Stephen HensonFix from HEAD.
2005-04-20 Dr. Stephen HensonIgnore zlib related options in mk1mf.pl
2005-04-20 Dr. Stephen HensonProcess MINFO file earlier in mk1mf.pl so it can modify...
2005-04-20 Dr. Stephen HensonHandle similar mk1mf.pl options with a hash table.
2005-04-20 Dr. Stephen HensonFix from HEAD.
2005-04-19 Dr. Stephen HensonFix logic in mkdef.pl function is_valid.
2005-04-19 Dr. Stephen HensonStop perl warning.
2005-04-19 Andy PolyakovComplete the transition C-code hashes.
2005-04-19 Andy PolyakovMaintain fingerprint hashes as C source.
2005-04-19 Dr. Stephen HensonNew "algorithm define" OPENSSL_NO_GMP. Update mkdef...
2005-04-19 Dr. Stephen HensonIgnore TYPEDEF_OF in mkdef.pl
2005-04-19 Dr. Stephen HensonVarious Win32 and other fixes for warnings and compilat...
2005-04-17 Dr. Stephen HensonReturn 0 for successful hash check.
2005-04-17 Dr. Stephen HensonFix from stable branch.
2005-04-17 Dr. Stephen HensonModify checkhash.pl so it can be run standalone or...
2005-04-17 Dr. Stephen HensonInclude user32.lib to import MessageBoxIndirect
2005-04-14 Dr. Stephen HensonPerl script that checks or rebuilds FIPS hash files...
2005-04-13 Nils LarschMakefile.ssl -> Makefile
2005-04-12 Dr. Stephen HensonInclude error library value in C error source files...
2005-04-12 Dr. Stephen HensonInclude error library value in C error source files...
2005-04-11 Richard LevitteMerge RFC3820 source into mainstream 0.9.7-stable.
2005-04-11 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-03-30 Ben LaurieTake account of Makefile.ssl removal.
2005-02-06 Andy PolyakovMake util/shlib_wrap.sh [Open]BSD-friendly. [from HEAD].
2005-02-06 Andy PolyakovMake util/shlib_wrap.sh [Open]BSD-friendly.
2005-02-05 Dr. Stephen HensonIn mkdef.pl ignore trailing whitespace in #ifdef lines
2005-02-05 Dr. Stephen HensonIn mkdef.pl ignore trailing whitespace in #ifdef lines
2005-02-01 Andy PolyakovAddress run-time linker problems: LD_PRELOAD issue...
2005-02-01 Andy PolyakovAddress run-time linker problems: LD_PRELOAD issue...
2005-01-31 Dr. Stephen HensonUpdate year.
2005-01-26 Dr. Stephen Hensonmake update
2005-01-17 Richard LevitteChanges concering RFC 3820 (proxy certificates) integra...
2004-12-30 Andy PolyakovFix Win32 test-suit.
2004-12-28 Richard LevitteAdd functionality needed to process proxy certificates.
2004-12-20 Andy PolyakovRefine PowerPC platform support.
2004-12-20 Andy PolyakovWhen re-linking files, really relink them. In other...
2004-12-13 Richard LevitteChange libeay.num so it's synchronised with additions...
2004-12-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
next