summaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
AgeCommit message (Collapse)Author
2001-04-08Add the possibility to have AES removed in Windows as well.Richard Levitte
Spotted by Harald Koch <chk@pobox.com>
2001-02-19Make all configuration macros available for application by makingRichard Levitte
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
2000-12-31The option line may start with a space, which gives an empty option.Richard Levitte
Make sure those are purged...
2000-12-31Look for no-krb5 and add the definition of NO_KRB5 if it's there.Richard Levitte
I've no idea were the KRB5 header files and libraries are placed on Win32. When there's better knowledge, we might be able to process the other KRB5-related arguments as well...
2000-12-31Remove anything connected to RSAref, since that's gone by now.Richard Levitte
Add the C macros OPENSSL_BUILD_SHLIBCRYPTO and OPENSSL_BUILD_SHLIBSSL to the build of the object files as appropriate for each library.
2000-11-14Add Rijndael as things to look through.Richard Levitte
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte
away now...
2000-09-23print the perlasm rule only for linux-elf (it seems it confuses someUlf Möller
version of make for Mingw32) ---------------------------------------------------------------------- ----------------------------------------------------------------------
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the ↵Richard Levitte
test utility, I added the bits to get a EVP interface, the command line utility and the speed test
2000-07-24This isn't entirely necessary if you do everything right from theRichard Levitte
start, but can save you some trouble. Just ignore "shared" if it comes up among the given options, at least for now...
2000-07-21Profiling option for mk1mf.plUlf Möller
2000-04-27linux-elf bugfixUlf Möller
Submitted by: Reviewed by: PR:
2000-03-28Add a default banner. Contributed by Joon Radley <jradley@vps.co.za>Richard Levitte
2000-02-28Support assembler for Mingw32.Ulf Möller
1999-08-05Change all the -'s to _'s.Dr. Stephen Henson
1999-07-29Always use buildinf.h, which now includes the mk1mfinf.h data.Bodo Möller
Using different files caused problems because the dependencies in the Makefiles produced by mk1mf.pl were for the standard case, i.e. mentioned buildinf.h and not mk1mfinf.h.
1999-07-27close files.Bodo Möller
1999-07-27Use correct CFLAG definition for makefile.one builds.Bodo Möller
1999-07-26-DPLATFORM and -DCFLAGS command line arguments are no longer used.Bodo Möller
1999-07-12More NASM support code it still doesn't work but it doesn't work less than itDr. Stephen Henson
didn't work before :-)
1999-06-21Perl variable names are case-sensitive ...Bodo Möller
1999-05-31More consistency.Bodo Möller
1999-05-15Return 0 for an error, 1 for no error from read_options;Bodo Möller
that's what the calling code seems to expect.
1999-05-13Oops. Close the file.Ulf Möller
1999-05-13mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile.Ulf Möller
Configure no longer changes files in place.
1999-05-08no-xxx option to exclude ciphers.Ulf Möller
1999-05-07Get the Mingw32 makefiles right.Ulf Möller
1999-05-06Restored path names that were changed by a previous "Configure" run.Bodo Möller
(Rather than changing the files in places, we really should use .in files.) Submitted by: Reviewed by: PR:
1999-05-06Some comments.Bodo Möller
Submitted by: Reviewed by: PR:
1999-05-06Support additional Win32 compilers.Ulf Möller
Borland C submitted by: Janez Jere <jj@void.si>
1999-04-27Update NO_* macros.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller
1999-03-22One more 0.9.2bRalf S. Engelschall
1999-03-17Comment out the lines that generated by mk1mf.pl include three separate rulesDr. Stephen Henson
that are equivalent to $(OUT_D). This was what was causing the 'too many rules' warning under VC++.
1999-03-03Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson
under Win32 (9X and NT) again. Note: some signed/unsigned changes recently checked in were killing the Win32 compile.
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson
without -debug option to mk1mf.pl. Change _export to is_export (_export is a reserved word under VC++). Add yucky function prototype function pointer casts. Sanitise the included files in crypto/x509v3. Also changed ssleay.exe target to openssl.exe
1998-12-22Incorporation of RSEs assembled patchesRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall