aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-22Fix DSO name on HP/UXRichard Levitte1-1/+1
2016-02-22Fix a few typosRichard Levitte2-3/+3
2016-02-22Missed an experimental.Rich Salz1-10/+0
2016-02-22Don't include all symbols from static libraries when building a DSORichard Levitte1-24/+28
2016-02-22Get back "ssl2" as a deprecated disablable optionRichard Levitte1-1/+16
2016-02-22Add a "no-pic" build for TravisRichard Levitte1-0/+1
2016-02-22Rewrite CHANGES to add some commentary about the "pic" optionRichard Levitte1-7/+15
2016-02-22Introduce the "pic" / "no-pic" config optionRichard Levitte1-6/+27
2016-02-22Use $disabled{"dynamic-engine"} internallyRichard Levitte9-18/+18
2016-02-22Fix incorrect SO name on GNU platformsRichard Levitte1-3/+3
2016-02-21Don't use 'parent' in util/dofile.plRichard Levitte5-5/+11
2016-02-21Check that any dependency file is newer than Makefile before concatenatingRichard Levitte1-8/+30
2016-02-21Document the last configuration changesRichard Levitte1-0/+22
2016-02-21Avoid GNU make re-exec when adding dependencies to MakefileRichard Levitte1-2/+1