summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Collapse)Author
2006-06-09Camellia cipher, contributed by NTTBodo Möller
Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
2006-05-05Backport of CPUID support in mk1mf and update Mingw32 batch file to buildDr. Stephen Henson
cpuid source file.
2006-02-09Update from 0.9.7-stable.Dr. Stephen Henson
2006-01-15Fix for Win32 dynamic engine loading.Dr. Stephen Henson
2006-01-15Handle manifest files for VC++Dr. Stephen Henson
Submitted by: Austin Ziegler <halostatue@gmail.com>
2006-01-08Detect more errors.Bodo Möller
Change assignment strategy: rathern than using max+r for new codes, find first hole in list of existing codes.
2006-01-02util/*.pl update from HEAD.Andy Polyakov
2006-01-01mkerr.pl update from HEAD.Andy Polyakov
2005-12-06Fix from HEAD.Dr. Stephen Henson
2005-12-05Various zlib related fixes and enhancements.Dr. Stephen Henson
2005-12-02Update ordinals.Dr. Stephen Henson
2005-11-15Keep shutting up VC8 [from HEAD].Andy Polyakov
PR: 1243
2005-11-07Update from head.Dr. Stephen Henson
2005-11-07Include a "test" target do (hopefully) do something sensible.Dr. Stephen Henson
2005-11-07Fix "install" target for Win32 to install most utilities in a sensible location.Dr. Stephen Henson
2005-11-06"copy" perl script to avoid problems with Win32 builtin copy command.Dr. Stephen Henson
2005-11-06Update VC++ build engine to include supported engine DLL builds.Dr. Stephen Henson
2005-10-19util/pl/OS2-EMX.pl sync [from HEAD].Andy Polyakov
Submitted by: Stefan Neis, Brian Havard
2005-10-10Update ordinalsDr. Stephen Henson
2005-10-02Make OPENSSL_NO_COMP work on Win32.Dr. Stephen Henson
2005-09-20BC-32.pl updates [from HEAD].Andy Polyakov
Submitted by: Old Wolf, Jon Bright
2005-09-20Proper solution to nasm compilation problems in Borland context.Andy Polyakov
2005-09-19Missing spaces in VC-32.pl.Andy Polyakov
2005-08-11Fix typo in WCE section in VC-32.pl [from HEAD].Andy Polyakov
2005-08-09Suppress "deprecated" warnings introduced in VC8 [from HEAD].Andy Polyakov
PR: 1183
2005-08-09Add support for more recent WCE SDK.Andy Polyakov
2005-08-07Windows CE update from HEAD.Andy Polyakov
2005-08-03WCE update, mostly typos [from HEAD].Andy Polyakov
2005-08-02WCE-specific update for VC-32.pl [from HEAD].Andy Polyakov
2005-08-02Optimize for space on embedded WCE. [from HEAD]Andy Polyakov
2005-08-02WCE-specific update from HEAD.Andy Polyakov
2005-08-02WCE update from HEAD.Andy Polyakov
2005-07-30Eliminate dependency on 3rd party wcedefs.mak [from HEAD].Andy Polyakov
2005-07-24Visual C specific update from HEAD.Andy Polyakov
2005-07-04To secure Win64 API I'm throwing in this minimalistic Win64 support.Andy Polyakov
2005-06-27Sync libeay.numDr. Stephen Henson
2005-06-23Strip the engine shared libraries as well.Richard Levitte
Submitted by Corinna Vinschen <vinschen@redhat.com>
2005-06-20Check for 'usage' and 'Usage'.Richard Levitte
Submitted by Tim Rice <tim@multitalents.net>. His comment is: I noticed "make report" didn't show the cc version on most of my System V platforms. This patch corrects this.
2005-06-18Have pod2man.pl accept '=for comment ...' before the '=head1 NAME' line.Richard Levitte
PR: 1113
2005-06-16Don't strip extensions from header filenames in mk1mf.pl.Dr. Stephen Henson
2005-06-13Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte
1107. He says: This is a followup to the NetWare patch that was applied to beta3. It does the following: - Fixes a problem in the CLib build with undefined symbols. - Adds the ability to use BSD sockets as the default for the OpenSSL socket BIO. NetWare supports 2 flavors of sockets and our Apache developers need BSD sockets as a configurable option when building OpenSSL. This adds that for them. - Updates to the INSTALL.NW file to explain new options. I have tried very hard to make sure all the changes are in NetWare specific files or guarded carefully to make sure they only impact NetWare builds. I have tested the Windows build to make sure it does not break that since we have made changes to mk1mf.pl. We are still working the gcc cross compile for NetWare issue and hope to have a patch for that before beta 6 is released.
2005-06-06Skipping all tests just because one algorithm is disabled seems a bit harsch.Richard Levitte
PR: 1089
2005-06-05Updated support for NetWare, submitted by Verdon Walker <VWalker@novell.com>.Richard Levitte
PR: 1098
2005-05-30Copy ordinals from 0.9.7 and update.Dr. Stephen Henson
2005-05-21Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com>Richard Levitte
2005-05-21Move _WIN32_WINNT definition from command line to e_os.h [from HEAD].Andy Polyakov
2005-05-19Recognize new macros.Dr. Stephen Henson
2005-05-18Engage Applink in mingw. [from HEAD]Andy Polyakov
2005-05-17Engage Applink for VC builds.Andy Polyakov
2005-05-17Keep disclaming 16-bit support.Andy Polyakov