summaryrefslogtreecommitdiffstats
path: root/crypto/stack/stack.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-04Make OPENSSL_sk_push return only 0 or 1Tomas Mraz
2023-09-07Copyright year updatesMatt Caswell
2023-04-28stack: fix searching when the stack isn't sorted.Pauli
2022-10-21Errors raised from OPENSSL_sk_set should have ERR_LIB_CRYPTOTomas Mraz
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2021-11-17Fix Coverity 1493746: constant expression resultPauli
2021-11-12stack: increase the reallocation ratioPauli
2021-04-28Improve the implementation of X509_STORE_CTX_get1_issuer()Tomas Mraz
2021-02-18Update copyright yearMatt Caswell
2021-02-04Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-05-08ossl_bsearch(): New generic internal binary search utility functionRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/stack/Richard Levitte
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