aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/stack/stack.c
Commit message (Expand)AuthorAgeFilesLines
* Add sk_TYPE_new_reserve() functionPaul Yang2017-10-261-6/+22
* stack/stack.c: various cleanups.Andy Polyakov2017-10-051-34/+23
* Postpone allocation of STACK internal storage ... until a first push(),FdaSilvaYY2017-10-031-33/+63
* Add a reserve call to the stack data structure.Pauli2017-09-281-33/+94
* Don't leak on an OPENSSL_realloc() failureMatt Caswell2016-09-211-10/+6
* Convert num_alloc to a size_t in stack.c and tweak styleMatt Caswell2016-09-191-34/+23
* Prevent overflows in stack APIGuido Vranken2016-09-191-8/+42
* Add some const castsRich Salz2016-08-101-26/+20
* Constify a bit more OPENSSL_sk_ APIFdaSilvaYY2016-06-301-2/+3
* Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copyFdaSilvaYY2016-06-301-21/+15
* Constify stack and lhash macros.Dr. Stephen Henson2016-05-211-6/+7
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-58/+48
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+7
* if no comparison function set make sk_sort no opDr. Stephen Henson2016-02-061-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* More zalloc nitsRich Salz2015-09-041-1/+1
* remove 0 assignments.Rich Salz2015-09-031-6/+2
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* remove malloc castsRich Salz2015-04-281-3/+2
* Fix memset call in stack.cMatt Caswell2015-03-171-1/+1
* Make STACK_OF opaque.Dr. Stephen Henson2015-03-051-0/+8
* undef cleanup: use memmoveRich Salz2015-01-241-21/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-255/+267
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* Implement sk_deep_copy.Viktor Dukhovni2014-06-221-0/+37
* Type-safe OBJ_bsearch_ex.Ben Laurie2008-10-141-18/+10
* More type-checking.Ben Laurie2008-06-041-34/+35
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Oops!Dr. Stephen Henson2004-10-041-1/+1
* Fix race condition when CRL checking is enabled.Dr. Stephen Henson2004-10-041-0/+7
* Extend the index parameter checking from sk_value to sk_set(). Also tidy upGeoff Thorpe2004-04-211-3/+2
* Avoid undefined results when the parameter is out of range.Geoff Thorpe2004-04-021-1/+1
* Include objects.h to get a correct declaration of OBJ_bsearch_ex(),Richard Levitte2003-04-291-1/+2
* Add an extended variant of sk_find() which returns a non-NULL pointerRichard Levitte2003-04-291-13/+13
* Fix a memory leak in 'sk_dup' in the case a realloc() fails. Also, tidy upGeoff Thorpe2001-05-311-5/+7
* Make sk_sort tolearate a NULL argument.Dr. Stephen Henson2001-01-281-1/+1
* Some platforms define NULL as ((void *)0). Unfortunately, a void*Richard Levitte2000-09-171-1/+1
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-0/+5
* Harmonize indentation.Bodo Möller2000-06-081-13/+13
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-7/+7
* This is the first of two commits (didn't want to dump them all into theGeoff Thorpe2000-06-011-6/+23
* sk_value was also suffering from de-const-ification.Geoff Thorpe2000-05-311-1/+1
* All the little functions created by the IMPLEMENT_STACK_OF() macro willGeoff Thorpe2000-05-311-1/+1
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-11/+10
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1