aboutsummaryrefslogtreecommitdiff
path: root/crypto/stack
AgeCommit message (Expand)AuthorFilesLines
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-03-12Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson1-0/+20
2002-01-05Experimental configuration code.Dr. Stephen Henson1-0/+40
2001-10-01The cleanup stack in ENGINE changed slightly, so this "make update" isGeoff Thorpe1-19/+19
2001-09-25This commits the changes to STACK macros forced by recent ENGINE surgery.Geoff Thorpe1-19/+39
2001-08-18Add first cut symmetric crypto support.Ben Laurie1-0/+20
2001-07-31make updateRichard Levitte1-1/+1
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-1/+1
2001-07-10make updateRichard Levitte1-0/+160
2001-05-31Fix a memory leak in 'sk_dup' in the case a realloc() fails. Also, tidy upGeoff Thorpe1-5/+7
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte1-0/+20
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-2/+2
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-2/+3
2001-01-28Make sk_sort tolearate a NULL argument.Dr. Stephen Henson1-1/+1
2001-01-19Additional functionality in ocsp utility: print summaryDr. Stephen Henson1-0/+20
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-0/+20
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte1-0/+58
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-09-17Some platforms define NULL as ((void *)0). Unfortunately, a void*Richard Levitte1-1/+1
2000-09-07'make update'Richard Levitte1-1/+2
2000-09-05*BIG* verify code reorganisation.Dr. Stephen Henson1-0/+20
2000-07-24"make update"Richard Levitte1-20/+0
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte1-0/+20
2000-06-22Change mkstack.pl so it now sorts each groupDr. Stephen Henson1-548/+548
2000-06-21* This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe1-161/+54
2000-06-21Fixes for Win32 build.Dr. Stephen Henson1-1/+1
2000-06-20Handle ASN1_SET_OF and PKCS12_STACK_OF using functionDr. Stephen Henson1-0/+333
2000-06-20'make update'Geoff Thorpe1-160/+160
2000-06-18Add support for dynamically created and destroyed mutexes. This willRichard Levitte1-0/+20
2000-06-17Using speaking "variable" names in macros so that e.g. grepping forBodo Möller1-768/+783
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson3-71/+780
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe1-3/+3
2000-06-08Harmonize indentation.Bodo Möller1-13/+13
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-7/+7
2000-06-01This change will cause builds (by default) to not use different STACKGeoff Thorpe1-0/+11
2000-06-01This is the first of two commits (didn't want to dump them all into theGeoff Thorpe3-20/+45
2000-05-31sk_value was also suffering from de-const-ification.Geoff Thorpe2-2/+2
2000-05-31All the little functions created by the IMPLEMENT_STACK_OF() macro willGeoff Thorpe2-2/+2
2000-05-16Typesafety Thought Police Part 2.Ben Laurie1-3/+4
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller3-18/+17
2000-02-03ispell (and minor modifications)Ulf Möller1-1/+1
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-3/+3
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson1-1/+2
1999-11-26New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1-2/+2
1999-05-30Another safe stack.Ben Laurie3-8/+20
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1-2/+3
1999-05-20Add a kludge :-(Bodo Möller1-4/+3
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller1-4/+4
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson3-4/+27