aboutsummaryrefslogtreecommitdiff
path: root/crypto/stack
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free NULL cleanup -- codaRich Salz1-2/+1
2015-05-01free null cleanup finaleRich Salz1-4/+2
2015-04-28remove malloc castsRich Salz1-3/+2
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte2-2665/+0
2015-03-17Fix memset call in stack.cMatt Caswell1-1/+1
2015-03-12Remove obsolete declarations.Dr. Stephen Henson1-231/+0
2015-03-05Make STACK_OF opaque.Dr. Stephen Henson3-20/+11
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz1-15/+148
2015-01-24undef cleanup: use memmoveRich Salz1-21/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell3-2922/+2794
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell1-1/+2
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-1/+2
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-2/+3
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
2014-08-27RT2308: Add extern "C" { ... } wrapperRich Salz1-0/+8
2014-06-22Implement sk_deep_copy.Viktor Dukhovni3-6/+138
2014-06-10Separate the SCT List parser from the SCT List viewerRob Stradling1-0/+22
2013-07-17CMS support for key agreeement recipient info.Dr. Stephen Henson1-0/+22
2011-11-15Add DTLS-SRTP.Ben Laurie1-0/+22