summaryrefslogtreecommitdiffstats
path: root/crypto/stack/stack.c
AgeCommit message (Expand)Author
2018-08-09Revert "stack/stack.c: omit redundant NULL checks."Matt Caswell
2018-08-07stack/stack.c: omit redundant NULL checks.Andy Polyakov
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-10-26Add sk_TYPE_new_reserve() functionPaul Yang
2017-10-05stack/stack.c: various cleanups.Andy Polyakov
2017-10-03Postpone allocation of STACK internal storage ... until a first push(),FdaSilvaYY
2017-09-28Add a reserve call to the stack data structure.Pauli
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