summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
AgeCommit message (Expand)Author
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-08-29Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov
2004-08-01OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov
2004-08-01Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"Andy Polyakov
2004-07-26Add framework for yet another assembler module dubbed "cpuid." IdeaAndy Polyakov
2004-07-10Copy a few files from LPlib (a new project of mine), add a wrapper.Richard Levitte
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
2004-04-19make updateGeoff Thorpe
2004-03-24Only build the PKCS#7 test applications if "pkcs7" is present inRichard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-03Restructure make targets to allow parallel make.Lutz Jänicke
2003-11-29Damnit, I'm sick of having to do something special every time a moduleRichard Levitte
2003-10-13The object file is o_str.o, not o_str.c.Richard Levitte
2003-09-28Synchronise util/libeay.num with the 0.9.7-stable one.Richard Levitte
2003-09-09Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte
2003-05-01Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte
2002-12-20Propagate MAKEDEPPROG to the subdirs under crypto/.Richard Levitte
2002-11-27Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-08-09Add ECDH support.Bodo Möller
2002-07-31Make sure to use $(MAKE) everywhere instead of make.Richard Levitte
2002-07-30"make update"Lutz Jänicke
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-10fix for 'make update'Bodo Möller
2002-05-30Reformat the CFLAG string so it can be made part of a C string.Richard Levitte
2002-05-02Make sure that date is run under the C locale, so dates are given in theRichard Levitte
2002-02-13ECDSA supportBodo Möller
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte
2001-10-30Change the shared library support so the shared libraries get builtRichard Levitte
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-06-05'make update'Richard Levitte
2001-05-16New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-03-08Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for exa...Bodo Möller
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-21'make update'Geoff Thorpe
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-19make updateRichard Levitte
2001-02-19Add uid.{c,o}Bodo Möller
2000-12-29"make update" plus a rewrite of both .num files.Richard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte
2000-09-07'make update'Richard Levitte
2000-09-07It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-04-04This commit ties the new DSO code (crypto/dso/) into the build for aGeoff Thorpe