aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/stack
Commit message (Expand)AuthorAgeFilesLines
* Don't leak on an OPENSSL_realloc() failureMatt Caswell2016-09-211-10/+6
* Convert num_alloc to a size_t in stack.c and tweak styleMatt Caswell2016-09-191-34/+23
* Prevent overflows in stack APIGuido Vranken2016-09-191-8/+42
* Add some const castsRich Salz2016-08-101-26/+20
* Constify a bit more OPENSSL_sk_ APIFdaSilvaYY2016-06-301-2/+3
* Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copyFdaSilvaYY2016-06-301-21/+15
* Constify stack and lhash macros.Dr. Stephen Henson2016-05-211-6/+7
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-58/+48
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+7
* Remove --classic build entirelyRichard Levitte2016-04-201-43/+0
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* if no comparison function set make sk_sort no opDr. Stephen Henson2016-02-061-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+2
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-121-10/+0
* make updateRichard Levitte2016-01-121-8/+8
* More zalloc nitsRich Salz2015-09-041-1/+1
* remove 0 assignments.Rich Salz2015-09-031-6/+2
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-1/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* remove malloc castsRich Salz2015-04-281-3/+2
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-312-2665/+0
* Fix memset call in stack.cMatt Caswell2015-03-171-1/+1
* Remove obsolete declarations.Dr. Stephen Henson2015-03-121-231/+0
* Make STACK_OF opaque.Dr. Stephen Henson2015-03-053-20/+11
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-15/+148
* undef cleanup: use memmoveRich Salz2015-01-241-21/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-223-2922/+2794
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-1/+2
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+3
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* RT2308: Add extern "C" { ... } wrapperRich Salz2014-08-271-0/+8
* Implement sk_deep_copy.Viktor Dukhovni2014-06-223-6/+138
* Separate the SCT List parser from the SCT List viewerRob Stradling2014-06-101-0/+22
* CMS support for key agreeement recipient info.Dr. Stephen Henson2013-07-171-0/+22
* Add DTLS-SRTP.Ben Laurie2011-11-151-0/+22