summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* correct name of GNU shared librariesRoumen Petrov2016-02-231-1/+1
* test/ectest.c: add regression test for RT#4284.Andy Polyakov2016-02-231-0/+15
* ec/asm/ecp_nistz256-*.pl: get corner case logic right.Andy Polyakov2016-02-233-9/+34
* ec/asm/ecp_nistz256-x86_64.pl: get corner case logic right.Andy Polyakov2016-02-231-1/+10
* test/recipes/80-test_ca.t: remove_tree->rmtree to make it work with Perl 5.10.Andy Polyakov2016-02-231-3/+3
* poly1305/asm/poly1305-armv4.pl: replace ambiguous instruction.Andy Polyakov2016-02-231-2/+2
* RT4339: Fix handling of <internal/bn_conf.h>David Woodhouse2016-02-232-3/+16
* GH735: remove unnecessary allocationJ Mohan Rao Arisankala2016-02-231-6/+0
* Add PKCS7_NO_DUAL_CONTENT flagRich Salz2016-02-233-5/+21
* Remove all -march= from configsRichard Levitte2016-02-233-12/+10
* Add OPENSSL_PIC backRichard Levitte2016-02-221-0/+4
* Remove unused parameters from internal functionsRich Salz2016-02-2245-407/+216
* Use $disabled{shared} in a safer mannerRichard Levitte2016-02-221-1/+1
* The build files use %disabled, make sure to pass it to themRichard Levitte2016-02-222-1/+2
* MemorySanitizer: address false positiveEmilia Kasper2016-02-221-0/+16
* GH678: Add a few more zallocFdaSilvaYY2016-02-226-19/+6
* RT4334: Check UEFI before __STDC_VERSION__ for <inttypes.h>David Woodhouse2016-02-221-6/+6
* Partial revert of 1288f26 and fix for no-asyncMatt Caswell2016-02-222-10/+3
* RT4309: Define PRIu64 for UEFI buildDavid Woodhouse2016-02-221-0/+1
* RT4320/GH705: Fix PEM parsing bug.Rich Salz2016-02-221-3/+2
* GH721: Duplicated flags in docRich Salz2016-02-221-10/+3
* Clean away $no_dso since with have $disabled{dso}Richard Levitte2016-02-221-3/+2
* Clean away $no_asm since with have $disabled{asm}Richard Levitte2016-02-221-7/+5
* Clean away $no_rfc3779 since we don't appear to use it at allRichard Levitte2016-02-221-1/+0
* Clean away $zlib since with have $disabled{zlib}Richard Levitte2016-02-221-3/+2
* Clean away $no_threads since we have $disabled{threads}Richard Levitte2016-02-221-4/+3
* Clean away $config{no_shared} since we have $disabled{shared}Richard Levitte2016-02-229-29/+28
* Expose %disables to the perl fragments in build.info files.Richard Levitte2016-02-221-14/+15
* Fix DSO name on HP/UXRichard Levitte2016-02-221-1/+1
* Fix a few typosRichard Levitte2016-02-222-3/+3
* Missed an experimental.Rich Salz2016-02-221-10/+0
* Don't include all symbols from static libraries when building a DSORichard Levitte2016-02-221-24/+28
* Get back "ssl2" as a deprecated disablable optionRichard Levitte2016-02-221-1/+16
* Add a "no-pic" build for TravisRichard Levitte2016-02-221-0/+1
* Rewrite CHANGES to add some commentary about the "pic" optionRichard Levitte2016-02-221-7/+15
* Introduce the "pic" / "no-pic" config optionRichard Levitte2016-02-221-6/+27
* Use $disabled{"dynamic-engine"} internallyRichard Levitte2016-02-229-18/+18
* Fix incorrect SO name on GNU platformsRichard Levitte2016-02-221-3/+3
* Don't use 'parent' in util/dofile.plRichard Levitte2016-02-215-5/+11
* Check that any dependency file is newer than Makefile before concatenatingRichard Levitte2016-02-211-8/+30
* Document the last configuration changesRichard Levitte2016-02-211-0/+22
* Avoid GNU make re-exec when adding dependencies to MakefileRichard Levitte2016-02-211-2/+1
* Work-around for proxy->s_server retry logicViktor Dukhovni2016-02-201-1/+3
* Remove OBJ_EXT and friends.Ben Laurie2016-02-201-42/+43
* Missing extension on dependency, .d file is not always made (e.g. when inputBen Laurie2016-02-201-1/+2
* Unified on VMS - install dynamic engines if there are anyRichard Levitte2016-02-201-3/+5
* Run the TLSProxy based tests as long as dynamic engines are built.Richard Levitte2016-02-207-35/+14
* Build dynamic engines even if configured "no-shared"Richard Levitte2016-02-205-24/+36
* Always build library object files with shared library cflagsRichard Levitte2016-02-2065-83/+91
* Make crypto/buildinf.h depend on configdata.pm rather than MakefileRichard Levitte2016-02-201-2/+2