summaryrefslogtreecommitdiffstats
path: root/crypto/stack/stack.c
AgeCommit message (Expand)Author
2016-09-21Don't leak on an OPENSSL_realloc() failureMatt Caswell
2016-09-19Convert num_alloc to a size_t in stack.c and tweak styleMatt Caswell
2016-09-19Prevent overflows in stack APIGuido Vranken
2016-08-10Add some const castsRich Salz
2016-06-30Constify a bit more OPENSSL_sk_ APIFdaSilvaYY
2016-06-30Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copyFdaSilvaYY
2016-05-21Constify stack and lhash macros.Dr. Stephen Henson
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-17Copyright consolidation 06/10Rich Salz
2016-02-06if no comparison function set make sk_sort no opDr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-09-04More zalloc nitsRich Salz
2015-09-03remove 0 assignments.Rich Salz
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-17Fix memset call in stack.cMatt Caswell
2015-03-05Make STACK_OF opaque.Dr. Stephen Henson
2015-01-24undef cleanup: use memmoveRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-06-22Implement sk_deep_copy.Viktor Dukhovni
2008-10-14Type-safe OBJ_bsearch_ex.Ben Laurie
2008-06-04More type-checking.Ben Laurie
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2004-10-04Oops!Dr. Stephen Henson
2004-10-04Fix race condition when CRL checking is enabled.Dr. Stephen Henson
2004-04-21Extend the index parameter checking from sk_value to sk_set(). Also tidy upGeoff Thorpe
2004-04-02Avoid undefined results when the parameter is out of range.Geoff Thorpe
2003-04-29Include objects.h to get a correct declaration of OBJ_bsearch_ex(),Richard Levitte
2003-04-29Add an extended variant of sk_find() which returns a non-NULL pointerRichard Levitte
2001-05-31Fix a memory leak in 'sk_dup' in the case a realloc() fails. Also, tidy upGeoff Thorpe
2001-01-28Make sk_sort tolearate a NULL argument.Dr. Stephen Henson
2000-09-17Some platforms define NULL as ((void *)0). Unfortunately, a void*Richard Levitte
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
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 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-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
1999-05-30Another safe stack.Ben Laurie
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson
1999-04-27Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson