summaryrefslogtreecommitdiffstats
path: root/crypto/stack
AgeCommit message (Expand)Author
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte
2000-09-17Some platforms define NULL as ((void *)0). Unfortunately, a void*Richard Levitte
2000-09-07'make update'Richard Levitte
2000-09-05*BIG* verify code reorganisation.Dr. Stephen Henson
2000-07-24"make update"Richard Levitte
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte
2000-06-22Change mkstack.pl so it now sorts each groupDr. Stephen Henson
2000-06-21* This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-20Handle ASN1_SET_OF and PKCS12_STACK_OF using functionDr. Stephen Henson
2000-06-20'make update'Geoff Thorpe
2000-06-18Add support for dynamically created and destroyed mutexes. This willRichard Levitte
2000-06-17Using speaking "variable" names in macros so that e.g. grepping forBodo Möller
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-08Harmonize indentation.Bodo Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01This change will cause builds (by default) to not use different STACKGeoff Thorpe
2000-06-01This is the first of two commits (didn't want to dump them all into theGeoff Thorpe
2000-05-31sk_value was also suffering from de-const-ification.Geoff Thorpe
2000-05-31All the little functions created by the IMPLEMENT_STACK_OF() macro willGeoff Thorpe
2000-05-16Typesafety Thought Police Part 2.Ben Laurie
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
1999-11-26New options to the -verify program which can be used for chain verification.Dr. Stephen Henson
1999-05-30Another safe stack.Ben Laurie
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
1999-05-20Add a kludge :-(Bodo Möller
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson
1999-05-15Update dependencies.Bodo Möller
1999-05-04Add missing sk_<type>_unshift() function to safestack.hRalf S. Engelschall
1999-05-03Some more stack stuff.Ben Laurie
1999-05-02Yet another stack.Ben Laurie
1999-05-01Another safe stack.Ben Laurie
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller
1999-04-29Ignore Makefile.saveUlf Möller
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-27Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-25Removed traces of cryptall.h, and did a "make depend".Bodo Möller
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
1999-04-23"make depend"Bodo Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-20Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson
1999-04-19Change functions to ANSI C.Ulf Möller