aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bf
Commit message (Collapse)AuthorAgeFilesLines
...
* Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov2004-08-291-3/+4
| | | | "Proper" means "compiles and passes test." Versioning is broken (I think).
* OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov2004-08-011-3/+3
|
* Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"Andy Polyakov2004-08-011-13/+8
| | | | | | | | COFF and a.out targets [similar to ELF targets]. You might notice some rudementary support for shared mingw builds under cygwin. It works (it produces cryptoeay32.dll and ssleay32.dll with everything exported by name), but it's primarily for testing/debugging purposes, at least for now...
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
| | | | This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* Netware-specific changes,Richard Levitte2003-11-283-0/+9
| | | | | | PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
* Provide ASFLAGS in the subdirectories handling assembler code.Lutz Jänicke2003-11-161-0/+1
| | | | | | Submitted by: Tim Rice <tim@multitalents.net> PR: #735, #765
* Make sure we get the definition of OPENSSL_NO_BF.Richard Levitte2003-03-201-0/+1
|
* A few more files to ignoreRichard Levitte2003-01-161-0/+1
|
* Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov2003-01-031-9/+3
| | | | FreeBSD. Goal is to extend support even to SCO5, UnixWare/OpenUnix...
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-1/+3
| | | | always give the expected result on some platforms.
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-3/+3
|
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
| | | | | | | give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
| | | | | handled properly. Part of PR 75
* make updateRichard Levitte2001-07-311-5/+5
|
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-5/+5
|
* Remove unnecessary casts.Ben Laurie2001-07-061-1/+1
|
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
| | | | | | errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
* Code for better build under Darwin (MacOS X).Richard Levitte2001-03-072-2/+2
| | | | Submitted by Brad Dominy <jdominy@darwinuser.org>
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-202-6/+6
| | | | | | | missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
* Make all configuration macros available for application by makingRichard Levitte2001-02-193-15/+19
| | | | | | | | | | | | 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.
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
| | | | | acceptable, since all that happens if it fails is a library with an index, which makes linking slower, but still working correctly.
* On case-insensitive systems, the 'install' target gets matched againstRichard Levitte2000-06-221-1/+3
| | | | | | the 'INSTALL' file, which means that 9 times of 10, the BlowFish headers won't get installed. Avoid this in the same way it's done in crypto/des/Makefile.ssl, where someone apparently has thought of this...
* GCC 2.95.2 from IRIX 6.5 -mabi=64 compiler bug workaround:-(Andy Polyakov2000-06-051-1/+2
| | | | | | Submitted by: Reviewed by: PR:
* Remove "Makefile.uni" files and some related stuff.Bodo Möller2000-03-141-157/+0
| | | | | | | | This was meant for building individual ciphers separately; but nothing of this is maintained, it does not work because we rely on central configuration by the Configure utility with <openssl/opensslconf.h> etc., so the files are only wasting space and time.
* Remove Win32 assembler files. They are always rebuilt (with someBodo Möller2000-03-131-906/+0
| | | | choice of parameters) when they are needed.
* asm workaround for SuSE LinuxUlf Möller2000-03-121-1/+1
| | | | proposed by Holger Reif
* Add missing dependencies.Bodo Möller2000-03-021-1/+1
|
* Move initial key to read-only segment.Andy Polyakov2000-02-151-1/+1
|
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith ↵Ralf S. Engelschall2000-02-112-3/+5
| | | | | | -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''.
* ConstifyRichard Levitte2000-02-087-54/+56
|
* ispell (and minor modifications)Ulf Möller2000-02-035-8/+8
|
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-6/+6
| | | | Submitted by: Lennart Bång, Bodo Möller
* rc4_locl.h and bf_locl.h incorrectly defined _HEADER_...;Bodo Möller1999-06-141-2/+2
| | | | | | opensslconf.h always expects HEADER_... (no leading underscore). Submitted by: Andy Polyakov <appro@fy.chalmers.se>
* Avoid warnings.Bodo Möller1999-06-101-1/+1
|
* Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).Bodo Möller1999-06-092-12/+10
| | | | Allow configuring the name of that header file.
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+11
| | | | Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>
* Remove redundant line.Ulf Möller1999-06-011-1/+0
|
* Some assembler-related clean-ups.Bodo Möller1999-05-281-1/+1
|
* Remove redundant ifdef.Ulf Möller1999-05-132-9/+1
|
* VMS support.Ulf Möller1999-05-132-20/+18
| | | | Submitted by: Richard Levitte <richard@levitte.org>
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
| | | | | | Submitted by: Reviewed by: PR:
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
| | | | Submitted by: Anonymous
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3
| | | | | | Submitted by: Reviewed by: PR:
* Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1999-04-281-3/+3
| | | | | | Submitted by: Reviewed by: PR:
* Ignore autogenerated assembler files.Ulf Möller1999-04-281-0/+1
|
* Remove autogenerated file.Ulf Möller1999-04-271-976/+0
|
* More portable blowfish macros.Ulf Möller1999-04-273-39/+141
| | | | Submitted by: Andy Polyakov <appro@fy.chalmers.se>
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-273-1/+14
|
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-264-40/+0
|
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-2/+0
| | | | | | | script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.