summaryrefslogtreecommitdiffstats
path: root/crypto/stack
AgeCommit message (Expand)Author
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
2015-09-03remove 0 assignments.Rich Salz
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-14make dependRichard Levitte
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-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-17Fix memset call in stack.cMatt Caswell
2015-03-12Remove obsolete declarations.Dr. Stephen Henson
2015-03-05Make STACK_OF opaque.Dr. Stephen Henson