summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte2016-03-0918-18/+18
* Touch the correct variables for the system; shlib_wrap.sh on SolarisRichard Levitte2016-03-091-3/+7
* Recognise 32-bit Solaris in util/shlib_wrap.shRichard Levitte2016-03-091-0/+5
* Check gcc version to see if it supports -MM and friendsRichard Levitte2016-03-091-1/+5
* Add extra include directory for includers of ppc_arch.hRichard Levitte2016-03-092-1/+3
* Adapt INSTALL and related notes for WindowsRichard Levitte2016-03-092-127/+127
* Adapt appveyor.yml for the new unified buildRichard Levitte2016-03-091-11/+2
* Adapt the Windows makefile template to source generationRichard Levitte2016-03-091-0/+47
* Don't run the TLSProxy based tests in native WindowsRichard Levitte2016-03-097-7/+7
* Unified - name native Windows shared libraries like MingW builds doRichard Levitte2016-03-091-0/+3
* Unified - extract settings from util/pl/VC-32.pl and make the config settingsRichard Levitte2016-03-093-36/+212
* Unified - a native Windows makefile templateRichard Levitte2016-03-091-0/+293
* ec/asm/ecp_nistz256-sparcv9.pl: get corner logic right.Andy Polyakov2016-03-091-3/+12
* Adapt mk1mf.pl and companions to changed perlasm script semanticsRichard Levitte2016-03-092-4/+4
* Unified - adapt the generation of whirlpool assembler to use GENERATERichard Levitte2016-03-093-8/+10
* Unified - adapt the generation of sha assembler to use GENERATERichard Levitte2016-03-097-79/+70
* Unified - adapt the generation of rc4 assembler to use GENERATERichard Levitte2016-03-094-15/+20
* Unified - adapt the generation of rc5 assembler to use GENERATERichard Levitte2016-03-093-7/+8
* Unified - adapt the generation of ripemd assembler to use GENERATERichard Levitte2016-03-093-7/+8
* Unified - adapt the generation of md5 assembler to use GENERATERichard Levitte2016-03-093-9/+12
* Unified - adapt the generation of modes assembler to use GENERATERichard Levitte2016-03-095-28/+22
* Unified - adapt the generation of poly1305 assembler to use GENERATERichard Levitte2016-03-095-13/+19
* Unified - adapt the generation of des assembler to use GENERATERichard Levitte2016-03-094-13/+18
* Unified - adapt the generation of ec assembler to use GENERATERichard Levitte2016-03-093-12/+13
* Unified - adapt the generation of camellia assembler to use GENERATERichard Levitte2016-03-093-10/+12
* Unified - adapt the generation of cast assembler to use GENERATERichard Levitte2016-03-093-7/+8
* Unified - adapt the generation of chacha assembler to use GENERATERichard Levitte2016-03-094-9/+14
* Because crypto/build.info demands CFLAGS_Q, descrip.mms.tmpl must deliverRichard Levitte2016-03-091-0/+1
* Unified - adapt the generation of cpuid, uplink and buildinf to use GENERATERichard Levitte2016-03-095-37/+35
* Unified - adapt the generation of aes assembler to use GENERATERichard Levitte2016-03-095-58/+61
* Unified - adapt the generation of blowfish assembler to use GENERATERichard Levitte2016-03-093-7/+8
* Convert the dynlocks in e_chil to the new Thread API locksRichard Levitte2016-03-091-14/+10
* Remove another lock from e_chilMatt Caswell2016-03-091-2/+2
* Always call ENGINE_cleanup() in de-initMatt Caswell2016-03-091-19/+4
* Move chil engine to the new thread apiMatt Caswell2016-03-091-17/+24
* Move engine library over to using the new thread APIMatt Caswell2016-03-099-50/+76
* err_lcl.h is gone, don't pretend it's thereRichard Levitte2016-03-091-1/+1
* Add missing semiRichard Levitte2016-03-091-1/+1
* Counter mixed signedness with a castRichard Levitte2016-03-091-2/+2
* Fix names of the #define used for platform specific codeAndrea Grandi2016-03-081-2/+2
* Add empty line after local variablesAndrea Grandi2016-03-081-0/+1
* Fix error with wait set of fds for the select()Andrea Grandi2016-03-081-75/+24
* Use correct function ID in error pathAlessandro Ghedini2016-03-093-2/+5
* Move variable declaration to the start of the functionAlessandro Ghedini2016-03-091-1/+2
* Ensure CRYPTO_mem_leaks is the last thing we doMatt Caswell2016-03-091-3/+3
* Fix memory leak in ssltestMatt Caswell2016-03-091-0/+6
* Convert rand code to new threading APIMatt Caswell2016-03-092-34/+47
* Adapt unix Makefile template to 'no-makedepend'Richard Levitte2016-03-091-5/+18
* Adapt descrip.mms.tmpl to 'no-makedepend'Richard Levitte2016-03-091-1/+7
* Add the configure option 'no-makedepend'Richard Levitte2016-03-091-5/+13