aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Configure - neater looking add() and add_before()Richard Levitte4-39/+47
2016-02-25Update test build/run for unifiedRich Salz1-1/+5
2016-02-25Fix memory issues in BIO_*printf functionsMatt Caswell1-71/+116
2016-02-25fix "no-engine" build of test fixtureFdaSilvaYY1-1/+3
2016-02-25Add some 'no-engine' builds to travis, for testFdaSilvaYY1-0/+16
2016-02-25GH715: ENGINE_finish can take NULLRich Salz18-91/+48
2016-02-25Fix unified build after CT reorgRich Salz1-1/+1
2016-02-25Tests for parsing and printing certificates containing SCTsRob Percival8-3/+541
2016-02-25Add more CT utility routines to be used as part of larger patch.Adam Eijdenberg10-307/+896
2016-02-25GH463: Fix OPENSSL_NO_OCSP buildRich Salz2-2/+7
2016-02-25Fix indentsRich Salz1-15/+11
2016-02-25Build fix: remove cleanse_ctrRich Salz1-12/+0
2016-02-25RT4116: Change cleanse to just memsetRich Salz1-16/+9
2016-02-25CVE-2016-0798: avoid memory leak in SRPEmilia Kasper5-23/+110
2016-02-25Solaris DSOs were still named libFOO.so, fixedRichard Levitte1-1/+1
2016-02-25Make it possible to build even if dependency files can't be generatedRichard Levitte1-1/+1
2016-02-25GH742: keep gost specific variable under macroJ Mohan Rao Arisankala1-0/+4
2016-02-25GH235: Set error status on malloc failureRich Salz3-2/+10
2016-02-24GH480: Don't break statements with CPP stuff.Flavio Medeiros5-27/+30
2016-02-24Fix typo, reformat comment.Rich Salz1-6/+5
2016-02-24Remove unused parameter in ssl_set_masks().Dr. Stephen Henson3-4/+4
2016-02-23Update documentation of SSL METHODs and ciphersViktor Dukhovni6-213/+283
2016-02-23correct name of GNU shared librariesRoumen Petrov1-1/+1
2016-02-23test/ectest.c: add regression test for RT#4284.Andy Polyakov1-0/+15
2016-02-23ec/asm/ecp_nistz256-*.pl: get corner case logic right.Andy Polyakov3-9/+34
2016-02-23ec/asm/ecp_nistz256-x86_64.pl: get corner case logic right.Andy Polyakov1-1/+10
2016-02-23test/recipes/80-test_ca.t: remove_tree->rmtree to make it work with Perl 5.10.Andy Polyakov1-3/+3
2016-02-23poly1305/asm/poly1305-armv4.pl: replace ambiguous instruction.Andy Polyakov1-2/+2
2016-02-23RT4339: Fix handling of <internal/bn_conf.h>David Woodhouse2-3/+16
2016-02-23GH735: remove unnecessary allocationJ Mohan Rao Arisankala1-6/+0
2016-02-23Add PKCS7_NO_DUAL_CONTENT flagRich Salz3-5/+21
2016-02-23Remove all -march= from configsRichard Levitte3-12/+10
2016-02-22Add OPENSSL_PIC backRichard Levitte1-0/+4
2016-02-22Remove unused parameters from internal functionsRich Salz45-407/+216
2016-02-22Use $disabled{shared} in a safer mannerRichard Levitte1-1/+1
2016-02-22The build files use %disabled, make sure to pass it to themRichard Levitte2-1/+2
2016-02-22MemorySanitizer: address false positiveEmilia Kasper1-0/+16
2016-02-22GH678: Add a few more zallocFdaSilvaYY6-19/+6
2016-02-22RT4334: Check UEFI before __STDC_VERSION__ for <inttypes.h>David Woodhouse1-6/+6
2016-02-22Partial revert of 1288f26 and fix for no-asyncMatt Caswell2-10/+3
2016-02-22RT4309: Define PRIu64 for UEFI buildDavid Woodhouse1-0/+1
2016-02-22RT4320/GH705: Fix PEM parsing bug.Rich Salz1-3/+2
2016-02-22GH721: Duplicated flags in docRich Salz1-10/+3
2016-02-22Clean away $no_dso since with have $disabled{dso}Richard Levitte1-3/+2
2016-02-22Clean away $no_asm since with have $disabled{asm}Richard Levitte1-7/+5
2016-02-22Clean away $no_rfc3779 since we don't appear to use it at allRichard Levitte1-1/+0
2016-02-22Clean away $zlib since with have $disabled{zlib}Richard Levitte1-3/+2
2016-02-22Clean away $no_threads since we have $disabled{threads}Richard Levitte1-4/+3
2016-02-22Clean away $config{no_shared} since we have $disabled{shared}Richard Levitte9-29/+28
2016-02-22Expose %disables to the perl fragments in build.info files.Richard Levitte1-14/+15