aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects/o_names.c
Commit message (Expand)AuthorAgeFilesLines
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-2/+2
* size_tification.Ben Laurie2008-11-011-2/+2
* LHASH revamp. make depend.Ben Laurie2008-05-261-22/+25
* some const fixes and cleanupNils Larsch2005-04-051-3/+3
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-1/+6
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-301-0/+3
* With later version of DEC C on VMS, some functions (strcmp(), forRichard Levitte2001-02-201-1/+13
* The callbacks in the NAME_FUNCS structure are not used directly as LHASHGeoff Thorpe2001-02-201-10/+10
* Get the right cast for lhash callback functions.Richard Levitte2001-02-201-2/+2
* Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe2001-01-091-2/+6
* Whilst in the process of fixing outstanding function-pointer casts in theGeoff Thorpe2001-01-081-1/+1
* Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson2000-12-211-2/+2
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-131-4/+4
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-081-8/+15
* Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe2000-12-041-2/+5
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-011-3/+4
* Better handling of EVP names, add EVP to speed.Ben Laurie2000-11-201-11/+79
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-2/+3
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-31/+0
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-5/+5
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-011-0/+31
* Make name_funcs_stack static.Dr. Stephen Henson2000-03-031-1/+1
* Enhance consistency by using BIO_flush() instead of fflush().Richard Levitte2000-02-251-1/+1
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-2/+2
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-3/+3
* Reimplement so only one synchronous stack is used. The benefit isRichard Levitte2000-01-291-79/+60
* Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte2000-01-181-17/+58
* New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1999-05-191-3/+3
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-25/+11
* Massive constification.Ben Laurie1999-04-171-5/+5
* Oops. Missing NULL frees.Ben Laurie1999-01-171-0/+3
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-0/+254