summaryrefslogtreecommitdiffstats
path: root/crypto/stack
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-10-10Rework how our providers are builtRichard Levitte
2019-05-23Make core code available within the FIPS moduleMatt Caswell
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-04-20Remove --classic build entirelyRichard Levitte
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-06if no comparison function set make sk_sort no opDr. Stephen Henson
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Remove update tagsRich Salz
2016-01-17Remove some old makefile targetsRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12make updateRichard Levitte
2015-09-04More zalloc nitsRich Salz