summaryrefslogtreecommitdiffstats
path: root/crypto/objects/o_names.c
AgeCommit message (Expand)Author
2013-01-13Fix some clang warnings.Ben Laurie
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2008-05-26LHASH revamp. make depend.Ben Laurie
2005-04-05some const fixes and cleanupNils Larsch
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2001-02-20With later version of DEC C on VMS, some functions (strcmp(), forRichard Levitte
2001-02-20The callbacks in the NAME_FUNCS structure are not used directly as LHASHGeoff Thorpe
2001-02-20Get the right cast for lhash callback functions.Richard Levitte
2001-01-09Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe
2001-01-08Whilst in the process of fixing outstanding function-pointer casts in theGeoff Thorpe
2000-12-21Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe
2000-11-20Better handling of EVP names, add EVP to speed.Ben Laurie
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe
2000-03-03Make name_funcs_stack static.Dr. Stephen Henson
2000-02-25Enhance consistency by using BIO_flush() instead of fflush().Richard Levitte
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-29Reimplement so only one synchronous stack is used. The benefit isRichard Levitte
2000-01-18Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-01-17Oops. Missing NULL frees.Ben Laurie
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall