]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/stack/stack.c
Update copyright year
[thirdparty/openssl.git] / crypto / stack / stack.c
2021-02-18  Matt CaswellUpdate copyright year
2021-02-04  Dr. David von OheimbAllow NULL arg to OPENSSL_sk_{dup,deep_copy} returning...
2020-11-26  Matt CaswellUpdate copyright year
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2019-05-08  Richard Levitteossl_bsearch(): New generic internal binary search...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-09  Matt CaswellRevert "stack/stack.c: omit redundant NULL checks."
2018-08-07  Andy Polyakovstack/stack.c: omit redundant NULL checks.
2018-04-26  Rich SalzFix last(?) batch of malloc-NULL places
2018-04-17  Richard LevitteUpdate copyright year
2018-04-03  Rich SalzSet error code on alloc failures
2017-10-25  Paul YangAdd sk_TYPE_new_reserve() function
2017-10-05  Andy Polyakovstack/stack.c: various cleanups.
2017-10-03  FdaSilvaYYPostpone allocation of STACK internal storage ... until...
2017-09-27  PauliAdd a reserve call to the stack data structure.
2016-09-21  Matt CaswellDon't leak on an OPENSSL_realloc() failure
2016-09-19  Matt CaswellConvert num_alloc to a size_t in stack.c and tweak...
2016-09-19  Guido VrankenPrevent overflows in stack API
2016-08-10  Rich SalzAdd some const casts
2016-06-30  FdaSilvaYYConstify a bit more OPENSSL_sk_ API
2016-06-30  FdaSilvaYYUse directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_de...
2016-05-21  Dr. Stephen HensonConstify stack and lhash macros.
2016-05-20  Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-17  Rich SalzCopyright consolidation 06/10
2016-02-06  Dr. Stephen Hensonif no comparison function set make sk_sort no op
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-09-04  Rich SalzMore zalloc nits
2015-09-03  Rich Salzremove 0 assignments.
2015-08-10  Rich SalzRT3999: Remove sub-component version strings
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-05-01  Rich Salzfree null cleanup finale
2015-04-28  Rich Salzremove malloc casts
2015-03-17  Matt CaswellFix memset call in stack.c
2015-03-05  Dr. Stephen HensonMake STACK_OF opaque.
2015-01-24  Rich Salzundef cleanup: use memmove
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-06  Matt CaswellFurther comment amendments to preserve formatting prior...
2014-06-23  Viktor DukhovniImplement sk_deep_copy.
2008-10-14  Ben LaurieType-safe OBJ_bsearch_ex.
2008-06-04  Ben LaurieMore type-checking.
2007-01-21  Dr. Stephen HensonConstify version strings and some structures.
2004-10-04  Dr. Stephen HensonOops!
2004-10-04  Dr. Stephen HensonFix race condition when CRL checking is enabled.
2004-04-21  Geoff ThorpeExtend the index parameter checking from sk_value to...
2004-04-02  Geoff ThorpeAvoid undefined results when the parameter is out of...
2003-04-29  Richard LevitteInclude objects.h to get a correct declaration of OBJ_b...
2003-04-29  Richard LevitteAdd an extended variant of sk_find() which returns...
2001-05-31  Geoff ThorpeFix a memory leak in 'sk_dup' in the case a realloc...
2001-01-28  Dr. Stephen HensonMake sk_sort tolearate a NULL argument.
2000-09-17  Richard LevitteSome platforms define NULL as ((void *)0). Unfortunate...
2000-06-16  Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-08  Bodo MöllerHarmonize indentation.
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-06-01  Geoff ThorpeThis is the first of two commits (didn't want to dump...
2000-05-31  Geoff Thorpesk_value was also suffering from de-const-ification.
2000-05-31  Geoff ThorpeAll the little functions created by the IMPLEMENT_STACK...
2000-05-15  Ulf MöllerGet rid of more non-ANSI declarations.
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-01-30  Ulf MöllerSeek out and destroy another evil cast.
1999-05-30  Ben LaurieAnother safe stack.
1999-05-19  Dr. Stephen HensonNew functions sk_set, sk_value and sk_num to replace...
1999-04-27  Dr. Stephen HensonAdd PKCS#12 documentation and new option in x509 to...
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-17  Ben LaurieMassive constification.
1999-03-22  Ben LaurieFix security hole.
1999-02-28  Ben LaurieAdd functions to add certs to stacks, used for CA file...
1998-12-31  Ralf S. EngelschallFix version stuff:
1998-12-31  stephenFix for sk_insert bug: it never worked properly.
1998-12-23  Ralf S. Engelschall*** empty log message *** OpenSSL_0_9_1c
1998-12-23  Ralf S. EngelschallSwitch version string to SSLeay/OpenSSL
1998-12-22  Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...