aboutsummaryrefslogtreecommitdiff
path: root/crypto/stack/stack.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-09-04More zalloc nitsRich Salz1-1/+1
2015-09-03remove 0 assignments.Rich Salz1-6/+2
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free NULL cleanup -- codaRich Salz1-2/+1
2015-05-01free null cleanup finaleRich Salz1-4/+2
2015-04-28remove malloc castsRich Salz1-3/+2
2015-03-17Fix memset call in stack.cMatt Caswell1-1/+1
2015-03-05Make STACK_OF opaque.Dr. Stephen Henson1-0/+8
2015-01-24undef cleanup: use memmoveRich Salz1-21/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-255/+267
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-1/+2
2014-06-22Implement sk_deep_copy.Viktor Dukhovni1-0/+37
2008-10-14Type-safe OBJ_bsearch_ex.Ben Laurie1-18/+10
2008-06-04More type-checking.Ben Laurie1-34/+35
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2004-10-04Oops!Dr. Stephen Henson1-1/+1
2004-10-04Fix race condition when CRL checking is enabled.Dr. Stephen Henson1-0/+7
2004-04-21Extend the index parameter checking from sk_value to sk_set(). Also tidy upGeoff Thorpe1-3/+2
2004-04-02Avoid undefined results when the parameter is out of range.Geoff Thorpe1-1/+1
2003-04-29Include objects.h to get a correct declaration of OBJ_bsearch_ex(),Richard Levitte1-1/+2
2003-04-29Add an extended variant of sk_find() which returns a non-NULL pointerRichard Levitte1-13/+13
2001-05-31Fix a memory leak in 'sk_dup' in the case a realloc() fails. Also, tidy upGeoff Thorpe1-5/+7
2001-01-28Make sk_sort tolearate a NULL argument.Dr. Stephen Henson1-1/+1
2000-09-17Some platforms define NULL as ((void *)0). Unfortunately, a void*Richard Levitte1-1/+1
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson1-0/+5
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 is the first of two commits (didn't want to dump them all into theGeoff Thorpe1-6/+23
2000-05-31sk_value was also suffering from de-const-ification.Geoff Thorpe1-1/+1
2000-05-31All the little functions created by the IMPLEMENT_STACK_OF() macro willGeoff Thorpe1-1/+1
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-11/+10
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
1999-05-30Another safe stack.Ben Laurie1-6/+14
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1-0/+17
1999-04-27Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson1-1/+4
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-5/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-37/+14
1999-04-17Massive constification.Ben Laurie1-1/+1
1999-03-22Fix security hole.Ben Laurie1-1/+1
1999-02-28Add functions to add certs to stacks, used for CA file/path stuff in servers.Ben Laurie1-1/+5
1998-12-31Fix version stuff:Ralf S. Engelschall1-1/+1
1998-12-31Fix for sk_insert bug: it never worked properly.stephen1-1/+1
1998-12-23*** empty log message ***OpenSSL_0_9_1cRalf S. Engelschall1-1/+1
1998-12-23Switch version string to SSLeay/OpenSSLRalf S. Engelschall1-1/+1