aboutsummaryrefslogtreecommitdiff
path: root/crypto/stack
AgeCommit message (Expand)AuthorFilesLines
2022-10-21Errors raised from OPENSSL_sk_set should have ERR_LIB_CRYPTOTomas Mraz1-2/+2
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz1-35/+8
2022-10-11Update copyright yearMatt Caswell1-1/+1
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb1-20/+74
2021-04-28Improve the implementation of X509_STORE_CTX_get1_issuer()Tomas Mraz1-4/+30
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-04Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb1-20/+33
2020-11-26Update copyright yearMatt Caswell1-1/+1
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-3/+3
2019-10-10Rework how our providers are builtRichard Levitte1-1/+1
2019-05-23Make core code available within the FIPS moduleMatt Caswell1-0/+1
2019-05-08ossl_bsearch(): New generic internal binary search utility functionRichard Levitte1-5/+4
2018-12-06Following the license change, modify the boilerplates in crypto/stack/Richard Levitte1-1/+1
2018-08-09Revert "stack/stack.c: omit redundant NULL checks."Matt Caswell1-8/+13
2018-08-07stack/stack.c: omit redundant NULL checks.Andy Polyakov1-13/+8
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz1-3/+7
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-03Set error code on alloc failuresRich Salz1-2/+3
2017-10-26Add sk_TYPE_new_reserve() functionPaul Yang1-6/+22
2017-10-05stack/stack.c: various cleanups.Andy Polyakov1-34/+23
2017-10-03Postpone allocation of STACK internal storage ... until a first push(),FdaSilvaYY1-33/+63
2017-09-28Add a reserve call to the stack data structure.Pauli1-33/+94
2016-09-21Don't leak on an OPENSSL_realloc() failureMatt Caswell1-10/+6
2016-09-19Convert num_alloc to a size_t in stack.c and tweak styleMatt Caswell1-34/+23
2016-09-19Prevent overflows in stack APIGuido Vranken1-8/+42
2016-08-10Add some const castsRich Salz1-26/+20
2016-06-30Constify a bit more OPENSSL_sk_ APIFdaSilvaYY1-2/+3
2016-06-30Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copyFdaSilvaYY1-21/+15
2016-05-21Constify stack and lhash macros.Dr. Stephen Henson1-6/+7
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz1-58/+48
2016-05-17Copyright consolidation 06/10Rich Salz1-54/+7
2016-04-20Remove --classic build entirelyRichard Levitte1-43/+0
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-06if no comparison function set make sk_sort no opDr. Stephen Henson1-1/+1
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+2
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz1-10/+0
2016-01-12make updateRichard Levitte1-8/+8
2015-09-04More zalloc nitsRich Salz1-1/+1
2015-09-03remove 0 assignments.Rich Salz1-6/+2
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-1/+2
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1