aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.ssl
AgeCommit message (Expand)AuthorFilesLines
2002-08-09Add ECDH support.Bodo Möller1-1/+1
2002-07-31Make sure to use $(MAKE) everywhere instead of make.Richard Levitte1-1/+1
2002-07-30"make update"Lutz Jänicke1-1/+1
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-2/+2
2002-06-10fix for 'make update'Bodo Möller1-1/+1
2002-05-30Reformat the CFLAG string so it can be made part of a C string.Richard Levitte1-4/+4
2002-05-02Make sure that date is run under the C locale, so dates are given in theRichard Levitte1-1/+1
2002-02-13ECDSA supportBodo Möller1-1/+1
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte1-1/+1
2001-10-30Change the shared library support so the shared libraries get builtRichard Levitte1-1/+7
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte1-2/+2
2001-08-05Start to reduce some of the header bloat.Ben Laurie1-1/+2
2001-06-05'make update'Richard Levitte1-0/+2
2001-05-16New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte1-3/+3
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte1-1/+1
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1
2001-03-08Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for exa...Bodo Möller1-9/+9
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller1-1/+1
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-44/+39
2001-02-21'make update'Geoff Thorpe1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-8/+16
2001-02-19make updateRichard Levitte1-0/+3
2001-02-19Add uid.{c,o}Bodo Möller1-2/+2
2000-12-29"make update" plus a rewrite of both .num files.Richard Levitte1-2/+2
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-1/+1
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte1-1/+1
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-09-07'make update'Richard Levitte1-7/+9
2000-09-07It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte1-1/+1
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe1-12/+14
2000-04-04This commit ties the new DSO code (crypto/dso/) into the build for aGeoff Thorpe1-1/+1
2000-03-20Problems with the Windows build.Ulf Möller1-1/+1
2000-02-01EBCDIC support.Ulf Möller1-2/+2
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson1-7/+13
2000-01-07make no-des and no-rc2 work.Bodo Möller1-1/+2
1999-12-17Rebuild of the OpenSSL memory allocation and deallocation routines.Richard Levitte1-4/+9
1999-09-10Parantheses not needed.Ulf Möller1-2/+2
1999-09-10"make update"Bodo Möller1-1/+1
1999-09-10typoBodo Möller1-1/+1
1999-09-10Correction for the testapps lines.Ulf Möller1-2/+2
1999-09-08Use proper flags to build the testapps (default CC value causes confusionUlf Möller1-2/+2
1999-08-28make testapps after the library.Ulf Möller1-0/+4
1999-08-02avoid some NO_<cipher> problemsBodo Möller1-0/+2
1999-07-29Always use buildinf.h, which now includes the mk1mfinf.h data.Bodo Möller1-6/+7
1999-07-27Use correct CFLAG definition for makefile.one builds.Bodo Möller1-2/+2
1999-07-22date.h no longer to be deleted by "make clean"Bodo Möller1-1/+1
1999-07-21avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines,Bodo Möller1-8/+12
1999-07-17"make clean" has to delete date.hBodo Möller1-1/+1
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1-1/+1
1999-05-28Pass INSTALL_PREFIX to subdirectories of cryptoBodo Möller1-1/+1